diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 50bd2412b..0a1571ff7 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -3558,6 +3558,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", @@ -14184,6 +14394,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14380,6 +14596,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14601,6 +14823,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -19413,6 +19641,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", @@ -25487,7 +25925,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" ], @@ -25547,12 +25985,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": { @@ -25570,13 +26008,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" ] }, @@ -25607,6 +26094,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" + } } } } @@ -25765,7 +26263,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" ], @@ -25851,16 +26349,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 + ] + } } } } @@ -61384,6 +61945,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61518,6 +62082,9 @@ } } } + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61779,6 +62346,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -105032,14 +105602,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -107109,6 +107671,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.", @@ -111818,9 +112434,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -118144,6 +118757,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", @@ -118173,6 +118797,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" @@ -118223,6 +118887,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", @@ -118256,6 +118931,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" @@ -120339,12 +121054,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -140822,9 +141531,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -143635,14 +144341,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151099,11 +151797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -151946,11 +152639,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -191246,11 +191934,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", @@ -195807,11 +196490,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -204420,11 +205098,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -205273,11 +205946,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -207559,11 +208227,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -208419,11 +209082,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -210720,11 +211378,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -211567,11 +212220,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -213986,11 +214634,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -214833,11 +215476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -217240,11 +217878,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -218087,11 +218720,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -220380,11 +221008,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -221233,11 +221856,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -223533,11 +224151,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -224386,11 +224999,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -227215,11 +227823,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -228050,11 +228653,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -230209,11 +230807,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -231044,11 +231637,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -233199,11 +233787,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -234034,11 +234617,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -236185,11 +236763,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -237020,11 +237593,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -242290,11 +242858,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -243137,11 +243700,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -245544,11 +246102,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -246391,11 +246944,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -248850,11 +249398,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -249697,11 +250240,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -252100,11 +252638,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -252947,11 +253480,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -255369,11 +255897,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -256207,11 +256730,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -258370,11 +258888,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -259169,11 +259682,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -261685,11 +262193,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -262478,11 +262981,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -264996,11 +265494,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -265843,11 +266336,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -268151,11 +268639,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -269004,11 +269487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -271307,11 +271785,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -272160,11 +272633,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -274455,11 +274923,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -275305,11 +275768,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -277392,11 +277850,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -292086,9 +292539,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -295975,6 +296425,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": [ { @@ -325966,6 +326435,19 @@ "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", + "examples": [ + "2025-10-13" + ] + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 37cef552a..8607f8c48 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -2555,6 +2555,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 @@ -10221,6 +10383,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 @@ -10384,6 +10550,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 @@ -10550,6 +10720,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 @@ -18470,6 +18814,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: @@ -18530,11 +18875,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 @@ -18557,11 +18905,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: @@ -18588,6 +18983,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 @@ -18698,6 +19102,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: @@ -18783,12 +19188,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 @@ -44584,6 +45048,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44687,6 +45153,8 @@ paths: examples: default: "$ref": "#/components/examples/release" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44874,6 +45342,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75744,12 +76214,6 @@ components: - collaborators_only examples: - all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -77403,6 +77867,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. @@ -80805,8 +81314,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -85638,6 +86145,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 @@ -85665,6 +86181,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 @@ -85706,6 +86252,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 @@ -85738,6 +86293,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 @@ -87226,10 +87811,6 @@ components: - collaborators_only examples: - all - has_commit_comments: - type: boolean - examples: - - true archived: type: boolean disabled: @@ -101853,8 +102434,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -103914,12 +104493,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -109493,10 +110066,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -110147,10 +110716,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -138921,10 +139486,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 @@ -142311,10 +142872,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -148446,10 +149003,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -149105,10 +149658,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -150822,10 +151371,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: @@ -151487,10 +152032,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -153215,10 +153756,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -153870,10 +154407,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -155680,10 +156213,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -156335,10 +156864,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -158137,10 +158662,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -158792,10 +159313,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -160512,10 +161029,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -161171,10 +161684,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -162899,10 +163408,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -163558,10 +164063,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -165684,10 +166185,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -166330,10 +166827,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -167954,10 +168447,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -168600,10 +169089,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -170218,10 +170703,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -170864,10 +171345,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -172481,10 +172958,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -173127,10 +173600,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -177060,10 +177529,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -177706,10 +178171,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -179512,10 +179973,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -180167,10 +180624,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -182018,10 +182471,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -182673,10 +183122,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -184475,10 +184920,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -185130,10 +185571,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -186948,10 +187385,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -187596,10 +188029,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -189224,10 +189653,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -189822,10 +190247,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -191704,10 +192125,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -192298,10 +192715,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -194178,10 +194591,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -194833,10 +195242,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -196558,10 +196963,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -197217,10 +197618,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198947,10 +199344,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -199606,10 +199999,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -201321,10 +201710,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -201978,10 +202363,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -203568,10 +203949,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -214305,8 +214682,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -217834,6 +218209,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 @@ -243578,6 +243966,16 @@ 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 + examples: + - '2025-10-13' dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 9f4d8ea90..9b6d1eb6d 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -3558,6 +3558,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", @@ -14183,6 +14393,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14379,6 +14595,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14600,6 +14822,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -19371,6 +19599,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", @@ -25439,7 +25877,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" ], @@ -25499,12 +25937,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": { @@ -25522,13 +25960,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" ] }, @@ -25559,6 +26046,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" + } } } } @@ -25717,7 +26215,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" ], @@ -25803,16 +26301,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 + ] + } } } } @@ -61290,6 +61851,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61424,6 +61988,9 @@ } } } + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61685,6 +62252,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -104852,14 +105422,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106919,6 +107481,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.", @@ -111251,9 +111867,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -117570,6 +118183,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", @@ -117599,6 +118223,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" @@ -117649,6 +118313,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", @@ -117682,6 +118357,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" @@ -119738,12 +120453,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -140138,9 +140847,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -143190,14 +143896,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -150642,11 +151340,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -151489,11 +152182,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -190763,11 +191451,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", @@ -195324,11 +196007,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -203937,11 +204615,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -204785,11 +205458,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -207059,11 +207727,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -207914,11 +208577,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -210203,11 +210861,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -211045,11 +211698,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -213452,11 +214100,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -214299,11 +214942,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -216699,11 +217337,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -217546,11 +218179,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -219832,11 +220460,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -220680,11 +221303,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -222968,11 +223586,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -223816,11 +224429,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -226633,11 +227241,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -227463,11 +228066,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -229610,11 +230208,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -230440,11 +231033,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -232583,11 +233171,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -233413,11 +233996,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -235552,11 +236130,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -236382,11 +236955,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -241633,11 +242201,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -242475,11 +243038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -244870,11 +245428,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -245712,11 +246265,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -248159,11 +248707,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -249001,11 +249544,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -251392,11 +251930,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -252234,11 +252767,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -254644,11 +255172,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -255477,11 +256000,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -257628,11 +258146,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -258427,11 +258940,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -260936,11 +261444,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -261729,11 +262232,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -264240,11 +264738,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -265082,11 +265575,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -267378,11 +267866,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -268226,11 +268709,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -270517,11 +270995,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -271365,11 +271838,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -273648,11 +274116,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -274493,11 +274956,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -276568,11 +277026,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -291243,9 +291696,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -295130,6 +295580,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": [ { @@ -325120,6 +325589,19 @@ "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", + "examples": [ + "2025-10-13" + ] + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 041ef4e57..fa2aaaf51 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -2555,6 +2555,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 @@ -10219,6 +10381,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 @@ -10382,6 +10548,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 @@ -10548,6 +10718,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 @@ -14137,6 +14311,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 @@ -18435,6 +18779,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: @@ -18495,11 +18840,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 @@ -18522,11 +18870,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: @@ -18553,6 +18948,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 @@ -18663,6 +19067,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: @@ -18748,12 +19153,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 @@ -44507,6 +44971,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44610,6 +45076,8 @@ paths: examples: default: "$ref": "#/components/examples/release" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44797,6 +45265,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75601,12 +76071,6 @@ components: - collaborators_only examples: - all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -77250,6 +77714,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. @@ -80387,8 +80896,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -85214,6 +85721,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 @@ -85241,6 +85757,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 @@ -85282,6 +85828,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 @@ -85314,6 +85869,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 @@ -86786,10 +87371,6 @@ components: - collaborators_only examples: - all - has_commit_comments: - type: boolean - examples: - - true archived: type: boolean disabled: @@ -101358,8 +101939,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -103594,12 +104173,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -109162,10 +109735,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -109816,10 +110385,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -138572,10 +139137,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 @@ -141962,10 +142523,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -148097,10 +148654,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -148750,10 +149303,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -150456,10 +151005,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: @@ -151115,10 +151660,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -152832,10 +153373,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -153481,10 +154018,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -155280,10 +155813,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -155935,10 +156464,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -157732,10 +158257,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -158387,10 +158908,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -160102,10 +160619,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -160755,10 +161268,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -162472,10 +162981,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -163125,10 +163630,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -165240,10 +165741,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -165880,10 +166377,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -167493,10 +167986,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -168133,10 +168622,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -169740,10 +170225,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -170380,10 +170861,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -171986,10 +172463,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -172626,10 +173099,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -176543,10 +177012,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -177183,10 +177648,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -178978,10 +179439,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -179627,10 +180084,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -181467,10 +181920,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -182116,10 +182565,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -183907,10 +184352,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -184556,10 +184997,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -186363,10 +186800,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -187005,10 +187438,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -188622,10 +189051,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -189220,10 +189645,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -191097,10 +191518,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -191691,10 +192108,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -193566,10 +193979,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -194215,10 +194624,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -195929,10 +196334,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -196582,10 +196983,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198301,10 +198698,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198954,10 +199347,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -200658,10 +201047,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -201309,10 +201694,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -202888,10 +203269,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -213612,8 +213989,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -217139,6 +217514,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 @@ -242882,6 +243270,16 @@ 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 + examples: + - '2025-10-13' dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index e99ad5a2e..a2ace9403 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -3572,6 +3572,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", @@ -14230,6 +14440,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14426,6 +14642,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -14647,6 +14869,12 @@ } } } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -19515,6 +19743,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", @@ -25666,7 +26104,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" ], @@ -25726,12 +26164,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": { @@ -25749,13 +26187,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" ] }, @@ -25786,6 +26273,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" + } } } } @@ -25944,7 +26442,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" ], @@ -26030,16 +26528,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 + ] + } } } } @@ -61686,6 +62247,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -61820,6 +62384,9 @@ } } } + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -62081,6 +62648,9 @@ "responses": { "204": { "description": "Response" + }, + "404": { + "$ref": "#/components/responses/not_found" } }, "x-github": { @@ -105510,14 +106080,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -107690,6 +108252,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.", @@ -112542,9 +113158,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -118910,6 +119523,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", @@ -118939,6 +119563,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" @@ -118989,6 +119653,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", @@ -119022,6 +119697,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" @@ -121188,12 +121903,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -141992,9 +142701,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -144805,14 +145511,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152294,11 +152992,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -153141,11 +153834,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -192513,11 +193201,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", @@ -197074,11 +197757,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -205687,11 +206365,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -206540,11 +207213,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -208856,11 +209524,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -209716,11 +210379,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -212047,11 +212705,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -212894,11 +213547,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -215343,11 +215991,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -216190,11 +216833,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -218613,11 +219251,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -219460,11 +220093,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -221769,11 +222397,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -222622,11 +223245,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -224952,11 +225570,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -225805,11 +226418,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -228664,11 +229272,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -229499,11 +230102,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -231688,11 +232286,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -232523,11 +233116,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -234708,11 +235296,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -235543,11 +236126,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -237724,11 +238302,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -238559,11 +239132,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -243875,11 +244443,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -244722,11 +245285,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -247129,11 +247687,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -247976,11 +248529,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -250481,11 +251029,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -251328,11 +251871,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -253731,11 +254269,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -254578,11 +255111,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -257046,11 +257574,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -257884,11 +258407,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -260077,11 +260595,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -260876,11 +261389,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -263408,11 +263916,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -264201,11 +264704,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -266735,11 +267233,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -267582,11 +268075,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -269920,11 +270408,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -270773,11 +271256,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -273106,11 +273584,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -273959,11 +274432,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -276284,11 +276752,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -277134,11 +277597,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -279251,11 +279709,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -293961,9 +294414,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -297871,6 +298321,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": [ { @@ -327874,6 +328343,19 @@ "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", + "examples": [ + "2025-10-13" + ] + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 7817b0f71..2dcd27565 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -2563,6 +2563,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 @@ -10246,6 +10408,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 @@ -10409,6 +10575,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 @@ -10575,6 +10745,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 @@ -14225,6 +14399,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 @@ -18565,6 +18909,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: @@ -18625,11 +18970,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 @@ -18652,11 +19000,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: @@ -18683,6 +19078,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 @@ -18793,6 +19197,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: @@ -18878,12 +19283,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 @@ -44769,6 +45233,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44872,6 +45338,8 @@ paths: examples: default: "$ref": "#/components/examples/release" + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45059,6 +45527,8 @@ paths: responses: '204': description: Response + '404': + "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76031,12 +76501,6 @@ components: - collaborators_only examples: - all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -77779,6 +78243,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. @@ -81280,8 +81789,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -86137,6 +86644,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 @@ -86164,6 +86680,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 @@ -86205,6 +86751,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 @@ -86237,6 +86792,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 @@ -87797,10 +88382,6 @@ components: - collaborators_only examples: - all - has_commit_comments: - type: boolean - examples: - - true archived: type: boolean disabled: @@ -102693,8 +103274,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -104754,12 +105333,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -110347,10 +110920,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -111001,10 +111570,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -139835,10 +140400,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 @@ -143225,10 +143786,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -149360,10 +149917,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -150019,10 +150572,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -151751,10 +152300,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: @@ -152416,10 +152961,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -154159,10 +154700,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -154814,10 +155351,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -156639,10 +157172,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -157294,10 +157823,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -159104,10 +159629,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -159759,10 +160280,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -161487,10 +162004,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -162146,10 +162659,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -163889,10 +164398,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -164548,10 +165053,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -166689,10 +167190,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -167335,10 +167832,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -168974,10 +169467,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -169620,10 +170109,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -171253,10 +171738,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -171899,10 +172380,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -173531,10 +174008,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -174177,10 +174650,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -178133,10 +178602,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -178779,10 +179244,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -180585,10 +181046,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -181240,10 +181697,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -183114,10 +183567,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -183769,10 +184218,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -185571,10 +186016,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -186226,10 +186667,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -188067,10 +188504,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -188715,10 +189148,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -190358,10 +190787,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -190956,10 +191381,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -192846,10 +193267,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -193440,10 +193857,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -195328,10 +195741,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -195983,10 +196392,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -197723,10 +198128,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198382,10 +198783,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -200127,10 +200524,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -200786,10 +201179,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -202516,10 +202905,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -203173,10 +203558,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -204778,10 +205159,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -215523,8 +215900,6 @@ components: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -219063,6 +219438,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 @@ -244813,6 +245201,16 @@ 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 + examples: + - '2025-10-13' dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 7c7884306..625c18417 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -9118,14 +9118,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -24019,6 +24011,658 @@ } } }, + "/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", + "examples": [ + "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", + "examples": [ + "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", @@ -32157,14 +32801,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -36519,14 +37155,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -39693,9 +40321,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -56323,14 +56948,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -58996,14 +59613,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -67430,14 +68039,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -71792,14 +72393,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -74966,9 +75559,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -78417,9 +79007,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -79809,9 +80396,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -92363,14 +92947,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -94178,14 +94754,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -97135,9 +97703,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -99820,14 +100385,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -100900,14 +101457,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -103450,9 +103999,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -105251,9 +105797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -106163,6 +106706,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": { @@ -106439,6 +107034,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": { @@ -106666,6 +107313,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": { @@ -119037,9 +119736,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -122199,9 +122895,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -126159,9 +126852,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -128695,39 +129385,691 @@ } } } - }, - "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", + "examples": [ + "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", + "examples": [ + "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" } } }, @@ -132153,9 +133495,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -133627,9 +134966,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -136917,14 +138253,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -141279,14 +142607,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -144453,9 +145773,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -159475,14 +160792,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -163116,9 +164425,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -165542,9 +166848,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -169631,14 +170934,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -171193,14 +172488,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -172782,14 +174069,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174119,9 +175398,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -178031,9 +179307,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -179411,9 +180684,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -182817,9 +184087,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -185126,9 +186393,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -185747,6 +187011,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", @@ -185776,6 +187051,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" @@ -185928,7 +187243,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" ], @@ -185994,12 +187309,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": { @@ -186017,13 +187332,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" ] }, @@ -186054,6 +187418,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" + } } } } @@ -186097,6 +187472,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", @@ -186130,6 +187516,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" @@ -186461,6 +187887,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", @@ -186490,6 +187927,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" @@ -186558,7 +188035,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" ], @@ -186656,16 +188133,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 + ] + } } } } @@ -191219,14 +192759,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -195274,14 +196806,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -196446,14 +197970,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202810,14 +204326,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -206865,14 +208373,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -208037,14 +209537,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220041,9 +221533,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -221377,12 +222866,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -222170,14 +223653,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -223497,14 +224972,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -224473,14 +225940,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -241715,9 +243174,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -249340,9 +250796,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -252719,12 +254172,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -253512,14 +254959,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -254839,14 +256278,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -255815,14 +257246,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -257915,12 +259338,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -258708,14 +260125,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -260035,14 +261444,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261011,14 +262412,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -268483,14 +269876,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -269572,14 +270957,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -272523,9 +273900,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -273448,9 +274822,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -275487,9 +276858,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -276412,9 +277780,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -279295,9 +280660,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -280220,9 +281582,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -287601,9 +288960,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -288526,9 +289882,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -325366,9 +326719,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -327356,9 +328706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -328856,9 +330203,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -330694,9 +332038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -346060,9 +347401,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -348229,9 +349567,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -350034,9 +351369,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -353864,9 +355196,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -362477,14 +363806,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -363649,14 +364970,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -368830,9 +370143,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -370259,9 +371569,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -396144,14 +397451,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -400506,14 +401805,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -403680,9 +404971,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -407036,9 +408324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -408310,12 +409595,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -409103,14 +410382,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -410430,14 +411701,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -411406,14 +412669,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -423816,9 +425071,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -425379,9 +426631,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -428538,14 +429787,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -432874,14 +434115,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -443380,14 +444613,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -449318,14 +450543,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -455052,14 +456269,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -459620,14 +460829,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -463939,14 +465140,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -468055,14 +469248,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -474561,14 +475746,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -478764,14 +479941,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -483051,14 +484220,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -487360,14 +488521,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -505108,14 +506261,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -510464,14 +511609,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -514677,14 +515814,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -518858,14 +519987,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -523144,14 +524265,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -538128,14 +539241,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -549577,9 +550682,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -556551,14 +557653,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -557723,14 +558817,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -561364,14 +562450,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -562529,14 +563607,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -569635,14 +570705,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -570800,14 +571862,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -574709,14 +575763,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -575874,14 +576920,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -578636,9 +579674,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -580441,9 +581476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -588116,14 +589148,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -589288,14 +590312,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -593015,14 +594031,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -594187,14 +595195,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -603040,6 +604040,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": { @@ -603932,6 +604958,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": { @@ -606365,6 +607417,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": { @@ -638467,12 +639545,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -639260,14 +640332,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -640587,14 +641651,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -641563,14 +642619,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -647497,9 +648545,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -649014,12 +650059,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -649807,14 +650846,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651134,14 +652165,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -652110,14 +653133,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -653769,9 +654784,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -656169,9 +657181,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -657862,9 +658871,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -660500,14 +661506,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -663389,9 +664387,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -669102,9 +670097,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -674626,9 +675618,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -676986,9 +677975,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -678791,9 +679777,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -680905,9 +681888,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -683066,9 +684046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -685043,9 +686020,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -687933,12 +688907,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -688726,14 +689694,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -690053,14 +691013,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -691029,14 +691981,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -693619,9 +694563,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -695684,9 +696625,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -697484,9 +698422,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -703491,14 +704426,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -706625,14 +707552,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -713023,14 +713942,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -714647,14 +715558,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -716249,14 +717152,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -717745,9 +718640,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -719390,9 +720282,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -720709,9 +721598,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -723370,14 +724256,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -724730,12 +725608,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -725523,14 +726395,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -726850,14 +727714,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -727826,14 +728682,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -729731,9 +730579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -733130,14 +733975,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -734250,14 +735087,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -735681,9 +736510,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -739981,14 +740807,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -744036,14 +744854,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -745208,14 +746018,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -750142,9 +750944,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -753432,14 +754231,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -757794,14 +758585,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -760968,9 +761751,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -766469,14 +767249,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -770831,14 +771603,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -774005,9 +774769,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -779516,14 +780277,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -783878,14 +784631,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -787052,9 +787797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -793843,9 +794585,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -795223,9 +795962,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -804005,14 +804741,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -808060,14 +808788,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -809232,14 +809952,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -820398,14 +821110,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -824760,14 +825464,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -827934,9 +828630,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -833431,14 +834124,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -837793,14 +838478,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -840967,9 +841644,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -844347,9 +845021,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -846962,14 +847633,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -847947,14 +848610,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -848951,9 +849606,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -850781,14 +851433,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -852783,14 +853427,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -854785,14 +855421,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -856967,14 +857595,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -859317,14 +859937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -861916,9 +862528,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -864206,14 +864815,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -866970,9 +867571,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -869260,14 +869858,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -872024,9 +872614,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -874314,14 +874901,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -877091,9 +877670,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -879381,14 +879957,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -882506,14 +883074,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -885320,14 +885880,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -888128,14 +888680,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -890622,14 +891166,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -893243,14 +893779,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -895689,14 +896217,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -898221,14 +898741,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -900671,14 +901183,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -903063,14 +903567,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -905551,14 +906047,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -907791,14 +908279,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -909814,14 +910294,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -913997,14 +914469,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -916185,14 +916649,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -919178,14 +919634,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -922170,14 +922618,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -925162,14 +925602,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -928154,14 +928586,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -931146,14 +931570,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -934138,14 +934554,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -937130,14 +937538,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -940122,14 +940522,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -942177,14 +942569,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -944232,14 +944616,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -946891,14 +947267,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -951561,14 +951929,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -952726,14 +953086,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -954695,14 +955047,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -956878,14 +957222,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -960023,14 +960359,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -963106,14 +963434,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -967649,14 +967969,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -971296,14 +971608,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -973857,14 +974161,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -976355,14 +976651,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -979069,14 +979357,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -981784,14 +982064,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -984518,14 +984790,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -987017,14 +987281,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -989514,14 +989770,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -992038,14 +992286,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -994578,14 +994818,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -997076,14 +997308,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -999573,14 +999797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1002070,14 +1002286,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1004356,14 +1004564,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1006583,14 +1006783,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1009183,14 +1009375,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1011723,14 +1011907,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1014221,14 +1014397,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1016718,14 +1016886,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1019654,14 +1019814,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1021970,14 +1022122,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1025011,14 +1025155,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1028150,14 +1028286,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1031194,14 +1031322,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1034265,14 +1034385,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1037450,14 +1037562,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1040601,14 +1040705,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1042761,14 +1042857,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1045805,14 +1045893,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1050339,14 +1050419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1054865,14 +1054937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1059409,14 +1059473,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1063943,14 +1063999,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1068476,14 +1068524,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1071400,14 +1071440,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1075273,14 +1075305,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1077836,14 +1077860,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1079112,14 +1079128,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1082035,14 +1082043,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1085908,14 +1085908,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1088471,14 +1088463,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1089747,14 +1089731,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1092670,14 +1092646,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1095233,14 +1095201,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1097519,14 +1097479,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1100382,14 +1100334,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1103305,14 +1103249,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1105868,14 +1105804,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1108154,14 +1108082,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1111017,14 +1110937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1115507,14 +1115419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1120119,14 +1120023,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1124502,14 +1124398,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1129079,14 +1128967,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1133539,14 +1133419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1137969,14 +1137841,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1142360,14 +1142224,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1146935,14 +1146791,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1150376,11 +1150224,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", @@ -1154340,14 +1154183,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1158722,14 +1158557,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1163109,14 +1162936,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1166589,11 +1166408,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1170526,14 +1170340,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1174983,14 +1174789,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1179474,14 +1179272,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1183906,14 +1183696,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1188295,14 +1188077,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1192677,14 +1192451,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1197133,14 +1196899,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1199180,14 +1198938,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1201225,14 +1200975,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1203313,14 +1203055,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1205560,14 +1205294,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1207809,14 +1207535,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1210055,14 +1209773,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1212296,14 +1212006,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1214541,14 +1214243,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1216676,14 +1216370,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1218815,14 +1218501,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1220920,14 +1220598,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1223024,14 +1222694,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1225263,14 +1224925,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1227442,14 +1227096,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1229489,14 +1229135,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1231620,14 +1231258,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1233819,14 +1233449,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1236014,14 +1235636,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1238210,14 +1237824,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1240448,14 +1240054,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1242644,14 +1242242,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1244747,14 +1244337,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1246850,14 +1246432,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1249000,14 +1248574,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1251149,14 +1250715,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1253318,14 +1252876,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1255568,14 +1255118,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1257731,14 +1257273,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1260634,14 +1260168,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1263282,14 +1262808,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1265431,14 +1264949,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1270814,14 +1270324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1273173,14 +1272675,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1275344,14 +1274838,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1277523,14 +1277009,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1279717,14 +1279195,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1282021,14 +1281491,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1284195,14 +1283657,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1286250,14 +1285704,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1288309,14 +1287755,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1290381,14 +1289819,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1292436,14 +1291866,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1294610,14 +1294032,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1296789,14 +1296203,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1298994,14 +1298400,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1301167,14 +1300565,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1316407,14 +1315797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1318320,11 +1317702,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1319173,11 +1318550,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1321631,14 +1321003,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1323429,11 +1322793,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1324289,11 +1323648,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1326749,14 +1326103,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1328560,11 +1327906,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1329407,11 +1328748,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1331867,14 +1331203,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1335074,14 +1334402,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1336239,14 +1335559,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1338267,14 +1337579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1341474,14 +1340778,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1342639,14 +1341935,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1344667,14 +1343955,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1346769,11 +1346049,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1347616,11 +1346891,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1350062,14 +1349332,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1351871,11 +1351133,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1352718,11 +1351975,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1355183,14 +1354435,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1358452,14 +1357696,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1359617,14 +1358853,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1361645,14 +1360873,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1363455,11 +1362675,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1364302,11 +1363517,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1366750,14 +1365960,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1368606,11 +1367808,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1369459,11 +1368656,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1371918,14 +1371110,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1373730,11 +1372914,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1374583,11 +1373762,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1377041,14 +1376215,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1379143,11 +1378309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1379990,11 +1379151,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1382436,14 +1381592,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1385642,14 +1384790,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1386807,14 +1385947,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1388835,14 +1387967,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1392042,14 +1391166,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1393207,14 +1392323,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1395235,14 +1394343,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1398442,14 +1397542,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1399607,14 +1398699,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1401635,14 +1400719,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1403817,11 +1402893,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1404652,11 +1403723,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1406975,14 +1406041,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1409152,11 +1408210,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1409987,11 +1409040,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1412300,14 +1411348,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1414498,11 +1413538,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1415333,11 +1414368,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1417647,14 +1416677,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1419454,11 +1418476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1420289,11 +1419306,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1422614,14 +1421626,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1427679,14 +1426683,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1429708,11 +1428704,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1430555,11 +1429546,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1433019,14 +1432005,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1434842,11 +1433820,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1435689,11 +1434662,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1438153,14 +1437121,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1440118,11 +1439078,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1440965,11 +1439920,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1443422,14 +1442372,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1445248,11 +1444190,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1446095,11 +1445032,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1448543,14 +1447475,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1450487,11 +1449411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1451325,11 +1450244,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1453651,14 +1452565,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1455667,11 +1454573,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1456466,11 +1455367,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1458752,14 +1457648,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1460952,11 +1459840,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1461745,11 +1460628,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1464020,14 +1462898,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1466234,11 +1465104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1467081,11 +1465946,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1469539,14 +1468399,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1471457,11 +1470309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1472310,11 +1471157,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1474769,14 +1473611,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1476624,11 +1475458,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1477477,11 +1476306,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1479935,14 +1478759,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1481743,11 +1480559,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1482593,11 +1481404,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1485039,14 +1483845,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1486652,11 +1485450,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1489338,14 +1488131,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1491889,14 +1490674,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1494336,14 +1493113,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1496784,14 +1495553,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1499285,14 +1498046,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1501739,14 +1500492,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1504189,14 +1502934,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1506636,14 +1505373,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1509086,14 +1507815,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1511088,14 +1509809,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1515081,14 +1513794,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1519074,14 +1517779,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1521077,14 +1519774,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1523080,14 +1521769,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1525091,14 +1523772,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1527152,14 +1525825,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1529149,14 +1527814,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1531158,14 +1529815,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1533161,14 +1531810,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1535191,14 +1533832,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1537195,14 +1535828,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1540519,14 +1539144,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1543843,14 +1542460,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1550265,14 +1548874,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1552269,14 +1550870,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1554445,14 +1553038,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1556631,14 +1555216,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1558806,14 +1557383,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1560981,14 +1559550,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1563996,14 +1562557,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1566843,14 +1565396,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1569948,14 +1568493,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1572971,14 +1571508,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1575818,14 +1574347,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1578665,14 +1577186,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1581680,14 +1580193,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1584527,14 +1583032,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1586375,14 +1584872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1588593,14 +1587082,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1590820,14 +1589301,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1593047,14 +1591520,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1595143,12 +1593608,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -1595936,14 +1594395,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1597263,14 +1595714,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1598239,14 +1596682,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1600171,14 +1598606,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1602496,14 +1600923,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1604838,14 +1603257,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1607168,14 +1605579,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1609556,14 +1607959,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1611941,14 +1610336,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1614267,14 +1612654,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1616277,14 +1614656,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1618783,14 +1617154,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1621739,14 +1620102,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1624302,14 +1622657,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1626588,14 +1624935,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1629451,14 +1627790,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1632376,14 +1630707,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1634939,14 +1633262,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1637225,14 +1635540,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1640088,14 +1638395,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1643013,14 +1641312,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1645576,14 +1643867,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1647862,14 +1646145,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1650725,14 +1649000,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1653650,14 +1651917,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1656213,14 +1654472,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1658499,14 +1656750,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1661362,14 +1659605,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1663360,14 +1661595,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1672175,14 +1670402,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1674180,14 +1672399,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1676185,14 +1674396,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1679244,14 +1677447,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1682341,14 +1680536,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1685261,14 +1683448,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1688182,14 +1686361,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1691489,14 +1689660,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1694778,14 +1692941,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index db4032f6a..6fd5bace4 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -456,7 +456,7 @@ paths: required: false schema: type: string - - &53 + - &59 name: direction description: The direction to sort the results by. in: query @@ -695,7 +695,7 @@ paths: required: - vector_string - score - cvss_severities: &55 + cvss_severities: &61 type: - object - 'null' @@ -742,7 +742,7 @@ paths: required: - vector_string - score - epss: &56 + epss: &62 type: - object - 'null' @@ -905,7 +905,7 @@ paths: - subscriptions_url - type - url - type: &308 + type: &313 type: string description: The type of credit the user is receiving. enum: @@ -1038,7 +1038,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &117 + schema: &122 title: Validation Error Simple description: Validation Error Simple type: object @@ -1071,7 +1071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &625 + - &630 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1656,7 +1656,7 @@ paths: schema: type: integer default: 30 - - &199 + - &204 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 @@ -1672,7 +1672,7 @@ paths: application/json: schema: type: array - items: &200 + items: &205 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1768,7 +1768,7 @@ paths: - installation_id - repository_id examples: - default: &201 + default: &206 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1831,7 +1831,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &116 + schema: &121 title: Validation Error description: Validation Error type: object @@ -1903,7 +1903,7 @@ paths: description: Response content: application/json: - schema: &202 + schema: &207 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2038,7 +2038,7 @@ paths: - request - response examples: - default: &203 + default: &208 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2242,7 +2242,7 @@ paths: parameters: - *17 - *19 - - &80 + - &86 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) @@ -2838,7 +2838,7 @@ paths: suspended_at: suspended_by: headers: - Link: &59 + Link: &65 example: ; rel="next", ; rel="last" schema: @@ -3028,7 +3028,7 @@ paths: - selected repositories: type: array - items: &71 + items: &77 title: Repository description: A repository on GitHub. type: object @@ -3055,7 +3055,7 @@ paths: license: anyOf: - type: 'null' - - &77 + - &83 title: License Simple description: License Simple type: object @@ -3415,12 +3415,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -5454,7 +5448,7 @@ paths: responses: '202': *37 '422': *7 - '500': &107 + '500': &53 description: Internal Error content: application/json: @@ -7604,7 +7598,7 @@ paths: required: true content: application/json: - schema: &129 + schema: &134 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -8309,7 +8303,7 @@ paths: description: Response content: application/json: - schema: &177 + schema: &182 type: array description: A list of default code security configurations items: @@ -8325,7 +8319,7 @@ paths: default configuration: *47 examples: - default: &178 + default: &183 value: - default_for_new_repos: public configuration: @@ -8665,7 +8659,7 @@ paths: - *38 - *49 responses: - '204': &179 + '204': &184 description: A header with no content is returned. '400': *14 '403': *27 @@ -8792,7 +8786,7 @@ paths: default: value: default_for_new_repos: all - configuration: &176 + configuration: &181 value: id: 1325 target_type: organization @@ -8877,7 +8871,7 @@ paths: application/json: schema: type: array - items: &180 + items: &185 type: object description: Repositories associated with a code security configuration and attachment status @@ -8895,7 +8889,7 @@ paths: - failed - updating - removed_by_enterprise - repository: &58 + repository: &64 title: Simple Repository description: A GitHub repository. type: object @@ -9222,7 +9216,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &181 + repository: &186 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -9297,6 +9291,213 @@ 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: + - *38 + - &54 + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + examples: + - '2025-10-13' + responses: + '200': + description: Response + content: + application/json: + schema: &55 + 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: &56 + 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': *53 + '403': *27 + '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: + - *38 + responses: + '200': + description: Response + content: + application/json: + schema: &57 + 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: &58 + 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': *53 + '403': *27 + '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: + - *38 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *38 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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 @@ -9316,7 +9517,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *38 - - &185 + - &190 name: state in: query description: |- @@ -9325,7 +9526,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &186 + - &191 name: severity in: query description: |- @@ -9334,7 +9535,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &187 + - &192 name: ecosystem in: query description: |- @@ -9343,14 +9544,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &188 + - &193 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 - - &189 + - &194 name: epss_percentage in: query description: |- @@ -9362,7 +9563,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 - - &465 + - &470 name: has in: query description: |- @@ -9376,7 +9577,7 @@ paths: type: string enum: - patch - - &190 + - &195 name: assignee in: query description: |- @@ -9385,7 +9586,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &191 + - &196 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -9395,7 +9596,7 @@ paths: enum: - development - runtime - - &192 + - &197 name: sort in: query description: |- @@ -9410,7 +9611,7 @@ paths: - updated - epss_percentage default: created - - *53 + - *59 - *45 - *46 - *17 @@ -9421,11 +9622,11 @@ paths: application/json: schema: type: array - items: &193 + items: &198 type: object description: A Dependabot alert. properties: - number: &166 + number: &171 type: integer description: The security alert number. readOnly: true @@ -9443,7 +9644,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &54 + package: &60 type: object description: Details for the vulnerable package. readOnly: true @@ -9491,7 +9692,7 @@ paths: - direct - transitive - - security_advisory: &466 + security_advisory: &471 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9522,13 +9723,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &57 + items: &63 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *54 + package: *60 severity: type: string description: The severity of the vulnerability. @@ -9596,8 +9797,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *55 - epss: *56 + cvss_severities: *61 + epss: *62 cwes: type: array description: Details for the advisory pertaining to Common @@ -9697,30 +9898,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *57 - url: &169 + security_vulnerability: *63 + url: &174 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &170 + html_url: &175 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &167 + created_at: &172 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: &168 + updated_at: &173 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: &172 + dismissed_at: &177 type: - string - 'null' @@ -9751,7 +9952,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &171 + fixed_at: &176 type: - string - 'null' @@ -9759,7 +9960,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &467 + auto_dismissed_at: &472 type: - string - 'null' @@ -9767,7 +9968,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &468 + dismissal_request: &473 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -9811,7 +10012,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *58 + repository: *64 required: - number - state @@ -9830,7 +10031,7 @@ paths: - repository additionalProperties: false examples: - default: &194 + default: &199 value: - number: 2 state: dismissed @@ -10199,7 +10400,7 @@ paths: application/json: schema: type: array - items: &60 + items: &66 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -10277,7 +10478,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -10352,9 +10553,9 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: &68 + default: &74 value: id: 1 name: Justice League @@ -10383,7 +10584,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *38 - - &61 + - &67 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -10402,7 +10603,7 @@ paths: type: array items: *4 examples: - default: &62 + default: &68 value: - login: octocat id: 1 @@ -10423,7 +10624,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10441,7 +10642,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10472,7 +10673,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10490,7 +10691,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10521,7 +10722,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10539,8 +10740,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *38 - - *61 - - &63 + - *67 + - &69 name: username description: The handle for the GitHub user account. in: path @@ -10554,7 +10755,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &64 + exampleKey1: &70 value: login: octocat id: 1 @@ -10590,8 +10791,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *38 - - *61 - - *63 + - *67 + - *69 responses: '201': description: Successfully added team member @@ -10599,7 +10800,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *64 + exampleKey1: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10617,8 +10818,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *38 - - *61 - - *63 + - *67 + - *69 responses: '204': description: Response @@ -10640,7 +10841,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *38 - - *61 + - *67 - *17 - *19 responses: @@ -10650,7 +10851,7 @@ paths: application/json: schema: type: array - items: &65 + items: &71 title: Organization Simple description: A GitHub organization. type: object @@ -10722,7 +10923,7 @@ paths: - avatar_url - description examples: - default: &66 + default: &72 value: login: github id: 1 @@ -10753,7 +10954,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10781,9 +10982,9 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: &104 + default: &110 value: - login: github id: 1 @@ -10814,7 +11015,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10855,8 +11056,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *38 - - *61 - - &67 + - *67 + - &73 name: org description: The organization name. The name is not case sensitive. in: path @@ -10868,9 +11069,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *65 + schema: *71 examples: - default: *66 + default: *72 '404': description: The team is not assigned to the organization x-github: @@ -10889,16 +11090,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *38 - - *61 - *67 + - *73 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *65 + schema: *71 examples: - default: *66 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10915,8 +11116,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *38 - - *61 - *67 + - *73 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -10940,7 +11141,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *38 - - &69 + - &75 name: team_slug description: The slug of the team name. in: path @@ -10952,11 +11153,11 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: *68 + default: *74 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -10974,7 +11175,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *38 - - *69 + - *75 requestBody: required: true content: @@ -11032,11 +11233,11 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: *68 + default: *74 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -11057,7 +11258,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *38 - - *69 + - *75 responses: '204': description: Response @@ -11095,7 +11296,7 @@ paths: application/json: schema: type: array - items: &99 + items: &105 title: Event description: Event type: object @@ -11106,7 +11307,7 @@ paths: type: - string - 'null' - actor: &70 + actor: &76 title: Actor description: Actor type: object @@ -11147,7 +11348,7 @@ paths: - id - name - url - org: *70 + org: *76 payload: oneOf: - title: CreateEvent @@ -11194,7 +11395,7 @@ paths: properties: action: type: string - discussion: &716 + discussion: &721 title: Discussion description: A Discussion in a repository. type: object @@ -11491,7 +11692,7 @@ paths: - id labels: type: array - items: &74 + items: &80 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -11574,7 +11775,7 @@ paths: properties: action: type: string - issue: &75 + issue: &81 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -11695,7 +11896,7 @@ paths: milestone: anyOf: - type: 'null' - - &260 + - &265 title: Milestone description: A collection of related issues and pull requests. @@ -11867,7 +12068,7 @@ paths: timeline_url: type: string format: uri - type: &224 + type: &229 title: Issue Type description: The type of issue. type: @@ -11921,12 +12122,12 @@ paths: - node_id - name - description - repository: *71 + repository: *77 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &72 + author_association: &78 title: author_association type: string description: How the author is associated with the @@ -11942,7 +12143,7 @@ paths: - OWNER examples: - OWNER - reactions: &73 + reactions: &79 title: Reaction Rollup type: object properties: @@ -11978,7 +12179,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &637 + sub_issues_summary: &642 title: Sub-issues Summary type: object properties: @@ -12002,7 +12203,7 @@ paths: pinned_comment: anyOf: - type: 'null' - - &76 + - &82 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12053,16 +12254,16 @@ paths: issue_url: type: string format: uri - author_association: *72 + author_association: *78 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *73 + reactions: *79 pin: anyOf: - type: 'null' - - &538 + - &543 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -12089,7 +12290,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &638 + issue_dependencies_summary: &643 title: Issue Dependencies Summary type: object properties: @@ -12108,7 +12309,7 @@ paths: - total_blocking issue_field_values: type: array - items: &523 + items: &528 title: Issue Field Value description: A value assigned to an issue field type: object @@ -12208,10 +12409,10 @@ paths: assignees: type: array items: *4 - label: *74 + label: *80 labels: type: array - items: *74 + items: *80 required: - action - issue @@ -12220,8 +12421,8 @@ paths: properties: action: type: string - issue: *75 - comment: *76 + issue: *81 + comment: *82 required: - action - issue @@ -12385,8 +12586,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -12402,7 +12601,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 allow_forking: type: boolean is_template: @@ -12493,7 +12692,7 @@ paths: type: string number: type: integer - pull_request: &78 + pull_request: &84 title: Pull Request Minimal type: object properties: @@ -12564,10 +12763,10 @@ paths: assignees: type: array items: *4 - label: *74 + label: *80 labels: type: array - items: *74 + items: *80 required: - action - number @@ -12577,7 +12776,7 @@ paths: properties: action: type: string - pull_request: *78 + pull_request: *84 comment: type: object properties: @@ -12831,7 +13030,7 @@ paths: - pull_request updated_at: type: string - pull_request: *78 + pull_request: *84 required: - action - review @@ -12880,7 +13079,7 @@ paths: updated_at: type: string format: date-time - reactions: *73 + reactions: *79 required: - action - comment @@ -12891,7 +13090,7 @@ paths: type: string release: allOf: - - &570 + - &575 title: Release description: A release. type: object @@ -12973,7 +13172,7 @@ paths: author: *4 assets: type: array - items: &571 + items: &576 title: Release Asset description: Data related to a release. type: object @@ -13048,7 +13247,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *73 + reactions: *79 required: - assets_url - upload_url @@ -13141,7 +13340,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': &108 + '503': &113 description: Service unavailable content: application/json: @@ -13243,7 +13442,7 @@ paths: _links: type: object properties: - timeline: &79 + timeline: &85 title: Link With Type description: Hypermedia Link with Type type: object @@ -13255,17 +13454,17 @@ paths: required: - href - type - user: *79 - security_advisories: *79 - current_user: *79 - current_user_public: *79 - current_user_actor: *79 - current_user_organization: *79 + user: *85 + security_advisories: *85 + current_user: *85 + current_user_public: *85 + current_user_actor: *85 + current_user_organization: *85 current_user_organizations: type: array - items: *79 - repository_discussions: *79 - repository_discussions_category: *79 + items: *85 + repository_discussions: *85 + repository_discussions_category: *85 required: - timeline - user @@ -13327,7 +13526,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *80 + - *86 - *17 - *19 responses: @@ -13337,7 +13536,7 @@ paths: application/json: schema: type: array - items: &81 + items: &87 title: Base Gist description: Base Gist type: object @@ -13434,7 +13633,7 @@ paths: - created_at - updated_at examples: - default: &82 + default: &88 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13479,7 +13678,7 @@ paths: site_admin: false truncated: false headers: - Link: *59 + Link: *65 '304': *35 '403': *27 x-github: @@ -13558,7 +13757,7 @@ paths: description: Response content: application/json: - schema: &83 + schema: &89 title: Gist Simple description: Gist Simple type: object @@ -13576,7 +13775,7 @@ paths: url: type: string format: uri - user: &644 + user: &649 title: Public User description: Public User type: object @@ -13950,7 +14149,7 @@ paths: truncated: type: boolean examples: - default: &84 + default: &90 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -14054,7 +14253,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *80 + - *86 - *17 - *19 responses: @@ -14064,11 +14263,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '403': *27 @@ -14088,7 +14287,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *80 + - *86 - *17 - *19 responses: @@ -14098,11 +14297,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '401': *23 '304': *35 '403': *27 @@ -14128,7 +14327,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &85 + - &91 name: gist_id description: The unique identifier of the gist. in: path @@ -14140,10 +14339,10 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - default: *84 - '403': &88 + default: *90 + '403': &94 description: Forbidden Gist content: application/json: @@ -14192,7 +14391,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *85 + - *91 requestBody: required: true content: @@ -14256,9 +14455,9 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - updateGist: *84 + updateGist: *90 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -14416,7 +14615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -14445,7 +14644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *85 + - *91 - *17 - *19 responses: @@ -14455,7 +14654,7 @@ paths: application/json: schema: type: array - items: &86 + items: &92 title: Gist Comment description: A comment made to a gist. type: object @@ -14493,7 +14692,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *72 + author_association: *78 required: - url - id @@ -14533,7 +14732,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -14558,7 +14757,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *85 + - *91 requestBody: required: true content: @@ -14584,9 +14783,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: &87 + default: &93 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14644,8 +14843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *85 - - &89 + - *91 + - &95 name: comment_id description: The unique identifier of the comment. in: path @@ -14658,12 +14857,12 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: *87 + default: *93 '304': *35 '404': *6 - '403': *88 + '403': *94 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14685,8 +14884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *85 - - *89 + - *91 + - *95 requestBody: required: true content: @@ -14712,9 +14911,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: *87 + default: *93 '404': *6 x-github: githubCloudOnly: false @@ -14731,8 +14930,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *85 - - *89 + - *91 + - *95 responses: '204': description: Response @@ -14755,7 +14954,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *85 + - *91 - *17 - *19 responses: @@ -14856,7 +15055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *85 + - *91 - *17 - *19 responses: @@ -14866,7 +15065,7 @@ paths: application/json: schema: type: array - items: *83 + items: *89 examples: default: value: @@ -14912,7 +15111,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 '304': *35 '403': *27 @@ -14931,13 +15130,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *85 + - *91 responses: '201': description: Response content: application/json: - schema: *81 + schema: *87 examples: default: value: @@ -15008,7 +15207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *85 + - *91 responses: '204': description: Response if gist is starred @@ -15038,7 +15237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -15060,7 +15259,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -15089,7 +15288,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *85 + - *91 - name: sha in: path required: true @@ -15100,9 +15299,9 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - default: *84 + default: *90 '422': *15 '404': *6 '403': *27 @@ -15265,7 +15464,7 @@ paths: type: array items: allOf: - - *71 + - *77 repository_selection: type: string examples: @@ -15389,7 +15588,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '403': *27 '304': *35 '401': *23 @@ -15473,7 +15672,7 @@ paths: - closed - all default: open - - &227 + - &232 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15491,8 +15690,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - name: collab in: query required: false @@ -15522,9 +15721,9 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: &228 + default: &233 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15769,7 +15968,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '404': *6 @@ -15804,7 +16003,7 @@ paths: application/json: schema: type: array - items: *77 + items: *83 examples: default: value: @@ -16102,7 +16301,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &90 + X-CommonMarker-Version: &96 example: 0.17.4 schema: type: string @@ -16157,7 +16356,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *90 + X-CommonMarker-Version: *96 content: text/html: schema: @@ -16186,7 +16385,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &93 + - &99 name: account_id description: account_id parameter in: path @@ -16198,7 +16397,7 @@ paths: description: Response content: application/json: - schema: &92 + schema: &98 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -16232,7 +16431,7 @@ paths: - 'null' id: type: integer - plan: &91 + plan: &97 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -16335,7 +16534,7 @@ paths: - 'null' updated_at: type: string - plan: *91 + plan: *97 required: - url - id @@ -16343,7 +16542,7 @@ paths: - login - marketplace_purchase examples: - default: &94 + default: &100 value: url: https://api.github.com/orgs/github type: Organization @@ -16428,9 +16627,9 @@ paths: application/json: schema: type: array - items: *91 + items: *97 examples: - default: &95 + default: &101 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -16448,7 +16647,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '404': *6 '401': *23 x-github: @@ -16470,14 +16669,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &96 + - &102 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &97 + - &103 name: sort description: The property to sort the results by. in: query @@ -16507,9 +16706,9 @@ paths: application/json: schema: type: array - items: *92 + items: *98 examples: - default: &98 + default: &104 value: - url: https://api.github.com/orgs/github type: Organization @@ -16560,7 +16759,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '404': *6 '422': *15 '401': *23 @@ -16583,15 +16782,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *93 + - *99 responses: '200': description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *94 + default: *100 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -16623,11 +16822,11 @@ paths: application/json: schema: type: array - items: *91 + items: *97 examples: - default: *95 + default: *101 headers: - Link: *59 + Link: *65 '401': *23 x-github: githubCloudOnly: false @@ -16648,8 +16847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *96 - - *97 + - *102 + - *103 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16669,11 +16868,11 @@ paths: application/json: schema: type: array - items: *92 + items: *98 examples: - default: *98 + default: *104 headers: - Link: *59 + Link: *65 '401': *23 x-github: githubCloudOnly: false @@ -16936,14 +17135,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &319 + - &324 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &320 + - &325 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -16960,7 +17159,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -17005,7 +17204,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &323 + '301': &328 description: Moved permanently content: application/json: @@ -17027,7 +17226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &546 + - &551 name: all description: If `true`, show notifications marked as read. in: query @@ -17035,7 +17234,7 @@ paths: schema: type: boolean default: false - - &547 + - &552 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -17044,8 +17243,8 @@ paths: schema: type: boolean default: false - - *80 - - &548 + - *86 + - &553 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: @@ -17070,14 +17269,14 @@ paths: application/json: schema: type: array - items: &100 + items: &106 title: Thread description: Thread type: object properties: id: type: string - repository: &148 + repository: &153 title: Minimal Repository description: Minimal Repository type: object @@ -17339,8 +17538,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -17429,7 +17626,7 @@ paths: type: boolean examples: - false - security_and_analysis: &275 + security_and_analysis: &280 type: - object - 'null' @@ -17633,7 +17830,7 @@ paths: - url - subscription_url examples: - default: &549 + default: &554 value: - id: '1' repository: @@ -17715,7 +17912,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -17799,7 +17996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &101 + - &107 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 @@ -17813,7 +18010,7 @@ paths: description: Response content: application/json: - schema: *100 + schema: *106 examples: default: value: @@ -17915,7 +18112,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *101 + - *107 responses: '205': description: Reset Content @@ -17937,7 +18134,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *101 + - *107 responses: '204': description: No content @@ -17960,13 +18157,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *101 + - *107 responses: '200': description: Response content: application/json: - schema: &102 + schema: &108 title: Thread Subscription description: Thread Subscription type: object @@ -18010,7 +18207,7 @@ paths: - url - subscribed examples: - default: &103 + default: &109 value: subscribed: true ignored: false @@ -18041,7 +18238,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *101 + - *107 requestBody: required: false content: @@ -18062,9 +18259,9 @@ paths: description: Response content: application/json: - schema: *102 + schema: *108 examples: - default: *103 + default: *109 '304': *35 '403': *27 '401': *23 @@ -18087,7 +18284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *101 + - *107 responses: '204': description: Response @@ -18182,9 +18379,9 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: Link: example: ; rel="next" @@ -18211,13 +18408,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &105 + schema: &111 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -18251,12 +18448,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *105 + schema: *111 examples: selected_actions: *40 responses: @@ -18285,13 +18482,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &106 + schema: &112 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -18325,12 +18522,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *106 + schema: *112 examples: selected_actions: *42 responses: @@ -18359,7 +18556,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: - - *67 + - *73 - name: page in: query description: The page number of results to fetch. @@ -18405,7 +18602,7 @@ paths: items: anyOf: - type: 'null' - - *58 + - *64 additionalProperties: false examples: default: @@ -18510,7 +18707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -18576,7 +18773,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *67 + - *73 requestBody: required: true content: @@ -18626,7 +18823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *67 + - *73 - name: page description: The page number of the results to fetch. in: query @@ -18783,7 +18980,7 @@ paths: total_count: 3 '404': *6 '403': *27 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18804,8 +19001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *67 - - &109 + - *73 + - &114 name: budget_id description: The ID corresponding to the budget. in: path @@ -18907,8 +19104,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18928,8 +19125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *67 - - *109 + - *73 + - *114 requestBody: required: true content: @@ -19121,8 +19318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *67 - - *109 + - *73 + - *114 responses: '200': description: Response when deleting a budget @@ -19148,8 +19345,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19169,8 +19366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *67 - - &110 + - *73 + - &115 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, @@ -19179,7 +19376,7 @@ paths: required: false schema: type: integer - - &112 + - &117 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 @@ -19188,7 +19385,7 @@ paths: required: false schema: type: integer - - &111 + - &116 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 @@ -19203,14 +19400,14 @@ paths: required: false schema: type: string - - &693 + - &698 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &113 + - &118 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -19326,8 +19523,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19347,9 +19544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *67 - - *110 - - &694 + - *73 + - *115 + - &699 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 @@ -19358,7 +19555,7 @@ paths: required: false schema: type: integer - - *111 + - *116 responses: '200': description: Billing usage report response for an organization @@ -19433,8 +19630,8 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19457,19 +19654,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *67 - - *110 - - *112 - - *111 - - &695 + - *73 + - *115 + - *117 + - *116 + - &700 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *113 - - &696 + - *118 + - &701 name: sku description: The SKU to query for usage. in: query @@ -19579,8 +19776,8 @@ paths: netAmount: 8.0 '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19606,13 +19803,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &114 + schema: &119 title: Organization Full description: Organization Full type: object @@ -20007,7 +20204,7 @@ paths: - updated_at - archived_at examples: - default-response: &115 + default-response: &120 value: login: github id: 1 @@ -20107,7 +20304,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *67 + - *73 requestBody: required: false content: @@ -20324,17 +20521,17 @@ paths: description: Response content: application/json: - schema: *114 + schema: *119 examples: - default: *115 + default: *120 '422': description: Validation failed content: application/json: schema: oneOf: - - *116 - - *117 + - *121 + - *122 '409': *52 x-github: githubCloudOnly: false @@ -20358,7 +20555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *67 + - *73 responses: '202': *37 '404': *6 @@ -20383,7 +20580,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -20409,7 +20606,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20430,7 +20627,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: - - *67 + - *73 - *17 - *19 responses: @@ -20448,7 +20645,7 @@ paths: type: integer repository_cache_usages: type: array - items: &330 + items: &335 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -20486,7 +20683,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20506,7 +20703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -20524,7 +20721,7 @@ paths: type: integer runners: type: array - items: &118 + items: &123 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -20587,7 +20784,7 @@ paths: - size_gb - display_name - source - machine_size_details: &126 + machine_size_details: &131 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -20696,7 +20893,7 @@ paths: - public_ip_enabled - platform examples: - default: &147 + default: &152 value: total_count: 2 runners: @@ -20738,7 +20935,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20756,7 +20953,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -20834,9 +21031,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: &127 + default: &132 value: id: 5 name: My hosted ubuntu runner @@ -20877,7 +21074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -20893,7 +21090,7 @@ paths: type: integer images: type: array - items: &119 + items: &124 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -20952,7 +21149,7 @@ paths: - latest_version - state examples: - default: &121 + default: &126 value: total_count: 2 image_versions: @@ -20983,8 +21180,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: - - *67 - - &120 + - *73 + - &125 name: image_definition_id description: Image definition ID of custom image in: path @@ -20996,7 +21193,7 @@ paths: description: Response content: application/json: - schema: *119 + schema: *124 examples: default: value: @@ -21026,8 +21223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *67 - - *120 + - *73 + - *125 responses: '204': description: Response @@ -21050,8 +21247,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: - - *120 - - *67 + - *125 + - *73 responses: '200': description: Response @@ -21067,7 +21264,7 @@ paths: type: integer image_versions: type: array - items: &122 + items: &127 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -21105,7 +21302,7 @@ paths: - created_on - state_details examples: - default: *121 + default: *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21125,9 +21322,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: - - *67 - - *120 - - &123 + - *73 + - *125 + - &128 name: version description: Version of a custom image in: path @@ -21140,7 +21337,7 @@ paths: description: Response content: application/json: - schema: *122 + schema: *127 examples: default: value: @@ -21166,9 +21363,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: - - *67 - - *120 - - *123 + - *73 + - *125 + - *128 responses: '204': description: Response @@ -21189,7 +21386,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: - - *67 + - *73 responses: '200': description: Response @@ -21205,7 +21402,7 @@ paths: type: integer images: type: array - items: &124 + items: &129 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -21245,7 +21442,7 @@ paths: - display_name - source examples: - default: &125 + default: &130 value: id: ubuntu-20.04 platform: linux-x64 @@ -21269,7 +21466,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: - - *67 + - *73 responses: '200': description: Response @@ -21285,9 +21482,9 @@ paths: type: integer images: type: array - items: *124 + items: *129 examples: - default: *125 + default: *130 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21304,7 +21501,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: - - *67 + - *73 responses: '200': description: Response @@ -21359,7 +21556,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: - - *67 + - *73 responses: '200': description: Response @@ -21375,7 +21572,7 @@ paths: type: integer machine_specs: type: array - items: *126 + items: *131 examples: default: value: @@ -21400,7 +21597,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: - - *67 + - *73 responses: '200': description: Response @@ -21444,8 +21641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *67 - - &128 + - *73 + - &133 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -21457,11 +21654,11 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21479,8 +21676,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *67 - - *128 + - *73 + - *133 requestBody: required: true content: @@ -21533,9 +21730,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21551,16 +21748,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *67 - - *128 + - *73 + - *133 responses: '202': description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21580,7 +21777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -21613,12 +21810,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *129 + schema: *134 examples: default: *44 responses: @@ -21652,7 +21849,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *67 + - *73 - name: custom_property_name in: path required: true @@ -21685,13 +21882,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: - - *67 + - *73 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &130 + schema: &135 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -21705,7 +21902,7 @@ paths: required: - include_claim_keys examples: - default: &131 + default: &136 value: include_claim_keys: - repo @@ -21727,20 +21924,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: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *130 + schema: *135 examples: - default: *131 + default: *136 responses: '201': description: Empty response content: application/json: - schema: &157 + schema: &162 title: Empty Object description: An object without any properties. type: object @@ -21770,7 +21967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -21779,7 +21976,7 @@ paths: schema: type: object properties: - enabled_repositories: &132 + enabled_repositories: &137 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -21792,7 +21989,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: &133 + allowed_actions: &138 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -21800,12 +21997,12 @@ paths: - all - local_only - selected - selected_actions_url: &336 + selected_actions_url: &341 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: &134 + sha_pinning_required: &139 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -21836,7 +22033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -21847,9 +22044,9 @@ paths: schema: type: object properties: - enabled_repositories: *132 - allowed_actions: *133 - sha_pinning_required: *134 + enabled_repositories: *137 + allowed_actions: *138 + sha_pinning_required: *139 required: - enabled_repositories examples: @@ -21877,13 +22074,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &340 + schema: &345 type: object properties: days: @@ -21920,12 +22117,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &341 + schema: &346 type: object properties: days: @@ -21962,13 +22159,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &135 + schema: &140 type: object properties: approval_policy: @@ -21982,7 +22179,7 @@ paths: required: - approval_policy examples: - default: &342 + default: &347 value: approval_policy: first_time_contributors '404': *6 @@ -22003,7 +22200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -22013,7 +22210,7 @@ paths: required: true content: application/json: - schema: *135 + schema: *140 examples: default: summary: Set approval policy to first time contributors @@ -22035,13 +22232,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: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &343 + schema: &348 type: object required: - run_workflows_from_fork_pull_requests @@ -22067,7 +22264,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &136 + default: &141 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -22090,12 +22287,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: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &344 + schema: &349 type: object required: - run_workflows_from_fork_pull_requests @@ -22118,7 +22315,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *136 + default: *141 responses: '204': description: Empty response for successful settings update @@ -22148,7 +22345,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: - - *67 + - *73 - *17 - *19 responses: @@ -22166,9 +22363,9 @@ paths: type: number repositories: type: array - items: *71 + items: *77 examples: - default: &140 + default: &145 value: total_count: 1 repositories: @@ -22308,7 +22505,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: - - *67 + - *73 responses: '204': description: Response @@ -22352,8 +22549,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: - - *67 - - &137 + - *73 + - &142 name: repository_id description: The unique identifier of the repository. in: path @@ -22381,8 +22578,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -22405,13 +22602,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &138 + schema: &143 type: object properties: github_owned_allowed: @@ -22433,7 +22630,7 @@ paths: items: type: string examples: - default: &139 + default: &144 value: github_owned_allowed: true verified_allowed: false @@ -22458,7 +22655,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -22466,9 +22663,9 @@ paths: required: false content: application/json: - schema: *138 + schema: *143 examples: - selected_actions: *139 + selected_actions: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22488,7 +22685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -22536,7 +22733,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -22583,7 +22780,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: - - *67 + - *73 - *17 - *19 responses: @@ -22598,9 +22795,9 @@ paths: type: integer repositories: type: array - items: *71 + items: *77 examples: - default: *140 + default: *145 '403': *27 '404': *6 x-github: @@ -22620,7 +22817,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: - - *67 + - *73 requestBody: required: true content: @@ -22668,8 +22865,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No content @@ -22695,8 +22892,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No content @@ -22724,23 +22921,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &345 + schema: &350 type: object properties: - default_workflow_permissions: &141 + default_workflow_permissions: &146 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &142 + can_approve_pull_request_reviews: &147 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -22748,7 +22945,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &143 + default: &148 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -22773,7 +22970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Success response @@ -22781,13 +22978,13 @@ paths: required: false content: application/json: - schema: &346 + schema: &351 type: object properties: - default_workflow_permissions: *141 - can_approve_pull_request_reviews: *142 + default_workflow_permissions: *146 + can_approve_pull_request_reviews: *147 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22807,7 +23004,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: - - *67 + - *73 - *17 - *19 - name: visible_to_repository @@ -22832,7 +23029,7 @@ paths: type: number runner_groups: type: array - items: &144 + items: &149 type: object properties: id: @@ -22949,7 +23146,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: - - *67 + - *73 requestBody: required: true content: @@ -23022,9 +23219,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: - default: &146 + default: &151 value: id: 2 name: octo-runner-group @@ -23059,8 +23256,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: - - *67 - - &145 + - *73 + - &150 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -23072,7 +23269,7 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: default: value: @@ -23108,8 +23305,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -23165,9 +23362,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: - default: *146 + default: *151 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -23186,8 +23383,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: - - *67 - - *145 + - *73 + - *150 responses: '204': description: Response @@ -23210,8 +23407,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: - - *67 - - *145 + - *73 + - *150 - *17 - *19 responses: @@ -23229,11 +23426,11 @@ paths: type: number runners: type: array - items: *118 + items: *123 examples: - default: *147 + default: *152 headers: - Link: *59 + Link: *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -23253,8 +23450,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: - - *67 - - *145 + - *73 + - *150 - *19 - *17 responses: @@ -23272,9 +23469,9 @@ paths: type: number repositories: type: array - items: *148 + items: *153 examples: - default: &184 + default: &189 value: total_count: 1 repositories: @@ -23526,8 +23723,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -23571,9 +23768,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: - - *67 - - *145 - - *137 + - *73 + - *150 + - *142 responses: '204': description: Response @@ -23595,9 +23792,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: - - *67 - - *145 - - *137 + - *73 + - *150 + - *142 responses: '204': description: Response @@ -23620,8 +23817,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: - - *67 - - *145 + - *73 + - *150 - *17 - *19 responses: @@ -23639,7 +23836,7 @@ paths: type: number runners: type: array - items: &150 + items: &155 title: Self hosted runners description: A self hosted runner type: object @@ -23673,7 +23870,7 @@ paths: type: boolean labels: type: array - items: &153 + items: &158 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -23703,7 +23900,7 @@ paths: - busy - labels examples: - default: &151 + default: &156 value: total_count: 2 runners: @@ -23743,7 +23940,7 @@ paths: name: no-gpu type: custom headers: - Link: *59 + Link: *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -23762,8 +23959,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -23807,9 +24004,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: - - *67 - - *145 - - &149 + - *73 + - *150 + - &154 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -23837,9 +24034,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: - - *67 - - *145 - - *149 + - *73 + - *150 + - *154 responses: '204': description: Response @@ -23869,7 +24066,7 @@ paths: in: query schema: type: string - - *67 + - *73 - *17 - *19 responses: @@ -23887,11 +24084,11 @@ paths: type: integer runners: type: array - items: *150 + items: *155 examples: - default: *151 + default: *156 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23913,7 +24110,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -23921,7 +24118,7 @@ paths: application/json: schema: type: array - items: &347 + items: &352 title: Runner Application description: Runner Application type: object @@ -23946,7 +24143,7 @@ paths: - download_url - filename examples: - default: &348 + default: &353 value: - os: osx architecture: x64 @@ -23989,7 +24186,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: - - *67 + - *73 requestBody: required: true content: @@ -24032,7 +24229,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &349 + '201': &354 description: Response content: application/json: @@ -24042,7 +24239,7 @@ paths: - runner - encoded_jit_config properties: - runner: *150 + runner: *155 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -24099,13 +24296,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *67 + - *73 responses: '201': description: Response content: application/json: - schema: &152 + schema: &157 title: Authentication Token description: Authentication Token type: object @@ -24129,7 +24326,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *71 + items: *77 single_file: type: - string @@ -24147,7 +24344,7 @@ paths: - token - expires_at examples: - default: &350 + default: &355 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -24178,15 +24375,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *67 + - *73 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: &351 + default: &356 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -24211,16 +24408,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: - - *67 - - *149 + - *73 + - *154 responses: '200': description: Response content: application/json: - schema: *150 + schema: *155 examples: - default: &352 + default: &357 value: id: 23 name: MBP @@ -24261,8 +24458,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: - - *67 - - *149 + - *73 + - *154 responses: '204': description: Response @@ -24288,10 +24485,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: - - *67 - - *149 + - *73 + - *154 responses: - '200': &154 + '200': &159 description: Response content: application/json: @@ -24305,7 +24502,7 @@ paths: type: integer labels: type: array - items: *153 + items: *158 examples: default: value: @@ -24344,8 +24541,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: - - *67 - - *149 + - *73 + - *154 requestBody: required: true content: @@ -24369,7 +24566,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24393,8 +24590,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: - - *67 - - *149 + - *73 + - *154 requestBody: required: true content: @@ -24419,7 +24616,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24443,10 +24640,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: - - *67 - - *149 + - *73 + - *154 responses: - '200': &353 + '200': &358 description: Response content: application/json: @@ -24460,7 +24657,7 @@ paths: type: integer labels: type: array - items: *153 + items: *158 examples: default: value: @@ -24501,9 +24698,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: - - *67 - - *149 - - &354 + - *73 + - *154 + - &359 name: name description: The name of a self-hosted runner's custom label. in: path @@ -24511,7 +24708,7 @@ paths: schema: type: string responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24536,7 +24733,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -24554,7 +24751,7 @@ paths: type: integer secrets: type: array - items: &155 + items: &160 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -24606,7 +24803,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24629,13 +24826,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &366 + schema: &371 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24670,7 +24867,7 @@ paths: - key_id - key examples: - default: &367 + default: &372 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24695,8 +24892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *67 - - &156 + - *73 + - &161 name: secret_name description: The name of the secret. in: path @@ -24708,7 +24905,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *160 examples: default: value: @@ -24738,8 +24935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -24796,7 +24993,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -24822,8 +25019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -24849,8 +25046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -24868,9 +25065,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: &160 + default: &165 value: total_count: 1 repositories: @@ -24962,8 +25159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -25015,8 +25212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -25049,8 +25246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -25082,8 +25279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *67 - - &335 + - *73 + - &340 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)." @@ -25107,7 +25304,7 @@ paths: type: integer variables: type: array - items: &158 + items: &163 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -25176,7 +25373,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25197,7 +25394,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *67 + - *73 requestBody: required: true content: @@ -25245,7 +25442,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -25270,8 +25467,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *67 - - &159 + - *73 + - &164 name: name description: The name of the variable. in: path @@ -25283,7 +25480,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *163 examples: default: value: @@ -25313,8 +25510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 requestBody: required: true content: @@ -25376,8 +25573,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 responses: '204': description: Response @@ -25403,8 +25600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - *19 - *17 responses: @@ -25422,9 +25619,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 '409': description: Response when the visibility of the variable is not set to `selected` @@ -25450,8 +25647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 requestBody: required: true content: @@ -25500,8 +25697,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - name: repository_id in: path required: true @@ -25535,8 +25732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - name: repository_id in: path required: true @@ -25577,7 +25774,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *67 + - *73 requestBody: required: true content: @@ -25696,7 +25893,7 @@ paths: type: integer deployment_records: type: array - items: &161 + items: &166 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -25741,7 +25938,7 @@ paths: description: The ID of the provenance attestation associated with the deployment record. examples: - default: &162 + default: &167 value: total_count: 1 deployment_records: @@ -25756,6 +25953,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25776,7 +25975,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *67 + - *73 - name: cluster in: path description: The cluster name. @@ -25914,9 +26113,11 @@ paths: type: integer deployment_records: type: array - items: *161 + items: *166 examples: - default: *162 + default: *167 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25936,7 +26137,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *67 + - *73 requestBody: required: true content: @@ -26083,6 +26284,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26100,7 +26303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *67 + - *73 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -26126,9 +26329,9 @@ paths: - 3 deployment_records: type: array - items: *161 + items: *166 examples: - default: *162 + default: *167 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26148,7 +26351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *67 + - *73 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -26234,7 +26437,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 requestBody: required: true content: @@ -26258,12 +26461,12 @@ paths: required: - subject_digests examples: - default: &675 + default: &680 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &676 + withPredicateType: &681 value: subject_digests: - sha256:abc123 @@ -26322,7 +26525,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &677 + default: &682 value: attestations_subject_digests: - sha256:abc: @@ -26431,7 +26634,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *67 + - *73 requestBody: required: true content: @@ -26496,7 +26699,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *67 + - *73 - name: subject_digest description: Subject Digest in: path @@ -26531,7 +26734,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -26579,7 +26782,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *67 + - *73 - name: attestation_id description: Attestation ID in: path @@ -26617,7 +26820,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -26673,7 +26876,7 @@ paths: initiator: type: string examples: - default: &380 + default: &385 value: attestations: - bundle: @@ -26780,7 +26983,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -26792,7 +26995,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26811,8 +27014,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: If the user is blocked @@ -26837,8 +27040,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -26858,8 +27061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -26884,15 +27087,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *67 + - *73 - *19 - *17 - - *53 + - *59 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &163 + schema: &168 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -26918,7 +27121,7 @@ paths: application/json: schema: type: array - items: &164 + items: &169 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -26949,7 +27152,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &183 + items: &188 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -27026,7 +27229,7 @@ paths: parent: anyOf: - type: 'null' - - &239 + - &244 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -27162,7 +27365,7 @@ paths: - string - 'null' format: date-time - state: *163 + state: *168 contact_link: description: The contact link of the campaign. type: @@ -27258,9 +27461,9 @@ paths: closed_at: state: open headers: - Link: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27284,7 +27487,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -27385,9 +27588,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: &165 + default: &170 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -27436,7 +27639,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27458,7 +27661,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27470,16 +27673,16 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: *165 + default: *170 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27500,7 +27703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27550,7 +27753,7 @@ paths: - string - 'null' format: uri - state: *163 + state: *168 examples: default: value: @@ -27560,9 +27763,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: *165 + default: *170 '400': description: Bad Request content: @@ -27574,7 +27777,7 @@ paths: content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27595,7 +27798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27606,7 +27809,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27628,18 +27831,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *67 - - &404 + - *73 + - &409 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: &173 + schema: &178 type: string description: The name of the tool used to generate the code scanning analysis. - - &405 + - &410 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 @@ -27647,7 +27850,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &174 + schema: &179 type: - string - 'null' @@ -27657,13 +27860,13 @@ paths: - *46 - *19 - *17 - - *53 + - *59 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &407 + schema: &412 type: string description: State of a code scanning alert. enum: @@ -27686,7 +27889,7 @@ paths: be returned. in: query required: false - schema: &408 + schema: &413 type: string description: Severity of a code scanning alert. enum: @@ -27715,18 +27918,18 @@ paths: items: type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: &409 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: &414 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &175 + state: &180 type: - string - 'null' @@ -27736,13 +27939,13 @@ paths: - dismissed - fixed - - fixed_at: *171 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: &410 + dismissed_at: *177 + dismissed_reason: &415 type: - string - 'null' @@ -27753,14 +27956,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &411 + dismissed_comment: &416 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &412 + rule: &417 type: object properties: id: @@ -27821,43 +28024,43 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &413 + tool: &418 type: object properties: - name: *173 + name: *178 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *174 - most_recent_instance: &414 + guid: *179 + most_recent_instance: &419 type: object properties: - ref: &406 + ref: &411 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &424 + analysis_key: &429 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: &425 + environment: &430 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: &426 + category: &431 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: *175 + state: *180 commit_sha: type: string message: @@ -27865,7 +28068,7 @@ paths: properties: text: type: string - location: &427 + location: &432 type: object description: Describe a region within a file for the alert. properties: @@ -27886,7 +28089,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: &428 + items: &433 type: - string - 'null' @@ -27898,7 +28101,7 @@ paths: - test - library - - repository: *58 + repository: *64 dismissal_approved_by: anyOf: - type: 'null' @@ -28150,9 +28353,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: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28174,7 +28377,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *67 + - *73 - name: target_type in: query description: The target type of the code security configuration @@ -28285,7 +28488,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *67 + - *73 requestBody: required: true content: @@ -28522,7 +28725,7 @@ paths: application/json: schema: *47 examples: - default: *176 + default: *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28544,15 +28747,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *177 + schema: *182 examples: - default: *178 + default: *183 '304': *35 '403': *27 '404': *6 @@ -28578,7 +28781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *67 + - *73 requestBody: required: true content: @@ -28604,7 +28807,7 @@ paths: - 32 - 91 responses: - '204': *179 + '204': *184 '400': *14 '403': *27 '404': *6 @@ -28630,7 +28833,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *67 + - *73 - *49 responses: '200': @@ -28639,7 +28842,7 @@ paths: application/json: schema: *47 examples: - default: *176 + default: *181 '304': *35 '403': *27 '404': *6 @@ -28663,7 +28866,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *67 + - *73 - *49 requestBody: required: true @@ -28936,10 +29139,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *67 + - *73 - *49 responses: - '204': *179 + '204': *184 '400': *14 '403': *27 '404': *6 @@ -28967,7 +29170,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *67 + - *73 - *49 requestBody: required: true @@ -29031,7 +29234,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: - - *67 + - *73 - *49 requestBody: required: true @@ -29077,7 +29280,7 @@ paths: default: value: default_for_new_repos: all - configuration: *176 + configuration: *181 '403': *27 '404': *6 x-github: @@ -29101,7 +29304,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *67 + - *73 - *49 - name: per_page description: The number of results per page (max 100). For more information, @@ -29130,13 +29333,13 @@ paths: application/json: schema: type: array - items: *180 + items: *185 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *181 + repository: *186 '403': *27 '404': *6 x-github: @@ -29160,7 +29363,7 @@ paths: parameters: - *17 - *19 - - *67 + - *73 responses: '200': description: Response @@ -29176,7 +29379,7 @@ paths: type: integer codespaces: type: array - items: &229 + items: &234 type: object title: Codespace description: A codespace. @@ -29207,11 +29410,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *148 + repository: *153 machine: anyOf: - type: 'null' - - &440 + - &445 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -29498,7 +29701,7 @@ paths: - pulls_url - recent_folders examples: - default: &230 + default: &235 value: total_count: 3 codespaces: @@ -29908,7 +30111,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -29930,7 +30133,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *67 + - *73 deprecated: true requestBody: required: true @@ -29974,7 +30177,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29997,7 +30200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *67 + - *73 deprecated: true requestBody: required: true @@ -30029,7 +30232,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30052,7 +30255,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *67 + - *73 requestBody: required: true content: @@ -30083,7 +30286,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30104,7 +30307,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -30122,7 +30325,7 @@ paths: type: integer secrets: type: array - items: &182 + items: &187 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -30163,7 +30366,7 @@ paths: - updated_at - visibility examples: - default: &441 + default: &446 value: total_count: 2 secrets: @@ -30176,7 +30379,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30195,13 +30398,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &442 + schema: &447 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -30236,7 +30439,7 @@ paths: - key_id - key examples: - default: &443 + default: &448 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30259,23 +30462,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: Response content: application/json: - schema: *182 + schema: *187 examples: - default: &445 + default: &450 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30295,8 +30498,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -30351,7 +30554,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -30377,8 +30580,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -30403,8 +30606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -30422,9 +30625,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 '404': *6 x-github: githubCloudOnly: false @@ -30446,8 +30649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -30497,8 +30700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -30531,8 +30734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -30571,7 +30774,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: - - *67 + - *73 responses: '200': description: OK @@ -30680,7 +30883,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30712,7 +30915,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: - - *67 + - *73 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -30735,7 +30938,7 @@ paths: currently being billed. seats: type: array - items: &232 + items: &237 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -30748,13 +30951,13 @@ paths: organization: anyOf: - type: 'null' - - *65 + - *71 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *183 - - *60 + - *188 + - *66 type: - 'null' - object @@ -30884,8 +31087,8 @@ paths: type: User site_admin: false headers: - Link: *59 - '500': *107 + Link: *65 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30918,7 +31121,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: - - *67 + - *73 requestBody: content: application/json: @@ -30960,7 +31163,7 @@ paths: default: value: seats_created: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30996,7 +31199,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: - - *67 + - *73 requestBody: content: application/json: @@ -31038,7 +31241,7 @@ paths: default: value: seats_cancelled: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31076,7 +31279,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: - - *67 + - *73 requestBody: content: application/json: @@ -31117,7 +31320,7 @@ paths: default: value: seats_created: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31153,7 +31356,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: - - *67 + - *73 requestBody: content: application/json: @@ -31195,7 +31398,7 @@ paths: default: value: seats_cancelled: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31231,7 +31434,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: - - *67 + - *73 responses: '200': description: Response @@ -31268,7 +31471,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31296,7 +31499,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: - - *67 + - *73 requestBody: required: true content: @@ -31321,7 +31524,7 @@ paths: responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31351,7 +31554,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: - - *67 + - *73 - *17 - *19 responses: @@ -31366,13 +31569,13 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 required: - total_count - repositories examples: - default: *184 - '500': *107 + default: *189 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31400,7 +31603,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: - - *67 + - *73 requestBody: required: true content: @@ -31426,7 +31629,7 @@ paths: responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31456,12 +31659,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31490,12 +31693,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31530,7 +31733,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: - - *67 + - *73 responses: '200': description: OK @@ -31550,7 +31753,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31583,7 +31786,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: - - *67 + - *73 requestBody: description: The content exclusion rules to set required: true @@ -31635,7 +31838,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31674,7 +31877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *67 + - *73 - 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`). @@ -31706,7 +31909,7 @@ paths: application/json: schema: type: array - items: &312 + items: &317 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -32021,7 +32224,7 @@ paths: - date additionalProperties: true examples: - default: &313 + default: &318 value: - date: '2024-06-24' total_active_users: 24 @@ -32120,10 +32323,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *107 + '500': *53 '403': *27 '404': *6 - '422': &314 + '422': &319 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -32134,6 +32337,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: + - *73 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *73 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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: + - *73 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *73 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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 @@ -32150,12 +32503,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *67 - - *185 - - *186 - - *187 - - *188 - - *189 + - *73 + - *190 + - *191 + - *192 + - *193 + - *194 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -32185,7 +32538,7 @@ paths: enum: - patch - deployment - - *190 + - *195 - name: runtime_risk in: query description: |- @@ -32194,9 +32547,9 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *191 - - *192 - - *53 + - *196 + - *197 + - *59 - *45 - *46 - *17 @@ -32207,9 +32560,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *194 + default: *199 '304': *35 '400': *14 '403': *27 @@ -32235,7 +32588,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -32253,7 +32606,7 @@ paths: type: integer secrets: type: array - items: &195 + items: &200 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -32305,7 +32658,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32326,13 +32679,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &471 + schema: &476 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32351,7 +32704,7 @@ paths: - key_id - key examples: - default: &472 + default: &477 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32374,14 +32727,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: Response content: application/json: - schema: *195 + schema: *200 examples: default: value: @@ -32409,8 +32762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -32467,7 +32820,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -32491,8 +32844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -32516,8 +32869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -32535,9 +32888,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32558,8 +32911,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -32609,8 +32962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -32641,8 +32994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -32672,7 +33025,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: - - *67 + - *73 responses: '200': description: Response @@ -32680,7 +33033,7 @@ paths: application/json: schema: type: array - items: &241 + items: &246 title: Package description: A software package type: object @@ -32733,7 +33086,7 @@ paths: repository: anyOf: - type: 'null' - - *148 + - *153 created_at: type: string format: date-time @@ -32751,7 +33104,7 @@ paths: - created_at - updated_at examples: - default: &242 + default: &247 value: - id: 197 name: hello_docker @@ -32829,7 +33182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *67 + - *73 - *17 - *19 responses: @@ -32839,7 +33192,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: 200-response: value: @@ -32911,7 +33264,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *67 + - *73 - *17 - *19 responses: @@ -32921,7 +33274,7 @@ paths: application/json: schema: type: array - items: &218 + items: &223 title: Organization Invitation description: Organization Invitation type: object @@ -32975,7 +33328,7 @@ paths: - invitation_teams_url - node_id examples: - default: &219 + default: &224 value: - id: 1 login: monalisa @@ -33008,7 +33361,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -33032,7 +33385,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *67 + - *73 - *17 - *19 responses: @@ -33042,7 +33395,7 @@ paths: application/json: schema: type: array - items: &196 + items: &201 title: Org Hook description: Org Hook type: object @@ -33142,7 +33495,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -33165,7 +33518,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *67 + - *73 requestBody: required: true content: @@ -33227,9 +33580,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: - default: &197 + default: &202 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -33276,8 +33629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *67 - - &198 + - *73 + - &203 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. @@ -33290,9 +33643,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: - default: *197 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -33319,8 +33672,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 requestBody: required: false content: @@ -33366,7 +33719,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: default: value: @@ -33407,8 +33760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 responses: '204': description: Response @@ -33435,8 +33788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *67 - - *198 + - *73 + - *203 responses: '200': description: Response @@ -33466,8 +33819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *67 - - *198 + - *73 + - *203 requestBody: required: false content: @@ -33517,10 +33870,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *17 - - *199 + - *204 responses: '200': description: Response @@ -33528,9 +33881,9 @@ paths: application/json: schema: type: array - items: *200 + items: *205 examples: - default: *201 + default: *206 '400': *14 '422': *15 x-github: @@ -33555,17 +33908,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *202 + schema: *207 examples: - default: *203 + default: *208 '400': *14 '422': *15 x-github: @@ -33590,8 +33943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *16 responses: '202': *37 @@ -33620,8 +33973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 responses: '204': description: Response @@ -33643,8 +33996,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *67 - - &208 + - *73 + - &213 name: actor_type in: path description: The type of the actor @@ -33657,14 +34010,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &209 + - &214 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &204 + - &209 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`.' @@ -33672,7 +34025,7 @@ paths: required: true schema: type: string - - &205 + - &210 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) @@ -33683,7 +34036,7 @@ paths: type: string - *19 - *17 - - *53 + - *59 - name: sort description: The property to sort the results by. in: query @@ -33766,13 +34119,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *67 - - *204 - - *205 + - *73 + - *209 + - *210 - *19 - *17 - - *53 - - &214 + - *59 + - &219 name: sort description: The property to sort the results by. in: query @@ -33850,15 +34203,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *67 - - *204 - - *205 + - *73 + - *209 + - *210 responses: '200': description: Response content: application/json: - schema: &206 + schema: &211 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -33874,7 +34227,7 @@ paths: type: integer format: int64 examples: - default: &207 + default: &212 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -33894,24 +34247,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *67 - - &210 + - *73 + - &215 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *204 - - *205 + - *209 + - *210 responses: '200': description: Response content: application/json: - schema: *206 + schema: *211 examples: - default: *207 + default: *212 x-github: enabledForGitHubApps: true category: orgs @@ -33929,19 +34282,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *67 - - *204 - - *205 - - *208 + - *73 - *209 + - *210 + - *213 + - *214 responses: '200': description: Response content: application/json: - schema: *206 + schema: *211 examples: - default: *207 + default: *212 x-github: enabledForGitHubApps: true category: orgs @@ -33958,10 +34311,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *67 - - *204 - - *205 - - &211 + - *73 + - *209 + - *210 + - &216 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -33974,7 +34327,7 @@ paths: description: Response content: application/json: - schema: &212 + schema: &217 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -33990,7 +34343,7 @@ paths: type: integer format: int64 examples: - default: &213 + default: &218 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -34026,19 +34379,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *67 + - *73 + - *215 + - *209 - *210 - - *204 - - *205 - - *211 + - *216 responses: '200': description: Response content: application/json: - schema: *212 + schema: *217 examples: - default: *213 + default: *218 x-github: enabledForGitHubApps: true category: orgs @@ -34055,20 +34408,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *67 - - *208 + - *73 + - *213 + - *214 - *209 - - *204 - - *205 - - *211 + - *210 + - *216 responses: '200': description: Response content: application/json: - schema: *212 + schema: *217 examples: - default: *213 + default: *218 x-github: enabledForGitHubApps: true category: orgs @@ -34085,14 +34438,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *67 + - *73 + - *215 + - *209 - *210 - - *204 - - *205 - *19 - *17 - - *53 - - *214 + - *59 + - *219 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -34168,7 +34521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *67 + - *73 responses: '200': description: Response @@ -34176,7 +34529,7 @@ paths: application/json: schema: *20 examples: - default: &510 + default: &515 value: id: 1 account: @@ -34245,7 +34598,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -34315,7 +34668,7 @@ paths: suspended_at: suspended_by: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34334,7 +34687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -34342,12 +34695,12 @@ paths: application/json: schema: anyOf: - - &216 + - &221 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &215 + limit: &220 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -34375,7 +34728,7 @@ paths: properties: {} additionalProperties: false examples: - default: &217 + default: &222 value: limit: collaborators_only origin: organization @@ -34399,18 +34752,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &511 + schema: &516 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *215 + limit: *220 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -34435,9 +34788,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: - default: *217 + default: *222 '422': *15 x-github: githubCloudOnly: false @@ -34455,7 +34808,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -34479,7 +34832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *67 + - *73 - *17 - *19 - name: role @@ -34513,11 +34866,11 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -34538,7 +34891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *67 + - *73 requestBody: required: false content: @@ -34592,7 +34945,7 @@ paths: description: Response content: application/json: - schema: *218 + schema: *223 examples: default: value: @@ -34646,8 +34999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *67 - - &220 + - *73 + - &225 name: invitation_id description: The unique identifier of the invitation. in: path @@ -34677,8 +35030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *67 - - *220 + - *73 + - *225 - *17 - *19 responses: @@ -34688,9 +35041,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: &240 + default: &245 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -34706,7 +35059,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -34725,7 +35078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -34733,7 +35086,7 @@ paths: application/json: schema: type: array - items: &221 + items: &226 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -34883,7 +35236,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -34976,9 +35329,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *226 examples: - default: &222 + default: &227 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -35033,8 +35386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *67 - - &223 + - *73 + - &228 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -35135,9 +35488,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *226 examples: - default: *222 + default: *227 '404': *6 '422': *7 x-github: @@ -35161,10 +35514,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *67 - - *223 + - *73 + - *228 responses: - '204': *179 + '204': *184 '404': *6 '422': *7 x-github: @@ -35184,7 +35537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -35192,7 +35545,7 @@ paths: application/json: schema: type: array - items: *224 + items: *229 examples: default: value: @@ -35230,7 +35583,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -35280,9 +35633,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: &225 + default: &230 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -35314,8 +35667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *67 - - &226 + - *73 + - &231 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -35371,9 +35724,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: *225 + default: *230 '404': *6 '422': *7 x-github: @@ -35397,8 +35750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *67 - - *226 + - *73 + - *231 responses: '204': description: Response @@ -35431,7 +35784,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *67 + - *73 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -35461,7 +35814,7 @@ paths: - closed - all default: open - - *227 + - *232 - name: type description: Can be the name of an issue type. in: query @@ -35479,8 +35832,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -35490,11 +35843,11 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *228 + default: *233 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -35514,7 +35867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *67 + - *73 - 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) @@ -35552,9 +35905,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -35572,8 +35925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response if requester is an organization member and user is @@ -35607,8 +35960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -35634,8 +35987,8 @@ paths: parameters: - *17 - *19 - - *67 - - *63 + - *73 + - *69 responses: '200': description: Response @@ -35651,11 +36004,11 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: - default: *230 + default: *235 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35678,9 +36031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *67 - - *63 - - &231 + - *73 + - *69 + - &236 name: codespace_name in: path required: true @@ -35690,7 +36043,7 @@ paths: responses: '202': *37 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35713,17 +36066,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *67 - - *63 - - *231 + - *73 + - *69 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: &439 + default: &444 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35865,7 +36218,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35896,14 +36249,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: - - *67 - - *63 + - *73 + - *69 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *232 + schema: *237 examples: default: value: @@ -35947,7 +36300,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35972,14 +36325,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '200': description: Response content: application/json: - schema: &233 + schema: &238 title: Org Membership description: Org Membership type: object @@ -36028,7 +36381,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *65 + organization: *71 user: anyOf: - type: 'null' @@ -36048,7 +36401,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &234 + response-if-user-has-an-active-admin-membership-with-organization: &239 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -36120,8 +36473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 requestBody: required: false content: @@ -36149,9 +36502,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: - response-if-user-already-had-membership-with-organization: *234 + response-if-user-already-had-membership-with-organization: *239 '422': *15 '403': *27 x-github: @@ -36175,8 +36528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -36201,7 +36554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *67 + - *73 - *17 - *19 - name: exclude @@ -36223,7 +36576,7 @@ paths: application/json: schema: type: array - items: &235 + items: &240 title: Migration description: A migration. type: object @@ -36265,7 +36618,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *71 + items: *77 url: type: string format: uri @@ -36464,7 +36817,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36480,7 +36833,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *67 + - *73 requestBody: required: true content: @@ -36561,7 +36914,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -36739,8 +37092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *67 - - &236 + - *73 + - &241 name: migration_id description: The unique identifier of the migration. in: path @@ -36768,7 +37121,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -36937,8 +37290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *67 - - *236 + - *73 + - *241 responses: '302': description: Response @@ -36959,8 +37312,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *67 - - *236 + - *73 + - *241 responses: '204': description: Response @@ -36983,9 +37336,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *67 - - *236 - - &658 + - *73 + - *241 + - &663 name: repo_name description: repo_name parameter in: path @@ -37012,8 +37365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *67 - - *236 + - *73 + - *241 - *17 - *19 responses: @@ -37023,9 +37376,9 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: &247 + default: &252 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37138,7 +37491,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -37164,7 +37517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response - list of organization roles @@ -37180,7 +37533,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &238 + items: &243 title: Organization Role description: Organization roles type: object @@ -37329,8 +37682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -37355,9 +37708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *67 - - *69 - - &237 + - *73 + - *75 + - &242 name: role_id description: The unique identifier of the role. in: path @@ -37392,9 +37745,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *67 - - *69 - - *237 + - *73 + - *75 + - *242 responses: '204': description: Response @@ -37419,8 +37772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -37445,9 +37798,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *67 - - *63 - - *237 + - *73 + - *69 + - *242 responses: '204': description: Response @@ -37477,9 +37830,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *67 - - *63 - - *237 + - *73 + - *69 + - *242 responses: '204': description: Response @@ -37507,14 +37860,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *67 - - *237 + - *73 + - *242 responses: '200': description: Response content: application/json: - schema: *238 + schema: *243 examples: default: value: @@ -37564,8 +37917,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: - - *67 - - *237 + - *73 + - *242 - *17 - *19 responses: @@ -37644,7 +37997,7 @@ paths: parent: anyOf: - type: 'null' - - *239 + - *244 type: description: The ownership type of the team type: string @@ -37677,9 +38030,9 @@ paths: - type - parent examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '404': description: Response if the organization or role does not exist. '422': @@ -37706,8 +38059,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: - - *67 - - *237 + - *73 + - *242 - *17 - *19 responses: @@ -37736,7 +38089,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *239 + items: *244 name: type: - string @@ -37853,9 +38206,9 @@ paths: - type - url examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': description: Response if the organization or role does not exist. '422': @@ -37877,7 +38230,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *67 + - *73 - 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) @@ -37904,9 +38257,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37929,8 +38282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *67 - - *63 + - *73 + - *69 requestBody: required: false content: @@ -37987,8 +38340,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -38045,8 +38398,8 @@ paths: - docker - nuget - container - - *67 - - &659 + - *73 + - &664 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38082,12 +38435,12 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *242 + default: *247 '403': *27 '401': *23 - '400': &661 + '400': &666 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38109,7 +38462,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &243 + - &248 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 @@ -38127,20 +38480,20 @@ paths: - docker - nuget - container - - &244 + - &249 name: package_name description: The name of the package. in: path required: true schema: type: string - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: default: value: @@ -38192,9 +38545,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 responses: '204': description: Response @@ -38226,9 +38579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 - name: token description: package token schema: @@ -38260,9 +38613,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: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 - *19 - *17 - name: state @@ -38282,7 +38635,7 @@ paths: application/json: schema: type: array - items: &245 + items: &250 title: Package Version description: A version of a software package type: object @@ -38417,10 +38770,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - &246 + - *248 + - *249 + - *73 + - &251 name: package_version_id description: Unique identifier of the package version. in: path @@ -38432,7 +38785,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -38468,10 +38821,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - *246 + - *248 + - *249 + - *73 + - *251 responses: '204': description: Response @@ -38503,10 +38856,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - *246 + - *248 + - *249 + - *73 + - *251 responses: '204': description: Response @@ -38533,10 +38886,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: - - *67 + - *73 - *17 - *19 - - &248 + - &253 name: sort description: The property by which to sort the results. in: query @@ -38546,8 +38899,8 @@ paths: enum: - created_at default: created_at - - *53 - - &249 + - *59 + - &254 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -38559,7 +38912,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &250 + - &255 name: repository description: The name of the repository to use to filter the results. in: query @@ -38568,7 +38921,7 @@ paths: type: string examples: - Hello-World - - &251 + - &256 name: permission description: The permission to use to filter the results. in: query @@ -38577,7 +38930,7 @@ paths: type: string examples: - issues_read - - &252 + - &257 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) @@ -38587,7 +38940,7 @@ paths: schema: type: string format: date-time - - &253 + - &258 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) @@ -38597,7 +38950,7 @@ paths: schema: type: string format: date-time - - &254 + - &259 name: token_id description: The ID of the token in: query @@ -38610,7 +38963,7 @@ paths: examples: - token_id[]=1,token_id[]=2 responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -38745,7 +39098,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38765,7 +39118,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: - - *67 + - *73 requestBody: required: true content: @@ -38807,7 +39160,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -38832,7 +39185,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: - - *67 + - *73 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38869,11 +39222,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38894,7 +39247,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: - - *67 + - *73 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38905,7 +39258,7 @@ paths: - *17 - *19 responses: - '500': *107 + '500': *53 '404': *6 '403': *27 '200': @@ -38914,11 +39267,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38939,19 +39292,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: - - *67 + - *73 - *17 - *19 - - *248 - - *53 - - *249 - - *250 - - *251 - - *252 - *253 + - *59 - *254 + - *255 + - *256 + - *257 + - *258 + - *259 responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -39080,7 +39433,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39100,7 +39453,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: - - *67 + - *73 requestBody: required: true content: @@ -39135,7 +39488,7 @@ paths: - 1296269 - 1296280 responses: - '500': *107 + '500': *53 '404': *6 '202': *37 '403': *27 @@ -39160,7 +39513,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: - - *67 + - *73 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -39188,9 +39541,9 @@ paths: value: action: revoke responses: - '500': *107 + '500': *53 '404': *6 - '204': *179 + '204': *184 '403': *27 '422': *15 x-github: @@ -39212,7 +39565,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: - - *67 + - *73 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -39222,7 +39575,7 @@ paths: - *17 - *19 responses: - '500': *107 + '500': *53 '404': *6 '403': *27 '200': @@ -39231,11 +39584,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39257,7 +39610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -39275,7 +39628,7 @@ paths: type: integer configurations: type: array - items: &255 + items: &260 title: Organization private registry description: Private registry configuration for an organization type: object @@ -39304,6 +39657,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 @@ -39334,6 +39696,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 @@ -39358,7 +39750,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *59 + Link: *65 '400': *14 '404': *6 x-github: @@ -39371,6 +39763,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: @@ -39380,7 +39773,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -39431,11 +39824,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 @@ -39458,11 +39854,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: @@ -39489,6 +39932,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 @@ -39523,6 +39975,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 @@ -39558,6 +40019,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 @@ -39571,7 +40062,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &256 + org-private-registry-with-selected-visibility: &261 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -39612,7 +40103,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: - - *67 + - *73 responses: '200': description: Response @@ -39640,7 +40131,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -39662,16 +40153,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *255 + schema: *260 examples: - default: *256 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -39683,6 +40174,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: @@ -39692,8 +40184,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -39768,12 +40260,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 @@ -39798,8 +40349,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -39822,7 +40373,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *67 + - *73 - name: q description: Limit results to projects of the specified type. in: query @@ -39839,7 +40390,7 @@ paths: application/json: schema: type: array - items: &257 + items: &262 title: Projects v2 Project description: A projects v2 project type: object @@ -39913,7 +40464,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &744 + - &749 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -39998,7 +40549,7 @@ paths: - deleted_at - deleted_by examples: - default: &258 + default: &263 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -40081,7 +40632,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -40101,24 +40652,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &259 + - &264 name: project_number description: The project's number. in: path required: true schema: type: integer - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *257 + schema: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -40138,8 +40689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true description: Details of the draft item to create in the project. @@ -40173,7 +40724,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &269 title: Projects v2 Item description: An item belonging to a project type: object @@ -40186,8 +40737,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *75 - - &454 + - *81 + - &459 title: Pull Request Simple description: Pull Request Simple type: object @@ -40307,7 +40858,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 active_lock_reason: type: - string @@ -40356,7 +40907,7 @@ paths: items: *4 requested_teams: type: array - items: *183 + items: *188 head: type: object properties: @@ -40364,7 +40915,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: @@ -40384,7 +40935,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: @@ -40400,7 +40951,7 @@ paths: _links: type: object properties: - comments: &261 + comments: &266 title: Link description: Hypermedia Link type: object @@ -40409,13 +40960,13 @@ paths: type: string required: - href - commits: *261 - statuses: *261 - html: *261 - issue: *261 - review_comments: *261 - review_comment: *261 - self: *261 + commits: *266 + statuses: *266 + html: *266 + issue: *266 + review_comments: *266 + review_comment: *266 + self: *266 required: - comments - commits @@ -40425,8 +40976,8 @@ paths: - review_comments - review_comment - self - author_association: *72 - auto_merge: &556 + author_association: *78 + auto_merge: &561 title: Auto merge description: The status of auto merging a pull request. type: @@ -40528,7 +41079,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &263 + content_type: &268 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -40572,7 +41123,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &265 + draft_issue: &270 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -40646,8 +41197,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *259 - - *67 + - *264 + - *73 - *17 - *45 - *46 @@ -40658,7 +41209,7 @@ paths: application/json: schema: type: array - items: &262 + items: &267 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -40811,7 +41362,7 @@ paths: - updated_at - project_url examples: - default: &680 + default: &685 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40922,7 +41473,7 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -40941,8 +41492,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *259 - - *67 + - *264 + - *73 requestBody: required: true content: @@ -40988,7 +41539,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &681 + items: &686 type: object properties: name: @@ -41025,7 +41576,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &682 + iteration_configuration: &687 type: object description: The configuration for iteration fields. properties: @@ -41075,7 +41626,7 @@ paths: value: name: Due date data_type: date - single_select_field: &683 + single_select_field: &688 summary: Create a single select field value: name: Priority @@ -41102,7 +41653,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &684 + iteration_field: &689 summary: Create an iteration field value: name: Sprint @@ -41126,9 +41677,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *262 + schema: *267 examples: - text_field: &685 + text_field: &690 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -41137,7 +41688,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: &686 + number_field: &691 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -41146,7 +41697,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: &687 + date_field: &692 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -41155,7 +41706,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: &688 + single_select_field: &693 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41189,7 +41740,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &689 + iteration_field: &694 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -41234,23 +41785,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *259 - - &690 + - *264 + - &695 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *262 + schema: *267 examples: - default: &691 + default: &696 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41285,7 +41836,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -41306,8 +41857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *259 - - *67 + - *264 + - *73 - 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. @@ -41339,7 +41890,7 @@ paths: application/json: schema: type: array - items: &266 + items: &271 title: Projects v2 Item description: An item belonging to a project type: object @@ -41356,7 +41907,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *263 + content_type: *268 content: type: - object @@ -41406,7 +41957,7 @@ paths: - updated_at - archived_at examples: - default: &267 + default: &272 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -42083,7 +42634,7 @@ paths: data_type: sub_issues_progress value: headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -42103,8 +42654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -42174,22 +42725,22 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *265 + value: *270 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *265 + value: *270 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *265 + value: *270 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *265 + value: *270 '304': *35 '403': *27 '401': *23 @@ -42209,9 +42760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *259 - - *67 - - &268 + - *264 + - *73 + - &273 name: item_id description: The unique identifier of the project item. in: path @@ -42237,11 +42788,11 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -42260,9 +42811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *259 - - *67 - - *268 + - *264 + - *73 + - *273 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -42335,13 +42886,13 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - text_field: *267 - number_field: *267 - date_field: *267 - single_select_field: *267 - iteration_field: *267 + text_field: *272 + number_field: *272 + date_field: *272 + single_select_field: *272 + iteration_field: *272 '401': *23 '403': *27 '404': *6 @@ -42361,9 +42912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *259 - - *67 - - *268 + - *264 + - *73 + - *273 responses: '204': description: Response @@ -42386,8 +42937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true content: @@ -42461,7 +43012,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &672 + schema: &677 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -42565,7 +43116,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &269 + value: &274 value: id: 1 number: 1 @@ -42611,10 +43162,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *269 + value: *274 roadmap_view: summary: Response for creating a roadmap view - value: *269 + value: *274 '304': *35 '403': *27 '401': *23 @@ -42642,9 +43193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *259 - - *67 - - &692 + - *264 + - *73 + - &697 name: view_number description: The number that identifies the project view. in: path @@ -42676,11 +43227,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -42703,7 +43254,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -42711,7 +43262,7 @@ paths: application/json: schema: type: array - items: &270 + items: &275 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -42789,7 +43340,7 @@ paths: - property_name - value_type examples: - default: &271 + default: &276 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -42838,7 +43389,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -42849,7 +43400,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *270 + items: *275 minItems: 1 maxItems: 100 required: @@ -42879,9 +43430,9 @@ paths: application/json: schema: type: array - items: *270 + items: *275 examples: - default: *271 + default: *276 '403': *27 '404': *6 x-github: @@ -42902,8 +43453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *67 - - &272 + - *73 + - &277 name: custom_property_name description: The custom property name in: path @@ -42915,9 +43466,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: &273 + default: &278 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -42951,8 +43502,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: - - *67 - - *272 + - *73 + - *277 requestBody: required: true content: @@ -43032,9 +43583,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: *273 + default: *278 '403': *27 '404': *6 x-github: @@ -43057,10 +43608,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *67 - - *272 + - *73 + - *277 responses: - '204': *179 + '204': *184 '403': *27 '404': *6 x-github: @@ -43081,7 +43632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *67 + - *73 - *17 - *19 - name: repository_query @@ -43122,7 +43673,7 @@ paths: - octocat/Hello-World properties: type: array - items: &274 + items: &279 title: Custom Property Value description: Custom property name and associated value type: object @@ -43164,7 +43715,7 @@ paths: - property_name: team value: octocat headers: - Link: *59 + Link: *65 '403': *27 '404': *6 x-github: @@ -43192,7 +43743,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: - - *67 + - *73 requestBody: required: true content: @@ -43212,7 +43763,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *274 + items: *279 required: - repository_names - properties @@ -43253,7 +43804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *67 + - *73 - *17 - *19 responses: @@ -43265,9 +43816,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43284,8 +43835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response if user is a public member @@ -43309,8 +43860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -43331,8 +43882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -43356,7 +43907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *67 + - *73 - name: type description: Specifies the types of repositories you want returned. in: query @@ -43402,11 +43953,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43425,7 +43976,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *67 + - *73 requestBody: required: true content: @@ -43607,7 +44158,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &327 title: Full Repository description: Full Repository type: object @@ -43917,10 +44468,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - type: boolean - examples: - - true archived: type: boolean disabled: @@ -43970,7 +44517,7 @@ paths: template_repository: anyOf: - type: 'null' - - *71 + - *77 temp_clone_token: type: - string @@ -44070,13 +44617,13 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 organization: anyOf: - type: 'null' - *4 - parent: *71 - source: *71 + parent: *77 + source: *77 forks: type: integer master_branch: @@ -44089,7 +44636,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &459 + code_of_conduct: &464 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -44119,7 +44666,7 @@ paths: - key - name - html_url - security_and_analysis: *275 + security_and_analysis: *280 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -44203,7 +44750,7 @@ paths: - network_count - subscribers_count examples: - default: &324 + default: &329 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44721,10 +45268,10 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - *17 - *19 - - &578 + - &583 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44743,7 +45290,7 @@ paths: application/json: schema: type: array - items: &302 + items: &307 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -44778,7 +45325,7 @@ paths: source: type: string description: The name of the source - enforcement: &278 + enforcement: &283 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -44791,7 +45338,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &279 + items: &284 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -44862,7 +45409,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &276 + - &281 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -44886,7 +45433,7 @@ paths: match. items: type: string - - &280 + - &285 title: Organization ruleset conditions type: object description: |- @@ -44900,7 +45447,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -44934,7 +45481,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -44956,7 +45503,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -44969,7 +45516,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &277 + items: &282 title: Repository ruleset property targeting definition type: object @@ -45002,7 +45549,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *277 + items: *282 required: - repository_property type: @@ -45010,12 +45557,12 @@ paths: - object rules: type: array - items: &579 + items: &584 title: Repository Rule type: object description: A repository rule. oneOf: - - &281 + - &286 title: creation description: Only allow users with bypass permission to create matching refs. @@ -45027,7 +45574,7 @@ paths: type: string enum: - creation - - &282 + - &287 title: update description: Only allow users with bypass permission to update matching refs. @@ -45048,7 +45595,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &283 + - &288 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -45060,7 +45607,7 @@ paths: type: string enum: - deletion - - &284 + - &289 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -45072,7 +45619,7 @@ paths: type: string enum: - required_linear_history - - &577 + - &582 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -45150,7 +45697,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &285 + - &290 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -45174,7 +45721,7 @@ paths: type: string required: - required_deployment_environments - - &286 + - &291 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -45186,7 +45733,7 @@ paths: type: string enum: - required_signatures - - &287 + - &292 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -45292,7 +45839,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &288 + - &293 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -45340,7 +45887,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &289 + - &294 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -45352,7 +45899,7 @@ paths: type: string enum: - non_fast_forward - - &290 + - &295 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -45389,7 +45936,7 @@ paths: required: - operator - pattern - - &291 + - &296 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -45426,7 +45973,7 @@ paths: required: - operator - pattern - - &292 + - &297 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -45463,7 +46010,7 @@ paths: required: - operator - pattern - - &293 + - &298 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -45500,7 +46047,7 @@ paths: required: - operator - pattern - - &294 + - &299 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -45537,7 +46084,7 @@ paths: required: - operator - pattern - - &295 + - &300 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -45562,7 +46109,7 @@ paths: type: string required: - restricted_file_paths - - &296 + - &301 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -45586,7 +46133,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &297 + - &302 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -45609,7 +46156,7 @@ paths: type: string required: - restricted_file_extensions - - &298 + - &303 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -45634,7 +46181,7 @@ paths: maximum: 100 required: - max_file_size - - &299 + - &304 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -45684,7 +46231,7 @@ paths: - repository_id required: - workflows - - &300 + - &305 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -45745,7 +46292,7 @@ paths: - tool required: - code_scanning_tools - - &301 + - &306 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -45807,7 +46354,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -45823,7 +46370,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 requestBody: description: Request body required: true @@ -45844,25 +46391,20 @@ paths: - push - repository default: branch - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *280 + items: *284 + conditions: *285 rules: type: array description: An array of rules within the ruleset. - items: &304 + items: &309 title: Repository Rule type: object description: A repository rule. oneOf: - - *281 - - *282 - - *283 - - *284 - - *285 - *286 - *287 - *288 @@ -45879,6 +46421,11 @@ paths: - *299 - *300 - *301 + - *302 + - *303 + - *304 + - *305 + - *306 required: - name - enforcement @@ -45916,9 +46463,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: &303 + default: &308 value: id: 21 name: super cool ruleset @@ -45959,7 +46506,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *107 + '500': *53 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -45973,8 +46520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *67 - - &580 + - *73 + - &585 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 @@ -45989,7 +46536,7 @@ paths: in: query schema: type: string - - &581 + - &586 name: time_period description: |- The time period to filter by. @@ -46005,14 +46552,14 @@ paths: - week - month default: day - - &582 + - &587 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 - - &583 + - &588 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46032,7 +46579,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &589 title: Rule Suites description: Response type: array @@ -46088,7 +46635,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &585 + default: &590 value: - id: 21 actor_id: 12 @@ -46112,7 +46659,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46131,8 +46678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *67 - - &586 + - *73 + - &591 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -46148,7 +46695,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &592 title: Rule Suite description: Response type: object @@ -46255,7 +46802,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &588 + default: &593 value: id: 21 actor_id: 12 @@ -46290,7 +46837,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46316,7 +46863,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46328,11 +46875,11 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *303 + default: *308 '404': *6 - '500': *107 + '500': *53 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -46348,7 +46895,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46374,16 +46921,16 @@ paths: - tag - push - repository - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *280 + items: *284 + conditions: *285 rules: description: An array of rules within the ruleset. type: array - items: *304 + items: *309 examples: default: value: @@ -46418,12 +46965,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *303 + default: *308 '404': *6 '422': *15 - '500': *107 + '500': *53 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -46439,7 +46986,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46450,7 +46997,7 @@ paths: '204': description: Response '404': *6 - '500': *107 + '500': *53 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -46462,7 +47009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *67 + - *73 - *17 - *19 - name: ruleset_id @@ -46478,7 +47025,7 @@ paths: application/json: schema: type: array - items: &305 + items: &310 title: Ruleset version type: object description: The historical version of a ruleset @@ -46502,7 +47049,7 @@ paths: type: string format: date-time examples: - default: &590 + default: &595 value: - version_id: 3 actor: @@ -46520,7 +47067,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46537,7 +47084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46555,9 +47102,9 @@ paths: description: Response content: application/json: - schema: &591 + schema: &596 allOf: - - *305 + - *310 - type: object required: - state @@ -46604,7 +47151,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46626,8 +47173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *67 - - &592 + - *73 + - &597 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -46638,7 +47185,7 @@ paths: enum: - open - resolved - - &593 + - &598 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -46648,7 +47195,7 @@ paths: required: false schema: type: string - - &594 + - &599 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -46657,7 +47204,7 @@ paths: required: false schema: type: string - - &595 + - &600 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -46676,7 +47223,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &596 + - &601 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. @@ -46688,10 +47235,10 @@ paths: - created - updated default: created - - *53 + - *59 - *19 - *17 - - &597 + - &602 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 @@ -46701,7 +47248,7 @@ paths: required: false schema: type: string - - &598 + - &603 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 @@ -46711,7 +47258,7 @@ paths: required: false schema: type: string - - &599 + - &604 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -46720,7 +47267,7 @@ paths: required: false schema: type: string - - &600 + - &605 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -46729,7 +47276,7 @@ paths: schema: type: boolean default: false - - &601 + - &606 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -46738,7 +47285,7 @@ paths: schema: type: boolean default: false - - &602 + - &607 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -46757,27 +47304,27 @@ paths: items: type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &603 + state: &608 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: &604 + resolution: &609 type: - string - 'null' @@ -46811,7 +47358,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *58 + repository: *64 push_protection_bypassed: type: - boolean @@ -46884,14 +47431,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &605 + - &610 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &607 + - &612 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -46948,7 +47495,7 @@ paths: - blob_url - commit_sha - commit_url - - &608 + - &613 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. @@ -47009,7 +47556,7 @@ paths: - page_url - commit_sha - commit_url - - &609 + - &614 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -47024,7 +47571,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &610 + - &615 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -47039,7 +47586,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &611 + - &616 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -47054,7 +47601,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &612 + - &617 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -47069,7 +47616,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &613 + - &618 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -47084,7 +47631,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &614 + - &619 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -47099,7 +47646,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &615 + - &620 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. @@ -47114,7 +47661,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &616 + - &621 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. @@ -47129,7 +47676,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &617 + - &622 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. @@ -47144,7 +47691,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &618 + - &623 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. @@ -47159,7 +47706,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &619 + - &624 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 @@ -47360,9 +47907,9 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47387,7 +47934,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *67 + - *73 responses: '200': description: Response @@ -47399,7 +47946,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &307 + pattern_config_version: &312 type: - string - 'null' @@ -47409,7 +47956,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &306 + items: &311 type: object properties: token_type: @@ -47478,7 +48025,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *306 + items: *311 examples: default: value: @@ -47527,7 +48074,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *67 + - *73 requestBody: required: true content: @@ -47535,7 +48082,7 @@ paths: schema: type: object properties: - pattern_config_version: *307 + pattern_config_version: *312 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -47561,7 +48108,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *307 + custom_pattern_version: *312 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -47615,8 +48162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *67 - - *53 + - *73 + - *59 - name: sort description: The property to sort the results by. in: query @@ -47659,7 +48206,7 @@ paths: application/json: schema: type: array - items: &623 + items: &628 description: A repository security advisory. type: object properties: @@ -47867,7 +48414,7 @@ paths: required: - vector_string - score - cvss_severities: *55 + cvss_severities: *61 cwes: type: - array @@ -47903,7 +48450,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 credits_detailed: type: - array @@ -47914,7 +48461,7 @@ paths: type: object properties: user: *4 - type: *308 + type: *313 state: type: string description: The state of the user's acceptance of the @@ -47940,13 +48487,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *183 + items: *188 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *58 + - *64 type: - 'null' required: @@ -47978,7 +48525,7 @@ paths: - private_fork additionalProperties: false examples: - default: &624 + default: &629 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48357,7 +48904,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *67 + - *73 responses: '200': description: Response @@ -48365,7 +48912,7 @@ paths: application/json: schema: type: array - items: *239 + items: *244 examples: default: value: @@ -48405,8 +48952,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -48431,8 +48978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -48459,7 +49006,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Immutable releases settings response @@ -48509,7 +49056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -48567,7 +49114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *67 + - *73 - *19 - *17 responses: @@ -48585,9 +49132,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48606,7 +49153,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *67 + - *73 requestBody: required: true content: @@ -48655,8 +49202,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -48678,8 +49225,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -48702,7 +49249,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -48720,7 +49267,7 @@ paths: type: integer network_configurations: type: array - items: &309 + items: &314 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -48798,7 +49345,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48817,7 +49364,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: - - *67 + - *73 requestBody: required: true content: @@ -48860,9 +49407,9 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: &310 + default: &315 value: id: 123456789ABCDEF name: My network configuration @@ -48890,8 +49437,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: - - *67 - - &311 + - *73 + - &316 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -48903,11 +49450,11 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: *310 + default: *315 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48926,8 +49473,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: - - *67 - - *311 + - *73 + - *316 requestBody: required: true content: @@ -48967,9 +49514,9 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: *310 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48988,8 +49535,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: - - *67 - - *311 + - *73 + - *316 responses: '204': description: Response @@ -49012,7 +49559,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: - - *67 + - *73 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -49071,7 +49618,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49101,8 +49648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *67 - - *69 + - *73 + - *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`). @@ -49134,13 +49681,13 @@ paths: application/json: schema: type: array - items: *312 + items: *317 examples: - default: *313 - '500': *107 + default: *318 + '500': *53 '403': *27 '404': *6 - '422': *314 + '422': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49158,7 +49705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *67 + - *73 - *17 - *19 - name: team_type @@ -49180,11 +49727,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -49204,7 +49751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *67 + - *73 requestBody: required: true content: @@ -49276,7 +49823,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &320 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49350,7 +49897,7 @@ paths: parent: anyOf: - type: 'null' - - *239 + - *244 members_count: type: integer examples: @@ -49675,7 +50222,7 @@ paths: - repos_count - organization examples: - default: &316 + default: &321 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49745,16 +50292,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *67 - - *69 + - *73 + - *75 responses: '200': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -49775,8 +50322,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *67 - - *69 + - *73 + - *75 requestBody: required: false content: @@ -49839,16 +50386,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '201': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 '422': *15 '403': *27 @@ -49873,12 +50420,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response - '422': &317 + '422': &322 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -49901,8 +50448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -49912,12 +50459,12 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 - '422': *317 + Link: *65 + '422': *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49937,8 +50484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *67 - - *69 + - *73 + - *75 - name: role description: Filters members returned by their role in the team. in: query @@ -49961,9 +50508,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49991,15 +50538,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 responses: '200': description: Response content: application/json: - schema: &318 + schema: &323 title: Team Membership description: Team Membership type: object @@ -50027,7 +50574,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &640 + response-if-user-is-a-team-maintainer: &645 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -50063,9 +50610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 requestBody: required: false content: @@ -50090,9 +50637,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-users-membership-with-team-is-now-pending: &641 + response-if-users-membership-with-team-is-now-pending: &646 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -50127,9 +50674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 responses: '204': description: Response @@ -50155,8 +50702,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -50166,11 +50713,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50197,16 +50744,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &642 + schema: &647 title: Team Repository description: A team's access to a repository. type: object @@ -50232,7 +50779,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 forks: type: integer permissions: @@ -50847,10 +51394,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 requestBody: required: false content: @@ -50895,10 +51442,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 responses: '204': description: Response @@ -50922,8 +51469,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -50933,9 +51480,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - response-if-child-teams-exist: &643 + response-if-child-teams-exist: &648 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50963,7 +51510,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50988,7 +51535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *67 + - *73 - name: security_product in: path description: The security feature to enable or disable. @@ -51089,7 +51636,7 @@ paths: resources: type: object properties: - core: &321 + core: &326 title: Rate Limit type: object properties: @@ -51106,21 +51653,21 @@ paths: - remaining - reset - used - graphql: *321 - search: *321 - code_search: *321 - source_import: *321 - integration_manifest: *321 - code_scanning_upload: *321 - actions_runner_registration: *321 - scim: *321 - dependency_snapshots: *321 - dependency_sbom: *321 - code_scanning_autofix: *321 + graphql: *326 + search: *326 + code_search: *326 + source_import: *326 + integration_manifest: *326 + code_scanning_upload: *326 + actions_runner_registration: *326 + scim: *326 + dependency_snapshots: *326 + dependency_sbom: *326 + code_scanning_autofix: *326 required: - core - search - rate: *321 + rate: *326 required: - rate - resources @@ -51225,14 +51772,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *322 + schema: *327 examples: default-response: summary: Default response @@ -51737,7 +52284,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *323 + '301': *328 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51755,8 +52302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -52048,10 +52595,10 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 - '307': &325 + default: *329 + '307': &330 description: Temporary Redirect content: application/json: @@ -52080,8 +52627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -52103,7 +52650,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *325 + '307': *330 '404': *6 '409': *52 x-github: @@ -52127,11 +52674,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - - &358 + - &363 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52154,7 +52701,7 @@ paths: type: integer artifacts: type: array - items: &326 + items: &331 title: Artifact description: An artifact type: object @@ -52249,7 +52796,7 @@ paths: - expires_at - updated_at examples: - default: &359 + default: &364 value: total_count: 2 artifacts: @@ -52288,7 +52835,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52310,9 +52857,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *319 - - *320 - - &327 + - *324 + - *325 + - &332 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52324,7 +52871,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: default: value: @@ -52362,9 +52909,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *319 - - *320 - - *327 + - *324 + - *325 + - *332 responses: '204': description: Response @@ -52388,9 +52935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *319 - - *320 - - *327 + - *324 + - *325 + - *332 - name: archive_format in: path required: true @@ -52404,7 +52951,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': &514 + '410': &519 description: Gone content: application/json: @@ -52429,14 +52976,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &328 + schema: &333 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -52470,13 +53017,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *328 + schema: *333 examples: selected_actions: *40 responses: @@ -52505,14 +53052,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &329 + schema: &334 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -52546,13 +53093,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *329 + schema: *334 examples: selected_actions: *42 responses: @@ -52583,14 +53130,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *330 + schema: *335 examples: default: value: @@ -52616,11 +53163,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - - &331 + - &336 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 @@ -52648,13 +53195,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *53 + - *59 responses: '200': description: Response content: application/json: - schema: &332 + schema: &337 title: Repository actions caches description: Repository actions caches type: object @@ -52704,7 +53251,7 @@ paths: - total_count - actions_caches examples: - default: &333 + default: &338 value: total_count: 1 actions_caches: @@ -52716,7 +53263,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52736,23 +53283,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: - - *319 - - *320 + - *324 + - *325 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *331 + - *336 responses: '200': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52772,8 +53319,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: - - *319 - - *320 + - *324 + - *325 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -52804,9 +53351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *319 - - *320 - - &334 + - *324 + - *325 + - &339 name: job_id description: The unique identifier of the job. in: path @@ -52818,7 +53365,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &367 title: Job description: Information of a job execution in a workflow run type: object @@ -53165,9 +53712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *319 - - *320 - - *334 + - *324 + - *325 + - *339 responses: '302': description: Response @@ -53195,9 +53742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *319 - - *320 - - *334 + - *324 + - *325 + - *339 requestBody: required: false content: @@ -53219,7 +53766,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -53243,8 +53790,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Status response @@ -53294,8 +53841,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -53329,7 +53876,7 @@ paths: description: Empty response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -53358,8 +53905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -53377,7 +53924,7 @@ paths: type: integer secrets: type: array - items: &364 + items: &369 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53398,7 +53945,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &370 value: total_count: 2 secrets: @@ -53409,7 +53956,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53431,9 +53978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *319 - - *320 - - *335 + - *324 + - *325 + - *340 - *19 responses: '200': @@ -53450,7 +53997,7 @@ paths: type: integer variables: type: array - items: &368 + items: &373 title: Actions Variable type: object properties: @@ -53484,7 +54031,7 @@ paths: - created_at - updated_at examples: - default: &369 + default: &374 value: total_count: 2 variables: @@ -53497,7 +54044,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53517,8 +54064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -53527,12 +54074,12 @@ paths: schema: type: object properties: - enabled: &337 + enabled: &342 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *133 - selected_actions_url: *336 - sha_pinning_required: *134 + allowed_actions: *138 + selected_actions_url: *341 + sha_pinning_required: *139 required: - enabled examples: @@ -53560,8 +54107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -53572,9 +54119,9 @@ paths: schema: type: object properties: - enabled: *337 - allowed_actions: *133 - sha_pinning_required: *134 + enabled: *342 + allowed_actions: *138 + sha_pinning_required: *139 required: - enabled examples: @@ -53604,14 +54151,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &338 + schema: &343 type: object properties: access_level: @@ -53628,7 +54175,7 @@ paths: required: - access_level examples: - default: &339 + default: &344 value: access_level: organization x-github: @@ -53652,15 +54199,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *338 + schema: *343 examples: - default: *339 + default: *344 responses: '204': description: Response @@ -53684,14 +54231,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *340 + schema: *345 examples: default: value: @@ -53715,8 +54262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Empty response for successful settings update @@ -53726,7 +54273,7 @@ paths: required: true content: application/json: - schema: *341 + schema: *346 examples: default: summary: Set retention days @@ -53750,16 +54297,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *135 + schema: *140 examples: - default: *342 + default: *347 '404': *6 x-github: enabledForGitHubApps: true @@ -53778,8 +54325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -53789,7 +54336,7 @@ paths: required: true content: application/json: - schema: *135 + schema: *140 examples: default: summary: Set approval policy to first time contributors @@ -53813,16 +54360,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *343 + schema: *348 examples: - default: *136 + default: *141 '403': *27 '404': *6 x-github: @@ -53842,15 +54389,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *344 + schema: *349 examples: - default: *136 + default: *141 responses: '204': description: Empty response for successful settings update @@ -53874,16 +54421,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *138 + schema: *143 examples: - default: *139 + default: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53902,8 +54449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -53911,9 +54458,9 @@ paths: required: false content: application/json: - schema: *138 + schema: *143 examples: - selected_actions: *139 + selected_actions: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53935,16 +54482,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *345 + schema: *350 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53965,8 +54512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Success response @@ -53977,9 +54524,9 @@ paths: required: true content: application/json: - schema: *346 + schema: *351 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54006,8 +54553,8 @@ paths: in: query schema: type: string - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -54025,11 +54572,11 @@ paths: type: integer runners: type: array - items: *150 + items: *155 examples: - default: *151 + default: *156 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54051,8 +54598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -54060,9 +54607,9 @@ paths: application/json: schema: type: array - items: *347 + items: *352 examples: - default: *348 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54084,8 +54631,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -54128,7 +54675,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *349 + '201': *354 '404': *6 '422': *7 '409': *52 @@ -54159,16 +54706,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *350 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54196,16 +54743,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *351 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54227,17 +54774,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: '200': description: Response content: application/json: - schema: *150 + schema: *155 examples: - default: *352 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54258,9 +54805,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: '204': description: Response @@ -54286,11 +54833,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: - '200': *154 + '200': *159 '404': *6 x-github: githubCloudOnly: false @@ -54312,9 +54859,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 requestBody: required: true content: @@ -54338,7 +54885,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -54362,9 +54909,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 requestBody: required: true content: @@ -54389,7 +54936,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -54413,11 +54960,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: - '200': *353 + '200': *358 '404': *6 x-github: githubCloudOnly: false @@ -54444,12 +54991,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: - - *319 - - *320 - - *149 - - *354 + - *324 + - *325 + - *154 + - *359 responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -54475,9 +55022,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *319 - - *320 - - &372 + - *324 + - *325 + - &377 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. @@ -54485,7 +55032,7 @@ paths: required: false schema: type: string - - &373 + - &378 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54493,7 +55040,7 @@ paths: required: false schema: type: string - - &374 + - &379 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54502,7 +55049,7 @@ paths: required: false schema: type: string - - &375 + - &380 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 @@ -54529,7 +55076,7 @@ paths: - pending - *17 - *19 - - &376 + - &381 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)." @@ -54538,7 +55085,7 @@ paths: schema: type: string format: date-time - - &355 + - &360 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54547,13 +55094,13 @@ paths: schema: type: boolean default: false - - &377 + - &382 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &378 + - &383 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54576,7 +55123,7 @@ paths: type: integer workflow_runs: type: array - items: &356 + items: &361 title: Workflow Run description: An invocation of a workflow type: object @@ -54693,7 +55240,7 @@ paths: type: - array - 'null' - items: *78 + items: *84 created_at: type: string format: date-time @@ -54754,7 +55301,7 @@ paths: head_commit: anyOf: - type: 'null' - - &400 + - &405 title: Simple Commit description: A commit. type: object @@ -54828,8 +55375,8 @@ paths: - timestamp - author - committer - repository: *148 - head_repository: *148 + repository: *153 + head_repository: *153 head_repository_id: type: integer examples: @@ -54869,7 +55416,7 @@ paths: - workflow_url - pull_requests examples: - default: &379 + default: &384 value: total_count: 1 workflow_runs: @@ -55083,7 +55630,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55105,24 +55652,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *319 - - *320 - - &357 + - *324 + - *325 + - &362 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *355 + - *360 responses: '200': description: Response content: application/json: - schema: *356 + schema: *361 examples: - default: &360 + default: &365 value: id: 30433642 name: Build @@ -55363,9 +55910,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '204': description: Response @@ -55388,9 +55935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -55518,15 +56065,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: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -55553,13 +56100,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 - *17 - *19 - - *358 - - *53 + - *363 + - *59 responses: '200': description: Response @@ -55575,11 +56122,11 @@ paths: type: integer artifacts: type: array - items: *326 + items: *331 examples: - default: *359 + default: *364 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55601,25 +56148,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *319 - - *320 - - *357 - - &361 + - *324 + - *325 + - *362 + - &366 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *355 + - *360 responses: '200': description: Response content: application/json: - schema: *356 + schema: *361 examples: - default: *360 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55642,10 +56189,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *319 - - *320 - - *357 - - *361 + - *324 + - *325 + - *362 + - *366 - *17 - *19 responses: @@ -55663,9 +56210,9 @@ paths: type: integer jobs: type: array - items: *362 + items: *367 examples: - default: &363 + default: &368 value: total_count: 1 jobs: @@ -55754,7 +56301,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -55778,10 +56325,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *319 - - *320 - - *357 - - *361 + - *324 + - *325 + - *362 + - *366 responses: '302': description: Response @@ -55809,15 +56356,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '202': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -55844,9 +56391,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: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: true content: @@ -55913,15 +56460,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '202': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -55948,9 +56495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 - 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 @@ -55980,11 +56527,11 @@ paths: type: integer jobs: type: array - items: *362 + items: *367 examples: - default: *363 + default: *368 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56007,9 +56554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '302': description: Response @@ -56036,14 +56583,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '204': description: Response '403': *27 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56065,9 +56612,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -56136,7 +56683,7 @@ paths: items: type: object properties: - type: &480 + type: &485 type: string description: The type of reviewer. enum: @@ -56147,7 +56694,7 @@ paths: reviewer: anyOf: - *4 - - *183 + - *188 required: - environment - wait_timer @@ -56222,9 +56769,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: true content: @@ -56274,7 +56821,7 @@ paths: application/json: schema: type: array - items: &475 + items: &480 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56386,7 +56933,7 @@ paths: - created_at - updated_at examples: - default: &476 + default: &481 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56442,9 +56989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: false content: @@ -56466,7 +57013,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56489,9 +57036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: false content: @@ -56513,7 +57060,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56545,9 +57092,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -56684,8 +57231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -56703,11 +57250,11 @@ paths: type: integer secrets: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56730,16 +57277,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *366 + schema: *371 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56761,17 +57308,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *364 + schema: *369 examples: - default: &493 + default: &498 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56797,9 +57344,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -56830,7 +57377,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56856,9 +57403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -56883,9 +57430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *319 - - *320 - - *335 + - *324 + - *325 + - *340 - *19 responses: '200': @@ -56902,11 +57449,11 @@ paths: type: integer variables: type: array - items: *368 + items: *373 examples: - default: *369 + default: *374 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56927,8 +57474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -56955,7 +57502,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56980,17 +57527,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 responses: '200': description: Response content: application/json: - schema: *368 + schema: *373 examples: - default: &494 + default: &499 value: name: USERNAME value: octocat @@ -57016,9 +57563,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 requestBody: required: true content: @@ -57060,9 +57607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 responses: '204': description: Response @@ -57087,8 +57634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -57106,7 +57653,7 @@ paths: type: integer workflows: type: array - items: &370 + items: &375 title: Workflow description: A GitHub Actions workflow type: object @@ -57201,7 +57748,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57224,9 +57771,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *319 - - *320 - - &371 + - *324 + - *325 + - &376 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57241,7 +57788,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *375 examples: default: value: @@ -57274,9 +57821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Response @@ -57301,9 +57848,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -57390,9 +57937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Response @@ -57419,19 +57966,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *319 - - *320 - - *371 - - *372 - - *373 - - *374 - - *375 - - *17 - - *19 + - *324 + - *325 - *376 - - *355 - *377 - *378 + - *379 + - *380 + - *17 + - *19 + - *381 + - *360 + - *382 + - *383 responses: '200': description: Response @@ -57447,11 +57994,11 @@ paths: type: integer workflow_runs: type: array - items: *356 + items: *361 examples: - default: *379 + default: *384 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57481,9 +58028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '200': description: Response @@ -57544,9 +58091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *319 - - *320 - - *53 + - *324 + - *325 + - *59 - *17 - *45 - *46 @@ -57694,7 +58241,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '422': *7 x-github: githubCloudOnly: false @@ -57713,8 +58260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -57726,9 +58273,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -57751,8 +58298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *319 - - *320 + - *324 + - *325 - name: assignee in: path required: true @@ -57788,8 +58335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -57901,8 +58448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *45 - *46 @@ -57959,7 +58506,7 @@ paths: initiator: type: string examples: - default: *380 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57979,8 +58526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -57988,7 +58535,7 @@ paths: application/json: schema: type: array - items: &381 + items: &386 title: Autolink reference description: An autolink reference. type: object @@ -58047,8 +58594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -58087,9 +58634,9 @@ paths: description: response content: application/json: - schema: *381 + schema: *386 examples: - default: &382 + default: &387 value: id: 1 key_prefix: TICKET- @@ -58120,9 +58667,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *319 - - *320 - - &383 + - *324 + - *325 + - &388 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58134,9 +58681,9 @@ paths: description: Response content: application/json: - schema: *381 + schema: *386 examples: - default: *382 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -58156,9 +58703,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *319 - - *320 - - *383 + - *324 + - *325 + - *388 responses: '204': description: Response @@ -58182,8 +58729,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response if Dependabot is enabled @@ -58233,8 +58780,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -58255,8 +58802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -58276,8 +58823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *319 - - *320 + - *324 + - *325 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58315,7 +58862,7 @@ paths: - url protected: type: boolean - protection: &385 + protection: &390 title: Branch Protection description: Branch Protection type: object @@ -58358,7 +58905,7 @@ paths: required: - contexts - checks - enforce_admins: &388 + enforce_admins: &393 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58375,7 +58922,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &390 + required_pull_request_reviews: &395 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58397,7 +58944,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *183 + items: *188 apps: description: The list of apps with review dismissal access. @@ -58429,7 +58976,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *183 + items: *188 apps: description: The list of apps allowed to bypass pull request requirements. @@ -58459,7 +59006,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &387 + restrictions: &392 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58522,7 +59069,7 @@ paths: type: string teams: type: array - items: *183 + items: *188 apps: type: array items: @@ -58734,7 +59281,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -58752,9 +59299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *319 - - *320 - - &386 + - *324 + - *325 + - &391 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). @@ -58768,14 +59315,14 @@ paths: description: Response content: application/json: - schema: &396 + schema: &401 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &450 + commit: &455 title: Commit description: Commit type: object @@ -58814,7 +59361,7 @@ paths: author: anyOf: - type: 'null' - - &384 + - &389 title: Git User description: Metaproperties for Git author/committer information. @@ -58836,7 +59383,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 message: type: string examples: @@ -58860,7 +59407,7 @@ paths: required: - sha - url - verification: &500 + verification: &505 title: Verification type: object properties: @@ -58896,14 +59443,14 @@ paths: author: oneOf: - *4 - - *157 + - *162 type: - 'null' - object committer: oneOf: - *4 - - *157 + - *162 type: - 'null' - object @@ -58940,7 +59487,7 @@ paths: type: integer files: type: array - items: &461 + items: &466 title: Diff Entry description: Diff Entry type: object @@ -59036,7 +59583,7 @@ paths: - self protected: type: boolean - protection: *385 + protection: *390 protection_url: type: string format: uri @@ -59145,7 +59692,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *323 + '301': *328 '404': *6 x-github: githubCloudOnly: false @@ -59167,15 +59714,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: default: value: @@ -59369,9 +59916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -59631,7 +60178,7 @@ paths: url: type: string format: uri - required_status_checks: &393 + required_status_checks: &398 title: Status Check Policy description: Status Check Policy type: object @@ -59712,7 +60259,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 apps: type: array items: *5 @@ -59730,7 +60277,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 apps: type: array items: *5 @@ -59790,7 +60337,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *387 + restrictions: *392 required_conversation_resolution: type: object properties: @@ -59902,9 +60449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -59929,17 +60476,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: &389 + default: &394 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -59961,17 +60508,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: *389 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59990,9 +60537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60017,17 +60564,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *390 + schema: *395 examples: - default: &391 + default: &396 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60123,9 +60670,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60223,9 +60770,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *395 examples: - default: *391 + default: *396 '422': *15 x-github: githubCloudOnly: false @@ -60246,9 +60793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60275,17 +60822,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: &392 + default: &397 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60308,17 +60855,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: *392 + default: *397 '404': *6 x-github: githubCloudOnly: false @@ -60338,9 +60885,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60365,17 +60912,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *393 + schema: *398 examples: - default: &394 + default: &399 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -60401,9 +60948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60455,9 +61002,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *398 examples: - default: *394 + default: *399 '404': *6 '422': *15 x-github: @@ -60479,9 +61026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60505,9 +61052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -60541,9 +61088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60610,9 +61157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60676,9 +61223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: content: application/json: @@ -60744,15 +61291,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *387 + schema: *392 examples: default: value: @@ -60843,9 +61390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60868,9 +61415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -60880,7 +61427,7 @@ paths: type: array items: *5 examples: - default: &395 + default: &400 value: - id: 1 slug: octoapp @@ -60937,9 +61484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -60973,7 +61520,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -60994,9 +61541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61030,7 +61577,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -61051,9 +61598,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61087,7 +61634,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -61109,9 +61656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -61119,9 +61666,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '404': *6 x-github: githubCloudOnly: false @@ -61141,9 +61688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -61179,9 +61726,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -61202,9 +61749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -61240,9 +61787,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -61263,9 +61810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: content: application/json: @@ -61300,9 +61847,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -61324,9 +61871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -61336,7 +61883,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '404': *6 x-github: githubCloudOnly: false @@ -61360,9 +61907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61395,7 +61942,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -61420,9 +61967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61455,7 +62002,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -61480,9 +62027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61515,7 +62062,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -61542,9 +62089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61566,7 +62113,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *401 examples: default: value: @@ -61682,8 +62229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -61962,7 +62509,7 @@ paths: description: Response content: application/json: - schema: &397 + schema: &402 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62097,8 +62644,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *78 - deployment: &705 + items: *84 + deployment: &710 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62385,9 +62932,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *319 - - *320 - - &398 + - *324 + - *325 + - &403 name: check_run_id description: The unique identifier of the check run. in: path @@ -62399,9 +62946,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *402 examples: - default: &399 + default: &404 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62501,9 +63048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 requestBody: required: true content: @@ -62743,9 +63290,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *402 examples: - default: *399 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62765,9 +63312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 - *17 - *19 responses: @@ -62857,7 +63404,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62877,15 +63424,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -62923,8 +63470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -62946,7 +63493,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &401 + schema: &406 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63028,12 +63575,12 @@ paths: type: - array - 'null' - items: *78 + items: *84 app: anyOf: - type: 'null' - *5 - repository: *148 + repository: *153 created_at: type: - string @@ -63044,7 +63591,7 @@ paths: - string - 'null' format: date-time - head_commit: *400 + head_commit: *405 latest_check_runs_count: type: integer check_runs_url: @@ -63072,7 +63619,7 @@ paths: - check_runs_url - pull_requests examples: - default: &402 + default: &407 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63363,9 +63910,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *401 + schema: *406 examples: - default: *402 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63384,8 +63931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -63446,7 +63993,7 @@ paths: required: - app_id - setting - repository: *148 + repository: *153 examples: default: value: @@ -63694,9 +64241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *319 - - *320 - - &403 + - *324 + - *325 + - &408 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -63708,9 +64255,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *406 examples: - default: *402 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63733,17 +64280,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *319 - - *320 - - *403 - - &456 + - *324 + - *325 + - *408 + - &461 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &457 + - &462 name: status description: Returns check runs with the specified `status`. in: query @@ -63782,9 +64329,9 @@ paths: type: integer check_runs: type: array - items: *397 + items: *402 examples: - default: &458 + default: &463 value: total_count: 1 check_runs: @@ -63866,7 +64413,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63886,15 +64433,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *319 - - *320 - - *403 + - *324 + - *325 + - *408 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -63921,28 +64468,28 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *319 - - *320 - - *404 - - *405 + - *324 + - *325 + - *409 + - *410 - *19 - *17 - - &422 + - &427 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: *406 - - &423 + schema: *411 + - &428 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *53 + - *59 - *45 - *46 - name: sort @@ -63960,13 +64507,13 @@ paths: be returned. in: query required: false - schema: *407 + schema: *412 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *408 + schema: *413 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -63985,24 +64532,24 @@ paths: items: type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: *409 - state: *175 - fixed_at: *171 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: *414 + state: *180 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: *410 - dismissed_comment: *411 - rule: *412 - tool: *413 - most_recent_instance: *414 + dismissed_at: *177 + dismissed_reason: *415 + dismissed_comment: *416 + rule: *417 + tool: *418 + most_recent_instance: *419 dismissal_approved_by: anyOf: - type: 'null' @@ -64125,14 +64672,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &415 + '403': &420 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64152,9 +64699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *319 - - *320 - - &416 + - *324 + - *325 + - &421 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64162,30 +64709,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *166 + schema: *171 responses: '200': description: Response content: application/json: - schema: &417 + schema: &422 type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: *409 - state: *175 - fixed_at: *171 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: *414 + state: *180 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: *410 - dismissed_comment: *411 + dismissed_at: *177 + dismissed_reason: *415 + dismissed_comment: *416 rule: type: object properties: @@ -64247,8 +64794,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *413 - most_recent_instance: *414 + tool: *418 + most_recent_instance: *419 dismissal_approved_by: anyOf: - type: 'null' @@ -64344,9 +64891,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64364,9 +64911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: true content: @@ -64381,8 +64928,8 @@ paths: enum: - open - dismissed - dismissed_reason: *410 - dismissed_comment: *411 + dismissed_reason: *415 + dismissed_comment: *416 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -64410,7 +64957,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *422 examples: default: value: @@ -64486,14 +65033,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &421 + '403': &426 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': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64513,15 +65060,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 responses: '200': description: Response content: application/json: - schema: &418 + schema: &423 type: object properties: status: @@ -64548,13 +65095,13 @@ paths: - description - started_at examples: - default: &419 + default: &424 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &420 + '400': &425 description: Bad Request content: application/json: @@ -64565,9 +65112,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': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64590,29 +65137,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 responses: '200': description: OK content: application/json: - schema: *418 + schema: *423 examples: - default: *419 + default: *424 '202': description: Accepted content: application/json: - schema: *418 + schema: *423 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *420 + '400': *425 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -64622,7 +65169,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64644,9 +65191,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: false content: @@ -64692,12 +65239,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *420 - '403': *421 + '400': *425 + '403': *426 '404': *6 '422': description: Unprocessable Entity - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64717,13 +65264,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 - *19 - *17 - - *422 - - *423 + - *427 + - *428 responses: '200': description: Response @@ -64734,10 +65281,10 @@ paths: items: type: object properties: - ref: *406 - analysis_key: *424 - environment: *425 - category: *426 + ref: *411 + analysis_key: *429 + environment: *430 + category: *431 state: type: - string @@ -64754,7 +65301,7 @@ paths: properties: text: type: string - location: *427 + location: *432 html_url: type: string classifications: @@ -64762,7 +65309,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: *428 + items: *433 examples: default: value: @@ -64799,9 +65346,9 @@ paths: end_column: 50 classifications: - source - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64833,30 +65380,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *319 - - *320 - - *404 - - *405 + - *324 + - *325 + - *409 + - *410 - *19 - *17 - - *423 + - *428 - 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: *406 + schema: *411 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &429 + schema: &434 type: string description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *53 + - *59 - name: sort description: The property by which to sort the results. in: query @@ -64873,23 +65420,23 @@ paths: application/json: schema: type: array - items: &430 + items: &435 type: object properties: - ref: *406 - commit_sha: &438 + ref: *411 + commit_sha: &443 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: *424 + analysis_key: *429 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *426 + category: *431 error: type: string examples: @@ -64914,8 +65461,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *429 - tool: *413 + sarif_id: *434 + tool: *418 deletable: type: boolean warning: @@ -64977,9 +65524,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65013,8 +65560,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: - - *319 - - *320 + - *324 + - *325 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65027,7 +65574,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *435 examples: response: summary: application/json response @@ -65081,14 +65628,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *415 + '403': *420 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65168,8 +65715,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: - - *319 - - *320 + - *324 + - *325 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65225,9 +65772,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': *421 + '403': *426 '404': *6 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65247,8 +65794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -65256,7 +65803,7 @@ paths: application/json: schema: type: array - items: &431 + items: &436 title: CodeQL Database description: A CodeQL database. type: object @@ -65368,9 +65915,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': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65397,8 +65944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: language in: path description: The language of the CodeQL database. @@ -65410,7 +65957,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *436 examples: default: value: @@ -65442,11 +65989,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': &463 + '302': &468 description: Found - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65466,8 +66013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *319 - - *320 + - *324 + - *325 - name: language in: path description: The language of the CodeQL database. @@ -65477,9 +66024,9 @@ paths: responses: '204': description: Response - '403': *421 + '403': *426 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65505,8 +66052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -65515,7 +66062,7 @@ paths: type: object additionalProperties: false properties: - language: &432 + language: &437 type: string description: The language targeted by the CodeQL query enum: @@ -65595,7 +66142,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &436 + schema: &441 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -65603,9 +66150,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *58 + controller_repo: *64 actor: *4 - query_language: *432 + query_language: *437 query_pack_url: type: string description: The download url for the query pack. @@ -65653,7 +66200,7 @@ paths: items: type: object properties: - repository: &433 + repository: &438 title: Repository Identifier description: Repository Identifier type: object @@ -65695,7 +66242,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &437 + analysis_status: &442 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65727,7 +66274,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &434 + access_mismatch_repos: &439 type: object properties: repository_count: @@ -65742,7 +66289,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: *433 + items: *438 required: - repository_count - repositories @@ -65765,8 +66312,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *434 - over_limit_repos: *434 + no_codeql_db_repos: *439 + over_limit_repos: *439 required: - access_mismatch_repos - not_found_repos @@ -65782,7 +66329,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &435 + value: &440 summary: Default response value: id: 1 @@ -65928,17 +66475,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *435 + value: *440 repository_lists: summary: Response for a successful variant analysis submission - value: *435 + value: *440 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65959,8 +66506,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: - - *319 - - *320 + - *324 + - *325 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -65972,11 +66519,11 @@ paths: description: Response content: application/json: - schema: *436 + schema: *441 examples: - default: *435 + default: *440 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65997,7 +66544,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: - - *319 + - *324 - name: repo in: path description: The name of the controller repository. @@ -66031,8 +66578,8 @@ paths: schema: type: object properties: - repository: *58 - analysis_status: *437 + repository: *64 + analysis_status: *442 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66136,7 +66683,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66157,8 +66704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -66251,9 +66798,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66272,8 +66819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -66342,7 +66889,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -66367,7 +66914,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *421 + '403': *426 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66381,7 +66928,7 @@ paths: content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66438,8 +66985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -66447,7 +66994,7 @@ paths: schema: type: object properties: - commit_sha: *438 + commit_sha: *443 ref: type: string description: |- @@ -66507,7 +67054,7 @@ paths: schema: type: object properties: - id: *429 + id: *434 url: type: string description: The REST API URL for checking the status of the upload. @@ -66521,11 +67068,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': *421 + '403': *426 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -66544,8 +67091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *319 - - *320 + - *324 + - *325 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66593,10 +67140,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': *415 + '403': *420 '404': description: Not Found if the sarif id does not match any upload - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -66618,8 +67165,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -66675,7 +67222,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': *179 + '204': *184 '304': *35 '403': *27 '404': *6 @@ -66700,8 +67247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *319 - - *320 + - *324 + - *325 - 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 @@ -66829,8 +67376,8 @@ paths: parameters: - *17 - *19 - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -66846,7 +67393,7 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: default: value: @@ -67122,7 +67669,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': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -67144,8 +67691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -67209,22 +67756,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67248,8 +67795,8 @@ paths: parameters: - *17 - *19 - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -67289,7 +67836,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *107 + '500': *53 '400': *14 '401': *23 '403': *27 @@ -67313,8 +67860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67351,9 +67898,9 @@ paths: type: integer machines: type: array - items: *440 + items: *445 examples: - default: &649 + default: &654 value: total_count: 2 machines: @@ -67370,7 +67917,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -67393,8 +67940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *319 - - *320 + - *324 + - *325 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67481,8 +68028,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: - - *319 - - *320 + - *324 + - *325 - 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 @@ -67530,7 +68077,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67551,8 +68098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -67570,7 +68117,7 @@ paths: type: integer secrets: type: array - items: &444 + items: &449 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67591,9 +68138,9 @@ paths: - created_at - updated_at examples: - default: *441 + default: *446 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67614,16 +68161,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *442 + schema: *447 examples: - default: *443 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67643,17 +68190,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *444 + schema: *449 examples: - default: *445 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67673,9 +68220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -67703,7 +68250,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -67727,9 +68274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -67757,8 +68304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *319 - - *320 + - *324 + - *325 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -67796,7 +68343,7 @@ paths: application/json: schema: type: array - items: &446 + items: &451 title: Collaborator description: Collaborator type: object @@ -67964,7 +68511,7 @@ paths: admin: false role_name: write headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -67989,9 +68536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '204': description: Response if user is a collaborator @@ -68037,9 +68584,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 requestBody: required: false content: @@ -68065,7 +68612,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &513 + schema: &518 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68077,7 +68624,7 @@ paths: format: int64 examples: - 42 - repository: *148 + repository: *153 invitee: anyOf: - type: 'null' @@ -68253,7 +68800,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *116 + schema: *121 '403': *27 x-github: triggersNotification: true @@ -68293,9 +68840,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '204': description: No Content when collaborator was removed from the repository. @@ -68326,9 +68873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '200': description: if user has admin permissions @@ -68348,7 +68895,7 @@ paths: user: anyOf: - type: 'null' - - *446 + - *451 required: - permission - role_name @@ -68402,8 +68949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -68413,7 +68960,7 @@ paths: application/json: schema: type: array - items: &447 + items: &452 title: Commit Comment description: Commit Comment type: object @@ -68454,8 +69001,8 @@ paths: updated_at: type: string format: date-time - author_association: *72 - reactions: *73 + author_association: *78 + reactions: *79 required: - url - html_url @@ -68471,7 +69018,7 @@ paths: - created_at - updated_at examples: - default: &452 + default: &457 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68505,7 +69052,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68530,17 +69077,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *447 + schema: *452 examples: - default: &453 + default: &458 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68597,9 +69144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -68621,7 +69168,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *452 examples: default: value: @@ -68672,9 +69219,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -68695,9 +69242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -68723,7 +69270,7 @@ paths: application/json: schema: type: array - items: &448 + items: &453 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -68767,7 +69314,7 @@ paths: - content - created_at examples: - default: &516 + default: &521 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -68793,7 +69340,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -68812,9 +69359,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -68846,9 +69393,9 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: &449 + default: &454 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -68877,9 +69424,9 @@ paths: description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -68901,10 +69448,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *319 - - *320 - - *89 - - &517 + - *324 + - *325 + - *95 + - &522 name: reaction_id description: The unique identifier of the reaction. in: path @@ -68959,8 +69506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *319 - - *320 + - *324 + - *325 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69016,9 +69563,9 @@ paths: application/json: schema: type: array - items: *450 + items: *455 examples: - default: &563 + default: &568 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69088,8 +69635,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *59 - '500': *107 + Link: *65 + '500': *53 '400': *14 '404': *6 '409': *52 @@ -69112,9 +69659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *319 - - *320 - - &451 + - *324 + - *325 + - &456 name: commit_sha description: The SHA of the commit. in: path @@ -69186,9 +69733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 - *17 - *19 responses: @@ -69198,11 +69745,11 @@ paths: application/json: schema: type: array - items: *447 + items: *452 examples: - default: *452 + default: *457 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69228,9 +69775,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 requestBody: required: true content: @@ -69265,9 +69812,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *452 examples: - default: *453 + default: *458 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69295,9 +69842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 - *17 - *19 responses: @@ -69307,9 +69854,9 @@ paths: application/json: schema: type: array - items: *454 + items: *459 examples: - default: &555 + default: &560 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69788,7 +70335,7 @@ paths: auto_merge: draft: false headers: - Link: *59 + Link: *65 '409': *52 x-github: githubCloudOnly: false @@ -69846,11 +70393,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 - - &455 + - &460 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)" @@ -69865,9 +70412,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *455 examples: - default: &543 + default: &548 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69953,8 +70500,8 @@ paths: ..... '422': *15 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 '409': *52 x-github: githubCloudOnly: false @@ -69980,11 +70527,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *319 - - *320 - - *455 - - *456 - - *457 + - *324 + - *325 + - *460 + - *461 + - *462 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70018,11 +70565,11 @@ paths: type: integer check_runs: type: array - items: *397 + items: *402 examples: - default: *458 + default: *463 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70045,9 +70592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70055,7 +70602,7 @@ paths: schema: type: integer example: 1 - - *456 + - *461 - *17 - *19 responses: @@ -70073,7 +70620,7 @@ paths: type: integer check_suites: type: array - items: *401 + items: *406 examples: default: value: @@ -70248,7 +70795,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70273,9 +70820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - *17 - *19 responses: @@ -70346,7 +70893,7 @@ paths: type: string total_count: type: integer - repository: *148 + repository: *153 commit_url: type: string format: uri @@ -70477,9 +71024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - *17 - *19 responses: @@ -70489,7 +71036,7 @@ paths: application/json: schema: type: array - items: &628 + items: &633 title: Status description: The status of a commit. type: object @@ -70569,8 +71116,8 @@ paths: type: User site_admin: false headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70598,8 +71145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -70632,11 +71179,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *459 + - *464 code_of_conduct_file: anyOf: - type: 'null' - - &460 + - &465 title: Community Health File type: object properties: @@ -70652,23 +71199,23 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 contributing: anyOf: - type: 'null' - - *460 + - *465 readme: anyOf: - type: 'null' - - *460 + - *465 issue_template: anyOf: - type: 'null' - - *460 + - *465 pull_request_template: anyOf: - type: 'null' - - *460 + - *465 required: - code_of_conduct - code_of_conduct_file @@ -70797,8 +71344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 - name: basehead @@ -70846,8 +71393,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *450 - merge_base_commit: *450 + base_commit: *455 + merge_base_commit: *455 status: type: string enum: @@ -70871,10 +71418,10 @@ paths: - 6 commits: type: array - items: *450 + items: *455 files: type: array - items: *461 + items: *466 required: - url - html_url @@ -71117,8 +71664,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71160,8 +71707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -71331,7 +71878,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &462 + response-if-content-is-a-file-github-object: &467 summary: Response if content is a file value: type: file @@ -71468,7 +72015,7 @@ paths: - size - type - url - - &568 + - &573 title: Content File description: Content File type: object @@ -71686,7 +72233,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *462 + response-if-content-is-a-file: *467 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -71755,7 +72302,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *463 + '302': *468 '304': *35 x-github: githubCloudOnly: false @@ -71778,8 +72325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -71874,7 +72421,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &469 title: File Commit description: File Commit type: object @@ -72030,7 +72577,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *469 examples: example-for-creating-a-file: value: @@ -72084,7 +72631,7 @@ paths: schema: oneOf: - *3 - - &495 + - &500 description: Repository rule violation was detected type: object properties: @@ -72105,7 +72652,7 @@ paths: items: type: object properties: - placeholder_id: &620 + placeholder_id: &625 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72137,8 +72684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -72199,7 +72746,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *469 examples: default: value: @@ -72234,7 +72781,7 @@ paths: '422': *15 '404': *6 '409': *52 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72254,8 +72801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *319 - - *320 + - *324 + - *325 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -72356,7 +72903,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *59 + Link: *65 '204': description: Response if repository is empty '403': *27 @@ -72379,24 +72926,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *319 - - *320 - - *185 - - *186 - - *187 - - *188 + - *324 + - *325 + - *190 + - *191 + - *192 + - *193 - 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 - - *189 - - *465 - - *190 - - *191 - - *192 - - *53 + - *194 + - *470 + - *195 + - *196 + - *197 + - *59 - *45 - *46 - *17 @@ -72407,11 +72954,11 @@ paths: application/json: schema: type: array - items: &469 + items: &474 type: object description: A Dependabot alert. properties: - number: *166 + number: *171 state: type: string description: The state of the Dependabot alert. @@ -72426,7 +72973,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *54 + package: *60 manifest_path: type: string description: The full path to the dependency manifest file, @@ -72457,13 +73004,13 @@ paths: - direct - transitive - - security_advisory: *466 - security_vulnerability: *57 - url: *169 - html_url: *170 - created_at: *167 - updated_at: *168 - dismissed_at: *172 + security_advisory: *471 + security_vulnerability: *63 + url: *174 + html_url: *175 + created_at: *172 + updated_at: *173 + dismissed_at: *177 dismissed_by: anyOf: - type: 'null' @@ -72487,9 +73034,9 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *171 - auto_dismissed_at: *467 - dismissal_request: *468 + fixed_at: *176 + auto_dismissed_at: *472 + dismissal_request: *473 assignees: type: array description: The users assigned to this alert. @@ -72744,9 +73291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *319 - - *320 - - &470 + - *324 + - *325 + - &475 name: alert_number in: path description: |- @@ -72755,13 +73302,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *166 + schema: *171 responses: '200': description: Response content: application/json: - schema: *469 + schema: *474 examples: default: value: @@ -72893,9 +73440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *319 - - *320 - - *470 + - *324 + - *325 + - *475 requestBody: required: true content: @@ -72951,7 +73498,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *474 examples: default: value: @@ -73081,8 +73628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -73100,7 +73647,7 @@ paths: type: integer secrets: type: array - items: &473 + items: &478 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73132,7 +73679,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73154,16 +73701,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *471 + schema: *476 examples: - default: *472 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73183,15 +73730,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *473 + schema: *478 examples: default: value: @@ -73217,9 +73764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -73247,7 +73794,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -73271,9 +73818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -73295,8 +73842,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: - - *319 - - *320 + - *324 + - *325 - 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 @@ -73446,7 +73993,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *59 + Link: *65 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -73470,8 +74017,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -73708,7 +74255,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *59 + Link: *65 '404': *6 '403': *27 x-github: @@ -73731,8 +74278,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -73815,7 +74362,7 @@ paths: - version - url additionalProperties: false - metadata: &474 + metadata: &479 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -73854,7 +74401,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *474 + metadata: *479 resolved: type: object description: A collection of resolved package dependencies. @@ -73868,7 +74415,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *474 + metadata: *479 relationship: type: string description: A notation of whether a dependency is requested @@ -74001,8 +74548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *319 - - *320 + - *324 + - *325 - name: sha description: The SHA recorded at creation time. in: query @@ -74043,11 +74590,11 @@ paths: application/json: schema: type: array - items: *475 + items: *480 examples: - default: *476 + default: *481 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74111,8 +74658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -74194,7 +74741,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *480 examples: simple-example: summary: Simple example @@ -74267,9 +74814,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *319 - - *320 - - &477 + - *324 + - *325 + - &482 name: deployment_id description: deployment_id parameter in: path @@ -74281,7 +74828,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *480 examples: default: value: @@ -74346,9 +74893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 responses: '204': description: Response @@ -74370,9 +74917,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 - *17 - *19 responses: @@ -74382,7 +74929,7 @@ paths: application/json: schema: type: array - items: &478 + items: &483 title: Deployment Status description: The status of a deployment. type: object @@ -74526,7 +75073,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -74546,9 +75093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 requestBody: required: true content: @@ -74623,9 +75170,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *483 examples: - default: &479 + default: &484 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -74681,9 +75228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 - name: status_id in: path required: true @@ -74694,9 +75241,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *483 examples: - default: *479 + default: *484 '404': *6 x-github: githubCloudOnly: false @@ -74721,8 +75268,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -74779,8 +75326,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -74798,7 +75345,7 @@ paths: - 5 environments: type: array - items: &481 + items: &486 title: Environment description: Details of a deployment environment type: object @@ -74860,7 +75407,7 @@ paths: type: string examples: - wait_timer - wait_timer: &483 + wait_timer: &488 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -74902,11 +75449,11 @@ paths: items: type: object properties: - type: *480 + type: *485 reviewer: anyOf: - *4 - - *183 + - *188 required: - id - node_id @@ -74929,7 +75476,7 @@ paths: - id - node_id - type - deployment_branch_policy: &484 + deployment_branch_policy: &489 type: - object - 'null' @@ -75046,9 +75593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *319 - - *320 - - &482 + - *324 + - *325 + - &487 name: environment_name in: path required: true @@ -75061,9 +75608,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *486 examples: - default: &485 + default: &490 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75147,9 +75694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: false content: @@ -75159,7 +75706,7 @@ paths: - object - 'null' properties: - wait_timer: *483 + wait_timer: *488 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75178,14 +75725,14 @@ paths: items: type: object properties: - type: *480 + type: *485 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *484 + deployment_branch_policy: *489 additionalProperties: false examples: default: @@ -75205,9 +75752,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *486 examples: - default: *485 + default: *490 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75231,9 +75778,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 responses: '204': description: Default response @@ -75258,9 +75805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 - *17 - *19 responses: @@ -75279,7 +75826,7 @@ paths: - 2 branch_policies: type: array - items: &486 + items: &491 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -75340,9 +75887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: true content: @@ -75390,9 +75937,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - example-wildcard: &487 + example-wildcard: &492 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -75434,10 +75981,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - &488 + - *324 + - *325 + - *487 + - &493 name: branch_policy_id in: path required: true @@ -75449,9 +75996,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - default: *487 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75470,10 +76017,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - *488 + - *324 + - *325 + - *487 + - *493 requestBody: required: true content: @@ -75502,9 +76049,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - default: *487 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75523,10 +76070,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - *488 + - *324 + - *325 + - *487 + - *493 responses: '204': description: Response @@ -75551,9 +76098,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 responses: '200': description: List of deployment protection rules @@ -75570,7 +76117,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &489 + items: &494 title: Deployment protection rule description: Deployment protection rule type: object @@ -75592,7 +76139,7 @@ paths: for the environment. examples: - true - app: &490 + app: &495 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -75695,9 +76242,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: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 requestBody: content: application/json: @@ -75718,9 +76265,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *489 + schema: *494 examples: - default: &491 + default: &496 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -75755,9 +76302,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: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 - *19 - *17 responses: @@ -75777,7 +76324,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *490 + items: *495 examples: default: value: @@ -75812,10 +76359,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *319 - - *320 - - *482 - - &492 + - *324 + - *325 + - *487 + - &497 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -75827,9 +76374,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *494 examples: - default: *491 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75850,10 +76397,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *482 - - *320 - - *319 - - *492 + - *487 + - *325 + - *324 + - *497 responses: '204': description: Response @@ -75879,9 +76426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 - *17 - *19 responses: @@ -75899,11 +76446,11 @@ paths: type: integer secrets: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75926,17 +76473,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 responses: '200': description: Response content: application/json: - schema: *366 + schema: *371 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75958,18 +76505,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 responses: '200': description: Response content: application/json: - schema: *364 + schema: *369 examples: - default: *493 + default: *498 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75991,10 +76538,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 requestBody: required: true content: @@ -76025,7 +76572,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -76051,10 +76598,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 responses: '204': description: Default response @@ -76079,10 +76626,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *319 - - *320 - - *482 - - *335 + - *324 + - *325 + - *487 + - *340 - *19 responses: '200': @@ -76099,11 +76646,11 @@ paths: type: integer variables: type: array - items: *368 + items: *373 examples: - default: *369 + default: *374 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76124,9 +76671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: true content: @@ -76153,7 +76700,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -76178,18 +76725,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *319 - - *320 - - *482 - - *159 + - *324 + - *325 + - *487 + - *164 responses: '200': description: Response content: application/json: - schema: *368 + schema: *373 examples: - default: *494 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76210,10 +76757,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *319 - - *320 - - *159 - - *482 + - *324 + - *325 + - *164 + - *487 requestBody: required: true content: @@ -76255,10 +76802,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *319 - - *320 - - *159 - - *482 + - *324 + - *325 + - *164 + - *487 responses: '204': description: Response @@ -76280,8 +76827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -76291,7 +76838,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: 200-response: value: @@ -76349,8 +76896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *319 - - *320 + - *324 + - *325 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -76372,7 +76919,7 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: default: value: @@ -76485,7 +77032,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *59 + Link: *65 '400': *14 x-github: githubCloudOnly: false @@ -76509,8 +77056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -76543,9 +77090,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 '400': *14 '422': *15 '403': *27 @@ -76566,8 +77113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -76626,8 +77173,8 @@ paths: application/json: schema: oneOf: - - *116 - - *495 + - *121 + - *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76652,8 +77199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *319 - - *320 + - *324 + - *325 - name: file_sha in: path required: true @@ -76753,8 +77300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -76863,7 +77410,7 @@ paths: description: Response content: application/json: - schema: &496 + schema: &501 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77090,15 +77637,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 responses: '200': description: Response content: application/json: - schema: *496 + schema: *501 examples: default: value: @@ -77154,9 +77701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *319 - - *320 - - &497 + - *324 + - *325 + - &502 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. @@ -77173,7 +77720,7 @@ paths: application/json: schema: type: array - items: &498 + items: &503 title: Git Reference description: Git references within a repository type: object @@ -77227,7 +77774,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *59 + Link: *65 '409': *52 x-github: githubCloudOnly: false @@ -77249,17 +77796,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 responses: '200': description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: &499 + default: &504 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -77288,8 +77835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77318,9 +77865,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: *499 + default: *504 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -77346,9 +77893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 requestBody: required: true content: @@ -77377,9 +77924,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: *499 + default: *504 '422': *15 '409': *52 x-github: @@ -77397,9 +77944,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 responses: '204': description: Response @@ -77454,8 +78001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77522,7 +78069,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &506 title: Git Tag description: Metadata for a Git tag type: object @@ -77578,7 +78125,7 @@ paths: - sha - type - url - verification: *500 + verification: *505 required: - sha - url @@ -77588,7 +78135,7 @@ paths: - tag - message examples: - default: &502 + default: &507 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -77661,8 +78208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *319 - - *320 + - *324 + - *325 - name: tag_sha in: path required: true @@ -77673,9 +78220,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *506 examples: - default: *502 + default: *507 '404': *6 '409': *52 x-github: @@ -77699,8 +78246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77774,7 +78321,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &508 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -77876,8 +78423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *319 - - *320 + - *324 + - *325 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -77900,7 +78447,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *508 examples: default-response: summary: Default response @@ -77959,8 +78506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -77970,7 +78517,7 @@ paths: application/json: schema: type: array - items: &504 + items: &509 title: Webhook description: Webhooks for repositories. type: object @@ -78033,7 +78580,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &736 + last_response: &741 title: Hook Response type: object properties: @@ -78091,7 +78638,7 @@ paths: status: unused message: headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -78110,8 +78657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -78164,9 +78711,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: &505 + default: &510 value: type: Repository id: 12345678 @@ -78214,17 +78761,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '200': description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: *505 + default: *510 '404': *6 x-github: githubCloudOnly: false @@ -78244,9 +78791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 requestBody: required: true content: @@ -78291,9 +78838,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: *505 + default: *510 '422': *15 '404': *6 x-github: @@ -78314,9 +78861,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -78340,9 +78887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '200': description: Response @@ -78369,9 +78916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 requestBody: required: false content: @@ -78415,11 +78962,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *17 - - *199 + - *204 responses: '200': description: Response @@ -78427,9 +78974,9 @@ paths: application/json: schema: type: array - items: *200 + items: *205 examples: - default: *201 + default: *206 '400': *14 '422': *15 x-github: @@ -78448,18 +78995,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *202 + schema: *207 examples: - default: *203 + default: *208 '400': *14 '422': *15 x-github: @@ -78478,9 +79025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *16 responses: '202': *37 @@ -78503,9 +79050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -78530,9 +79077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -78555,8 +79102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response if immutable releases are enabled @@ -78604,10 +79151,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '409': *52 x-github: githubCloudOnly: false @@ -78625,10 +79172,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '409': *52 x-github: githubCloudOnly: false @@ -78683,14 +79230,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &506 + schema: &511 title: Import description: A repository import from an external source. type: object @@ -78797,7 +79344,7 @@ paths: - html_url - authors_url examples: - default: &509 + default: &514 value: vcs: subversion use_lfs: true @@ -78813,7 +79360,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': &507 + '503': &512 description: Unavailable due to service under maintenance. content: application/json: @@ -78842,8 +79389,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -78891,7 +79438,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: default: value: @@ -78916,7 +79463,7 @@ paths: type: string '422': *15 '404': *6 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78944,8 +79491,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -78997,7 +79544,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: example-1: summary: Example 1 @@ -79045,7 +79592,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': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79068,12 +79615,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79099,9 +79646,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *319 - - *320 - - &670 + - *324 + - *325 + - &675 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79115,7 +79662,7 @@ paths: application/json: schema: type: array - items: &508 + items: &513 title: Porter Author description: Porter Author type: object @@ -79169,7 +79716,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': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79194,8 +79741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *319 - - *320 + - *324 + - *325 - name: author_id in: path required: true @@ -79225,7 +79772,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: default: value: @@ -79238,7 +79785,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79262,8 +79809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -79304,7 +79851,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79332,8 +79879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -79360,11 +79907,11 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: - default: *509 + default: *514 '422': *15 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79387,8 +79934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -79396,8 +79943,8 @@ paths: application/json: schema: *20 examples: - default: *510 - '301': *323 + default: *515 + '301': *328 '404': *6 x-github: githubCloudOnly: false @@ -79417,8 +79964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -79426,12 +79973,12 @@ paths: application/json: schema: anyOf: - - *216 + - *221 - type: object properties: {} additionalProperties: false examples: - default: &512 + default: &517 value: limit: collaborators_only origin: repository @@ -79456,13 +80003,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *511 + schema: *516 examples: default: summary: Example request body @@ -79474,9 +80021,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: - default: *512 + default: *517 '409': description: Response x-github: @@ -79498,8 +80045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -79522,8 +80069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -79533,9 +80080,9 @@ paths: application/json: schema: type: array - items: *513 + items: *518 examples: - default: &663 + default: &668 value: - id: 1 repository: @@ -79649,7 +80196,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79666,9 +80213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *319 - - *320 - - *220 + - *324 + - *325 + - *225 requestBody: required: false content: @@ -79697,7 +80244,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *518 examples: default: value: @@ -79828,9 +80375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *319 - - *320 - - *220 + - *324 + - *325 + - *225 responses: '204': description: Response @@ -79861,8 +80408,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *319 - - *320 + - *324 + - *325 - 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 @@ -79910,7 +80457,7 @@ paths: required: false schema: type: string - - *227 + - *232 - name: sort description: What to sort results by. in: query @@ -79922,8 +80469,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -79933,9 +80480,9 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: &522 + default: &527 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80083,8 +80630,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '422': *15 '404': *6 x-github: @@ -80113,8 +80660,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -80204,9 +80751,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: &519 + default: &524 value: id: 1 node_id: MDU6SXNzdWUx @@ -80361,9 +80908,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *108 + '503': *113 '404': *6 - '410': *514 + '410': *519 x-github: triggersNotification: true githubCloudOnly: false @@ -80391,9 +80938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *319 - - *320 - - *97 + - *324 + - *325 + - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -80403,7 +80950,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -80413,9 +80960,9 @@ paths: application/json: schema: type: array - items: *76 + items: *82 examples: - default: &521 + default: &526 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80446,7 +80993,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '422': *15 '404': *6 x-github: @@ -80473,17 +81020,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: &515 + default: &520 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80538,9 +81085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -80562,9 +81109,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: *515 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -80582,9 +81129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -80612,15 +81159,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *76 + schema: *82 examples: default: value: @@ -80676,7 +81223,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -80693,17 +81240,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response '401': *23 '403': *27 '404': *6 - '410': *514 - '503': *108 + '410': *519 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80720,9 +81267,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -80748,11 +81295,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -80771,9 +81318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -80805,16 +81352,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -80836,10 +81383,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *319 - - *320 - - *89 - - *517 + - *324 + - *325 + - *95 + - *522 responses: '204': description: Response @@ -80859,8 +81406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -80870,7 +81417,7 @@ paths: application/json: schema: type: array - items: &518 + items: &523 title: Issue Event description: Issue Event type: object @@ -80917,7 +81464,7 @@ paths: issue: anyOf: - type: 'null' - - *75 + - *81 label: title: Issue Event Label description: Issue Event Label @@ -80950,7 +81497,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *183 + requested_team: *188 dismissed_review: title: Issue Event Dismissed Review type: object @@ -81017,7 +81564,7 @@ paths: required: - from - to - author_association: *72 + author_association: *78 lock_reason: type: - string @@ -81192,7 +81739,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -81210,8 +81757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *319 - - *320 + - *324 + - *325 - name: event_id in: path required: true @@ -81222,7 +81769,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *523 examples: default: value: @@ -81415,7 +81962,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *514 + '410': *519 '403': *27 x-github: githubCloudOnly: false @@ -81449,9 +81996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *319 - - *320 - - &520 + - *324 + - *325 + - &525 name: issue_number description: The number that identifies the issue. in: path @@ -81463,11 +82010,11 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: default: summary: Issue - value: *519 + value: *524 pinned_comment: summary: Issue with pinned comment value: @@ -81666,9 +82213,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 '304': *35 x-github: githubCloudOnly: false @@ -81693,9 +82240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -81834,15 +82381,15 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 '422': *15 - '503': *108 + '503': *113 '403': *27 - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81860,9 +82407,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -81888,9 +82435,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81906,9 +82453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: content: application/json: @@ -81933,9 +82480,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81957,9 +82504,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: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: assignee in: path required: true @@ -81999,10 +82546,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *319 - - *320 - - *520 - - *80 + - *324 + - *325 + - *525 + - *86 - *17 - *19 responses: @@ -82012,13 +82559,13 @@ paths: application/json: schema: type: array - items: *76 + items: *82 examples: - default: *521 + default: *526 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82047,9 +82594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -82071,16 +82618,16 @@ paths: description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: *515 + default: *520 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -82108,9 +82655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82120,14 +82667,14 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82155,9 +82702,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -82179,17 +82726,17 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *323 + '301': *328 '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -82220,9 +82767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -82234,15 +82781,15 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 - '301': *323 + default: *524 + '301': *328 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *514 + '410': *519 x-github: triggersNotification: true githubCloudOnly: false @@ -82268,9 +82815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82280,14 +82827,14 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82304,9 +82851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82320,7 +82867,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &525 + - &530 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -82369,7 +82916,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &526 + - &531 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82497,7 +83044,7 @@ paths: - performed_via_github_app - assignee - assigner - - &527 + - &532 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82543,7 +83090,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &528 + - &533 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82589,7 +83136,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &529 + - &534 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82638,7 +83185,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &530 + - &535 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82667,7 +83214,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *183 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -82680,7 +83227,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &536 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82709,7 +83256,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *183 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -82722,7 +83269,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &537 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82778,7 +83325,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &538 title: Locked Issue Event description: Locked Issue Event type: object @@ -82823,7 +83370,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &539 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82884,7 +83431,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &540 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -82945,7 +83492,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &541 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83006,7 +83553,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &542 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83098,8 +83645,8 @@ paths: name: label color: red headers: - Link: *59 - '410': *514 + Link: *65 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83116,9 +83663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83128,9 +83675,9 @@ paths: application/json: schema: type: array - items: *523 + items: *528 examples: - default: &634 + default: &639 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -83153,10 +83700,10 @@ paths: data_type: date value: '2025-12-25' headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83173,9 +83720,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83185,9 +83732,9 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: &524 + default: &529 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83204,10 +83751,10 @@ paths: color: a2eeef default: false headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83223,9 +83770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -83268,12 +83815,12 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 - '301': *323 + default: *529 + '301': *328 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -83290,9 +83837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -83352,12 +83899,12 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 - '301': *323 + default: *529 + '301': *328 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -83374,15 +83921,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '204': description: Response - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83401,9 +83948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: name in: path required: true @@ -83416,7 +83963,7 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: default: value: @@ -83427,9 +83974,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83449,9 +83996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -83480,7 +84027,7 @@ paths: '204': description: Response '403': *27 - '410': *514 + '410': *519 '404': *6 '422': *15 x-github: @@ -83498,9 +84045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '204': description: Response @@ -83530,20 +84077,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '200': description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 - '301': *323 + default: *524 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83560,9 +84107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - 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. @@ -83588,13 +84135,13 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83612,9 +84159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83646,16 +84193,16 @@ paths: description: Response content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Response content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -83677,10 +84224,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *319 - - *320 - - *520 - - *517 + - *324 + - *325 + - *525 + - *522 responses: '204': description: Response @@ -83709,9 +84256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83733,9 +84280,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83768,9 +84315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83780,13 +84327,13 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83814,9 +84361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83843,16 +84390,16 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -83872,9 +84419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83905,13 +84452,13 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 '403': *27 '404': *6 '422': *7 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -83929,9 +84476,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83946,11 +84493,6 @@ paths: description: Timeline Event type: object anyOf: - - *525 - - *526 - - *527 - - *528 - - *529 - *530 - *531 - *532 @@ -83959,6 +84501,11 @@ paths: - *535 - *536 - *537 + - *538 + - *539 + - *540 + - *541 + - *542 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84006,16 +84553,16 @@ paths: issue_url: type: string format: uri - author_association: *72 + author_association: *78 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *73 + reactions: *79 pin: anyOf: - type: 'null' - - *538 + - *543 required: - event - actor @@ -84046,7 +84593,7 @@ paths: properties: type: type: string - issue: *75 + issue: *81 required: - event - created_at @@ -84268,7 +84815,7 @@ paths: type: string body_text: type: string - author_association: *72 + author_association: *78 required: - event - id @@ -84291,7 +84838,7 @@ paths: type: string comments: type: array - items: &557 + items: &562 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -84399,7 +84946,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *72 + author_association: *78 _links: type: object properties: @@ -84494,7 +85041,7 @@ paths: enum: - line - file - reactions: *73 + reactions: *79 body_html: type: string examples: @@ -84532,7 +85079,7 @@ paths: type: string comments: type: array - items: *447 + items: *452 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84805,9 +85352,9 @@ paths: type: User site_admin: true headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84824,8 +85371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -84835,7 +85382,7 @@ paths: application/json: schema: type: array - items: &539 + items: &544 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84887,7 +85434,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84903,8 +85450,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -84940,9 +85487,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: &540 + default: &545 value: id: 1 key: ssh-rsa AAA... @@ -84976,9 +85523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *319 - - *320 - - &541 + - *324 + - *325 + - &546 name: key_id description: The unique identifier of the key. in: path @@ -84990,9 +85537,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: *540 + default: *545 '404': *6 x-github: githubCloudOnly: false @@ -85010,9 +85557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *319 - - *320 - - *541 + - *324 + - *325 + - *546 responses: '204': description: Response @@ -85032,8 +85579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -85043,11 +85590,11 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 + default: *529 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -85066,8 +85613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85103,9 +85650,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: - default: &542 + default: &547 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85137,8 +85684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -85149,9 +85696,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: - default: *542 + default: *547 '404': *6 x-github: githubCloudOnly: false @@ -85168,8 +85715,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -85208,7 +85755,7 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: default: value: @@ -85234,8 +85781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -85261,8 +85808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -85301,9 +85848,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *319 - - *320 - - *422 + - *324 + - *325 + - *427 responses: '200': description: Response @@ -85369,7 +85916,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 required: - _links - git_url @@ -85450,8 +85997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85516,8 +86063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85551,9 +86098,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *450 + schema: *455 examples: - default: *543 + default: *548 '204': description: Response when already merged '404': @@ -85578,8 +86125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *319 - - *320 + - *324 + - *325 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85620,7 +86167,7 @@ paths: application/json: schema: type: array - items: *260 + items: *265 examples: default: value: @@ -85659,7 +86206,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -85676,8 +86223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85717,9 +86264,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: &544 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85778,9 +86325,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *319 - - *320 - - &545 + - *324 + - *325 + - &550 name: milestone_number description: The number that identifies the milestone. in: path @@ -85792,9 +86339,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: *544 + default: *549 '404': *6 x-github: githubCloudOnly: false @@ -85811,9 +86358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 requestBody: required: false content: @@ -85851,9 +86398,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: *544 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85869,9 +86416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 responses: '204': description: Response @@ -85892,9 +86439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 - *17 - *19 responses: @@ -85904,11 +86451,11 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 + default: *529 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85925,12 +86472,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *319 - - *320 - - *546 - - *547 - - *80 - - *548 + - *324 + - *325 + - *551 + - *552 + - *86 + - *553 - *17 - *19 responses: @@ -85940,11 +86487,11 @@ paths: application/json: schema: type: array - items: *100 + items: *106 examples: - default: *549 + default: *554 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85966,8 +86513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -86025,14 +86572,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &550 + schema: &555 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86176,7 +86723,7 @@ paths: - custom_404 - public examples: - default: &551 + default: &556 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86217,8 +86764,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86273,9 +86820,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *555 examples: - default: *551 + default: *556 '422': *15 '409': *52 x-github: @@ -86298,8 +86845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86399,8 +86946,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -86426,8 +86973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -86437,7 +86984,7 @@ paths: application/json: schema: type: array - items: &552 + items: &557 title: Page Build description: Page Build type: object @@ -86510,7 +87057,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86529,8 +87076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response @@ -86577,16 +87124,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *552 + schema: *557 examples: - default: &553 + default: &558 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86634,8 +87181,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *319 - - *320 + - *324 + - *325 - name: build_id in: path required: true @@ -86646,9 +87193,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *557 examples: - default: *553 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86668,8 +87215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86777,9 +87324,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *319 - - *320 - - &554 + - *324 + - *325 + - &559 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86837,11 +87384,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *319 - - *320 - - *554 + - *324 + - *325 + - *559 responses: - '204': *179 + '204': *184 '404': *6 x-github: githubCloudOnly: false @@ -86866,8 +87413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -87135,7 +87682,7 @@ paths: description: Empty response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -87162,8 +87709,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Private vulnerability reporting status @@ -87200,10 +87747,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '422': *14 x-github: githubCloudOnly: false @@ -87222,10 +87769,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '422': *14 x-github: githubCloudOnly: false @@ -87245,8 +87792,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -87254,7 +87801,7 @@ paths: application/json: schema: type: array - items: *274 + items: *279 examples: default: value: @@ -87285,8 +87832,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -87298,7 +87845,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *274 + items: *279 required: - properties examples: @@ -87348,8 +87895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *319 - - *320 + - *324 + - *325 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -87409,11 +87956,11 @@ paths: application/json: schema: type: array - items: *454 + items: *459 examples: - default: *555 + default: *560 headers: - Link: *59 + Link: *65 '304': *35 '422': *15 x-github: @@ -87443,8 +87990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -87511,7 +88058,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &564 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87640,7 +88187,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 active_lock_reason: type: - string @@ -87689,7 +88236,7 @@ paths: items: *4 requested_teams: type: array - items: *239 + items: *244 head: type: object properties: @@ -87697,7 +88244,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: *4 @@ -87714,7 +88261,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: *4 @@ -87727,14 +88274,14 @@ paths: _links: type: object properties: - comments: *261 - commits: *261 - statuses: *261 - html: *261 - issue: *261 - review_comments: *261 - review_comment: *261 - self: *261 + comments: *266 + commits: *266 + statuses: *266 + html: *266 + issue: *266 + review_comments: *266 + review_comment: *266 + self: *266 required: - comments - commits @@ -87744,8 +88291,8 @@ paths: - review_comments - review_comment - self - author_association: *72 - auto_merge: *556 + author_association: *78 + auto_merge: *561 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -87847,7 +88394,7 @@ paths: - merged_by - review_comments examples: - default: &560 + default: &565 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88374,8 +88921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: sort in: query required: false @@ -88394,7 +88941,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -88404,9 +88951,9 @@ paths: application/json: schema: type: array - items: *557 + items: *562 examples: - default: &562 + default: &567 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88458,7 +89005,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88483,17 +89030,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *557 + schema: *562 examples: - default: &558 + default: &563 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88568,9 +89115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -88592,9 +89139,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: - default: *558 + default: *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88610,9 +89157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -88633,9 +89180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -88661,11 +89208,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -88684,9 +89231,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -88718,16 +89265,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -88749,10 +89296,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *319 - - *320 - - *89 - - *517 + - *324 + - *325 + - *95 + - *522 responses: '204': description: Response @@ -88795,9 +89342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *319 - - *320 - - &561 + - *324 + - *325 + - &566 name: pull_number description: The number that identifies the pull request. in: path @@ -88810,9 +89357,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *559 + schema: *564 examples: - default: *560 + default: *565 '304': *35 '404': *6 '406': @@ -88820,8 +89367,8 @@ paths: content: application/json: schema: *3 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88847,9 +89394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -88891,9 +89438,9 @@ paths: description: Response content: application/json: - schema: *559 + schema: *564 examples: - default: *560 + default: *565 '422': *15 '403': *27 x-github: @@ -88915,9 +89462,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -88978,21 +89525,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89018,10 +89565,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *319 - - *320 - - *561 - - *97 + - *324 + - *325 + - *566 + - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -89031,7 +89578,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -89041,11 +89588,11 @@ paths: application/json: schema: type: array - items: *557 + items: *562 examples: - default: *562 + default: *567 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89076,9 +89623,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -89184,7 +89731,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: example-for-a-multi-line-comment: value: @@ -89272,10 +89819,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *319 - - *320 - - *561 - - *89 + - *324 + - *325 + - *566 + - *95 requestBody: required: true content: @@ -89297,7 +89844,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: default: value: @@ -89383,9 +89930,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -89395,11 +89942,11 @@ paths: application/json: schema: type: array - items: *450 + items: *455 examples: - default: *563 + default: *568 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89427,9 +89974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -89439,7 +89986,7 @@ paths: application/json: schema: type: array - items: *461 + items: *466 examples: default: value: @@ -89455,10 +90002,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *59 + Link: *65 '422': *15 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89477,9 +90024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 responses: '204': description: Response if pull request has been merged @@ -89502,9 +90049,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -89616,9 +90163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 responses: '200': description: Response @@ -89634,7 +90181,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 required: - users - teams @@ -89675,7 +90222,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89693,9 +90240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -89732,7 +90279,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: default: value: @@ -90268,9 +90815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -90304,7 +90851,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: default: value: @@ -90809,9 +91356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -90821,7 +91368,7 @@ paths: application/json: schema: type: array - items: &564 + items: &569 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -90895,7 +91442,7 @@ paths: type: string body_text: type: string - author_association: *72 + author_association: *78 required: - id - node_id @@ -90944,7 +91491,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90977,9 +91524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -91069,9 +91616,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: &566 + default: &571 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91134,10 +91681,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - &565 + - *324 + - *325 + - *566 + - &570 name: review_id description: The unique identifier of the review. in: path @@ -91149,9 +91696,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: &567 + default: &572 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91210,10 +91757,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -91236,7 +91783,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: default: value: @@ -91298,18 +91845,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 responses: '200': description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: *566 + default: *571 '422': *7 '404': *6 x-github: @@ -91336,10 +91883,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 - *17 - *19 responses: @@ -91433,13 +91980,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *72 + author_association: *78 _links: type: object properties: - self: *261 - html: *261 - pull_request: *261 + self: *266 + html: *266 + pull_request: *266 required: - self - html @@ -91448,7 +91995,7 @@ paths: type: string body_html: type: string - reactions: *73 + reactions: *79 side: description: The side of the first line of the range for a multi-line comment. @@ -91568,7 +92115,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -91597,10 +92144,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -91629,7 +92176,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: default: value: @@ -91692,10 +92239,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -91730,9 +92277,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: *567 + default: *572 '404': *6 '422': *7 '403': *27 @@ -91754,9 +92301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -91820,8 +92367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *319 - - *320 + - *324 + - *325 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -91834,9 +92381,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: &569 + default: &574 value: type: file encoding: base64 @@ -91878,8 +92425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *319 - - *320 + - *324 + - *325 - name: dir description: The alternate path to look for a README file in: path @@ -91899,9 +92446,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: *569 + default: *574 '404': *6 '422': *15 x-github: @@ -91923,8 +92470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -91934,7 +92481,7 @@ paths: application/json: schema: type: array - items: *570 + items: *575 examples: default: value: @@ -92008,7 +92555,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -92028,8 +92575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -92105,9 +92652,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: &574 + default: &579 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92212,9 +92759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *319 - - *320 - - &572 + - *324 + - *325 + - &577 name: asset_id description: The unique identifier of the asset. in: path @@ -92226,9 +92773,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *576 examples: - default: &573 + default: &578 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 @@ -92263,7 +92810,7 @@ paths: type: User site_admin: false '404': *6 - '302': *463 + '302': *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92279,9 +92826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *319 - - *320 - - *572 + - *324 + - *325 + - *577 requestBody: required: false content: @@ -92310,9 +92857,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *576 examples: - default: *573 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92328,12 +92875,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *319 - - *320 - - *572 + - *324 + - *325 + - *577 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92354,8 +92902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -92441,16 +92989,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92467,8 +93016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *319 - - *320 + - *324 + - *325 - name: tag description: tag parameter in: path @@ -92481,9 +93030,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 '404': *6 x-github: githubCloudOnly: false @@ -92505,9 +93054,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *319 - - *320 - - &575 + - *324 + - *325 + - &580 name: release_id description: The unique identifier of the release. in: path @@ -92521,9 +93070,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: *570 + schema: *575 examples: - default: *574 + default: *579 '401': description: Unauthorized x-github: @@ -92541,9 +93090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 requestBody: required: false content: @@ -92607,9 +93156,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 '404': description: Not Found if the discussion category name is invalid content: @@ -92630,12 +93179,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92652,9 +93202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - *17 - *19 responses: @@ -92664,7 +93214,7 @@ paths: application/json: schema: type: array - items: *571 + items: *576 examples: default: value: @@ -92701,7 +93251,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92745,9 +93295,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: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - name: name in: query required: true @@ -92773,7 +93323,7 @@ paths: description: Response for successful upload content: application/json: - schema: *571 + schema: *576 examples: response-for-successful-upload: value: @@ -92828,9 +93378,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - 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. @@ -92854,11 +93404,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -92877,9 +93427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 requestBody: required: true content: @@ -92909,16 +93459,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -92940,10 +93490,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *319 - - *320 - - *575 - - *517 + - *324 + - *325 + - *580 + - *522 responses: '204': description: Response @@ -92967,9 +93517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 - *17 - *19 responses: @@ -92985,8 +93535,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *281 - - &576 + - *286 + - &581 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93005,69 +93555,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *282 - - *576 - - allOf: - - *283 - - *576 - - allOf: - - *284 - - *576 - - allOf: - - *577 - - *576 - - allOf: - - *285 - - *576 - - allOf: - - *286 - - *576 - allOf: - *287 - - *576 + - *581 - allOf: - *288 - - *576 + - *581 - allOf: - *289 - - *576 + - *581 + - allOf: + - *582 + - *581 - allOf: - *290 - - *576 + - *581 - allOf: - *291 - - *576 + - *581 - allOf: - *292 - - *576 + - *581 - allOf: - *293 - - *576 + - *581 - allOf: - *294 - - *576 + - *581 - allOf: - *295 - - *576 + - *581 - allOf: - *296 - - *576 + - *581 - allOf: - *297 - - *576 + - *581 - allOf: - *298 - - *576 + - *581 - allOf: - *299 - - *576 + - *581 - allOf: - *300 - - *576 + - *581 - allOf: - *301 - - *576 + - *581 + - allOf: + - *302 + - *581 + - allOf: + - *303 + - *581 + - allOf: + - *304 + - *581 + - allOf: + - *305 + - *581 + - allOf: + - *306 + - *581 examples: default: value: @@ -93106,8 +93656,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - name: includes_parents @@ -93118,7 +93668,7 @@ paths: schema: type: boolean default: true - - *578 + - *583 responses: '200': description: Response @@ -93126,7 +93676,7 @@ paths: application/json: schema: type: array - items: *302 + items: *307 examples: default: value: @@ -93157,7 +93707,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -93173,8 +93723,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 requestBody: description: Request body required: true @@ -93194,16 +93744,16 @@ paths: - tag - push default: branch - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *276 + items: *284 + conditions: *281 rules: type: array description: An array of rules within the ruleset. - items: *579 + items: *584 required: - name - enforcement @@ -93234,9 +93784,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: &589 + default: &594 value: id: 42 name: super cool ruleset @@ -93270,7 +93820,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *107 + '500': *53 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -93284,12 +93834,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *319 - - *320 - - *580 - - *581 - - *582 - - *583 + - *324 + - *325 + - *585 + - *586 + - *587 + - *588 - *17 - *19 responses: @@ -93297,11 +93847,11 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: - default: *585 + default: *590 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93320,19 +93870,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *319 - - *320 - - *586 + - *324 + - *325 + - *591 responses: '200': description: Response content: application/json: - schema: *587 + schema: *592 examples: - default: *588 + default: *593 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93358,8 +93908,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93379,11 +93929,11 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *589 + default: *594 '404': *6 - '500': *107 + '500': *53 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -93399,8 +93949,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93425,16 +93975,16 @@ paths: - branch - tag - push - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *276 + items: *284 + conditions: *281 rules: description: An array of rules within the ruleset. type: array - items: *579 + items: *584 examples: default: value: @@ -93462,12 +94012,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *589 + default: *594 '404': *6 '422': *15 - '500': *107 + '500': *53 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -93483,8 +94033,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93495,7 +94045,7 @@ paths: '204': description: Response '404': *6 - '500': *107 + '500': *53 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -93507,8 +94057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - name: ruleset_id @@ -93524,11 +94074,11 @@ paths: application/json: schema: type: array - items: *305 + items: *310 examples: - default: *590 + default: *595 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93545,8 +94095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93564,7 +94114,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: default: value: @@ -93597,7 +94147,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93619,22 +94169,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *319 - - *320 - - *592 - - *593 - - *594 - - *595 - - *596 - - *53 - - *19 - - *17 + - *324 + - *325 - *597 - *598 - *599 - *600 - *601 + - *59 + - *19 + - *17 - *602 + - *603 + - *604 + - *605 + - *606 + - *607 responses: '200': description: Response @@ -93642,24 +94192,24 @@ paths: application/json: schema: type: array - items: &606 + items: &611 type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *603 - resolution: *604 + state: *608 + resolution: *609 resolved_at: type: - string @@ -93753,7 +94303,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *605 + - *610 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -93876,7 +94426,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93898,16 +94448,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 - - *602 + - *324 + - *325 + - *421 + - *607 responses: '200': description: Response content: application/json: - schema: *606 + schema: *611 examples: default: value: @@ -93938,7 +94488,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93961,9 +94511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: true content: @@ -93971,8 +94521,8 @@ paths: schema: type: object properties: - state: *603 - resolution: *604 + state: *608 + resolution: *609 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94008,7 +94558,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *611 examples: default: value: @@ -94081,7 +94631,7 @@ paths: '422': description: State does not match the resolution or resolution comment, or assignee does not have write access to the repository - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -94103,9 +94653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 - *19 - *17 responses: @@ -94116,7 +94666,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &756 + items: &761 type: object properties: type: @@ -94143,11 +94693,6 @@ paths: - commit details: oneOf: - - *607 - - *608 - - *609 - - *610 - - *611 - *612 - *613 - *614 @@ -94156,6 +94701,11 @@ paths: - *617 - *618 - *619 + - *620 + - *621 + - *622 + - *623 + - *624 examples: default: value: @@ -94215,11 +94765,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *59 + Link: *65 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94241,8 +94791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -94250,14 +94800,14 @@ paths: schema: type: object properties: - reason: &621 + reason: &626 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *620 + placeholder_id: *625 required: - reason - placeholder_id @@ -94274,7 +94824,7 @@ paths: schema: type: object properties: - reason: *621 + reason: *626 expire_at: type: - string @@ -94298,7 +94848,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -94321,13 +94871,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: - - *319 - - *320 + - *324 + - *325 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *108 + '503': *113 '200': description: Response content: @@ -94337,7 +94887,7 @@ paths: properties: incremental_scans: type: array - items: &622 + items: &627 description: Information on a single scan performed by secret scanning on the repository type: object @@ -94365,15 +94915,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *622 + items: *627 backfill_scans: type: array - items: *622 + items: *627 custom_pattern_backfill_scans: type: array items: allOf: - - *622 + - *627 - type: object properties: pattern_name: @@ -94443,9 +94993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *319 - - *320 - - *53 + - *324 + - *325 + - *59 - name: sort description: The property to sort the results by. in: query @@ -94488,9 +95038,9 @@ paths: application/json: schema: type: array - items: *623 + items: *628 examples: - default: *624 + default: *629 '400': *14 '404': *6 x-github: @@ -94513,8 +95063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -94594,7 +95144,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 required: - login - type @@ -94684,9 +95234,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: &626 + default: &631 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -94919,8 +95469,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -95033,7 +95583,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: default: value: @@ -95180,17 +95730,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '200': description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: *626 + default: *631 '403': *27 '404': *6 x-github: @@ -95214,9 +95764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 requestBody: required: true content: @@ -95296,7 +95846,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 required: - login - type @@ -95387,17 +95937,17 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: *626 - add_credit: *626 + default: *631 + add_credit: *631 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *116 + schema: *121 examples: invalid_state_transition: value: @@ -95428,9 +95978,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: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '202': *37 '400': *14 @@ -95457,17 +96007,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '202': description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 '400': *14 '422': *15 '403': *27 @@ -95493,8 +96043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -95568,7 +96118,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -95590,8 +96140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -95600,7 +96150,7 @@ paths: application/json: schema: type: array - items: &627 + items: &632 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -95613,7 +96163,7 @@ paths: - 1124 - -435 '202': *37 - '204': *179 + '204': *184 '422': description: Repository contains more than 10,000 commits x-github: @@ -95633,8 +96183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -95685,7 +96235,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95712,8 +96262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -95785,7 +96335,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95807,8 +96357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -95962,8 +96512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -95973,7 +96523,7 @@ paths: application/json: schema: type: array - items: *627 + items: *632 examples: default: value: @@ -95986,7 +96536,7 @@ paths: - - 0 - 2 - 21 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96006,8 +96556,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *319 - - *320 + - *324 + - *325 - name: sha in: path required: true @@ -96063,7 +96613,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *633 examples: default: value: @@ -96117,8 +96667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -96130,9 +96680,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96150,14 +96700,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &629 + schema: &634 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96230,8 +96780,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -96257,7 +96807,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *634 examples: default: value: @@ -96284,8 +96834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -96305,8 +96855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -96365,7 +96915,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96388,8 +96938,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *319 - - *320 + - *324 + - *325 - name: ref in: path required: true @@ -96425,8 +96975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -96436,11 +96986,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -96458,8 +97008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 responses: @@ -96467,7 +97017,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &635 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -96479,7 +97029,7 @@ paths: required: - names examples: - default: &631 + default: &636 value: names: - octocat @@ -96502,8 +97052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -96534,9 +97084,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *635 examples: - default: *631 + default: *636 '404': *6 '422': *7 x-github: @@ -96557,9 +97107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *319 - - *320 - - &632 + - *324 + - *325 + - &637 name: per description: The time frame to display results for. in: query @@ -96590,7 +97140,7 @@ paths: - 128 clones: type: array - items: &633 + items: &638 title: Traffic type: object properties: @@ -96677,8 +97227,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -96772,8 +97322,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -96836,9 +97386,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *319 - - *320 - - *632 + - *324 + - *325 + - *637 responses: '200': description: Response @@ -96859,7 +97409,7 @@ paths: - 3782 views: type: array - items: *633 + items: *638 required: - uniques - count @@ -96936,8 +97486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -96973,7 +97523,7 @@ paths: description: Response content: application/json: - schema: *148 + schema: *153 examples: default: value: @@ -97211,8 +97761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97235,8 +97785,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -97258,8 +97808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -97285,8 +97835,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *319 - - *320 + - *324 + - *325 - name: ref in: path required: true @@ -97378,9 +97928,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -97421,7 +97971,7 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: default: value: @@ -97527,8 +98077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *137 - - *520 + - *142 + - *525 requestBody: required: true content: @@ -97594,14 +98144,14 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *523 + items: *528 examples: - default: *634 + default: *639 '400': *14 '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -97632,8 +98182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *137 - - *520 + - *142 + - *525 requestBody: required: true content: @@ -97700,14 +98250,14 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *523 + items: *528 examples: - default: *634 + default: *639 '400': *14 '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -97733,16 +98283,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: - - *137 - - *520 - - *223 + - *142 + - *525 + - *228 responses: '204': description: Issue field value deleted successfully '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -97856,7 +98406,7 @@ paths: html_url: type: string format: uri - repository: *148 + repository: *153 score: type: number file_size: @@ -97875,7 +98425,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &635 + text_matches: &640 title: Search Result Text Matches type: array items: @@ -97990,7 +98540,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *108 + '503': *113 '422': *15 '403': *27 x-github: @@ -98038,7 +98588,7 @@ paths: enum: - author-date - committer-date - - &636 + - &641 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 @@ -98107,7 +98657,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 comment_count: type: integer message: @@ -98126,7 +98676,7 @@ paths: url: type: string format: uri - verification: *500 + verification: *505 required: - author - committer @@ -98141,7 +98691,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 parents: type: array items: @@ -98153,12 +98703,12 @@ paths: type: string sha: type: string - repository: *148 + repository: *153 score: type: number node_id: type: string - text_matches: *635 + text_matches: *640 required: - sha - node_id @@ -98350,7 +98900,7 @@ paths: - interactions - created - updated - - *636 + - *641 - *17 - *19 - name: advanced_search @@ -98447,11 +98997,11 @@ paths: type: - string - 'null' - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: type: string state_reason: @@ -98465,7 +99015,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 comments: type: integer created_at: @@ -98479,7 +99029,7 @@ paths: - string - 'null' format: date-time - text_matches: *635 + text_matches: *640 pull_request: type: object properties: @@ -98517,10 +99067,10 @@ paths: type: string score: type: number - author_association: *72 + author_association: *78 draft: type: boolean - repository: *71 + repository: *77 body_html: type: string body_text: @@ -98528,7 +99078,7 @@ paths: timeline_url: type: string format: uri - type: *224 + type: *229 performed_via_github_app: anyOf: - type: 'null' @@ -98536,8 +99086,8 @@ paths: pinned_comment: anyOf: - type: 'null' - - *76 - reactions: *73 + - *82 + reactions: *79 required: - assignee - closed_at @@ -98653,7 +99203,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *108 + '503': *113 '422': *15 '304': *35 '403': *27 @@ -98706,7 +99256,7 @@ paths: enum: - created - updated - - *636 + - *641 - *17 - *19 responses: @@ -98751,7 +99301,7 @@ paths: - 'null' score: type: number - text_matches: *635 + text_matches: *640 required: - id - node_id @@ -98836,7 +99386,7 @@ paths: - forks - help-wanted-issues - updated - - *636 + - *641 - *17 - *19 responses: @@ -99052,8 +99602,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -99066,7 +99614,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 permissions: type: object properties: @@ -99084,7 +99632,7 @@ paths: - admin - pull - push - text_matches: *635 + text_matches: *640 temp_clone_token: type: string allow_merge_commit: @@ -99287,7 +99835,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *108 + '503': *113 '422': *15 '304': *35 x-github: @@ -99392,7 +99940,7 @@ paths: - string - 'null' format: uri - text_matches: *635 + text_matches: *640 related: type: - array @@ -99585,7 +100133,7 @@ paths: - followers - repositories - joined - - *636 + - *641 - *17 - *19 responses: @@ -99695,7 +100243,7 @@ paths: type: - boolean - 'null' - text_matches: *635 + text_matches: *640 blog: type: - string @@ -99757,7 +100305,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *108 + '503': *113 '422': *15 x-github: githubCloudOnly: false @@ -99777,7 +100325,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &639 + - &644 name: team_id description: The unique identifier of the team. in: path @@ -99789,9 +100337,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -99818,7 +100366,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *639 + - *644 requestBody: required: true content: @@ -99882,16 +100430,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '201': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 '422': *15 '403': *27 @@ -99919,7 +100467,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *639 + - *644 responses: '204': description: Response @@ -99948,7 +100496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -99958,11 +100506,11 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99986,7 +100534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *639 + - *644 - name: role description: Filters members returned by their role in the team. in: query @@ -100009,9 +100557,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -100037,8 +100585,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: if user is a member @@ -100074,8 +100622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -100114,8 +100662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -100151,16 +100699,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '200': description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-user-is-a-team-maintainer: *640 + response-if-user-is-a-team-maintainer: *645 '404': *6 x-github: githubCloudOnly: false @@ -100193,8 +100741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 requestBody: required: false content: @@ -100219,9 +100767,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-users-membership-with-team-is-now-pending: *641 + response-if-users-membership-with-team-is-now-pending: *646 '403': description: Forbidden if team synchronization is set up '422': @@ -100255,8 +100803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -100283,7 +100831,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -100293,11 +100841,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -100325,15 +100873,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *642 + schema: *647 examples: alternative-response-with-extra-repository-information: value: @@ -100484,9 +101032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 requestBody: required: false content: @@ -100536,9 +101084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 responses: '204': description: Response @@ -100563,7 +101111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -100573,11 +101121,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - response-if-child-teams-exist: *643 + response-if-child-teams-exist: *648 headers: - Link: *59 + Link: *65 '404': *6 '403': *27 '422': *15 @@ -100608,7 +101156,7 @@ paths: application/json: schema: oneOf: - - &645 + - &650 title: Private User description: Private User type: object @@ -100858,7 +101406,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *644 + - *649 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101018,7 +101566,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *650 examples: default: value: @@ -101097,7 +101645,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '304': *35 '404': *6 '403': *27 @@ -101120,7 +101668,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: - - *63 + - *69 responses: '204': description: If the user is blocked @@ -101148,7 +101696,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -101172,7 +101720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -101221,11 +101769,11 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: - default: *230 + default: *235 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101362,21 +101910,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101416,7 +101964,7 @@ paths: type: integer secrets: type: array - items: &646 + items: &651 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -101458,9 +102006,9 @@ paths: - visibility - selected_repositories_url examples: - default: *441 + default: *446 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101530,13 +102078,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 responses: '200': description: Response content: application/json: - schema: *646 + schema: *651 examples: default: value: @@ -101566,7 +102114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 requestBody: required: true content: @@ -101611,7 +102159,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -101639,7 +102187,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 responses: '204': description: Response @@ -101664,7 +102212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *156 + - *161 responses: '200': description: Response @@ -101680,13 +102228,13 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *184 + default: *189 '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101707,7 +102255,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *156 + - *161 requestBody: required: true content: @@ -101739,7 +102287,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101761,7 +102309,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *156 + - *161 - name: repository_id in: path required: true @@ -101773,7 +102321,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101794,7 +102342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *156 + - *161 - name: repository_id in: path required: true @@ -101806,7 +102354,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101826,17 +102374,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101860,7 +102408,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 requestBody: required: false content: @@ -101890,9 +102438,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 @@ -101914,11 +102462,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '202': *37 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101943,13 +102491,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '202': description: Response content: application/json: - schema: &647 + schema: &652 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102002,7 +102550,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &648 + default: &653 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102010,7 +102558,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102034,7 +102582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *231 + - *236 - name: export_id in: path required: true @@ -102047,9 +102595,9 @@ paths: description: Response content: application/json: - schema: *647 + schema: *652 examples: - default: *648 + default: *653 '404': *6 x-github: githubCloudOnly: false @@ -102070,7 +102618,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *231 + - *236 responses: '200': description: Response @@ -102086,11 +102634,11 @@ paths: type: integer machines: type: array - items: *440 + items: *445 examples: - default: *649 + default: *654 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102117,7 +102665,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *231 + - *236 requestBody: required: true content: @@ -102173,11 +102721,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *322 + repository: *327 machine: anyOf: - type: 'null' - - *440 + - *445 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -102974,17 +103522,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '304': *35 - '500': *107 + '500': *53 '400': *14 '401': *23 '402': @@ -103014,16 +103562,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 - '500': *107 + default: *444 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -103052,9 +103600,9 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: &660 + default: &665 value: - id: 197 name: hello_docker @@ -103155,7 +103703,7 @@ paths: application/json: schema: type: array - items: &650 + items: &655 title: Email description: Email type: object @@ -103225,16 +103773,16 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: - default: &662 + default: &667 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -103304,7 +103852,7 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: default: value: @@ -103416,9 +103964,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -103449,9 +103997,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -103471,7 +104019,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: - - *63 + - *69 responses: '204': description: if the person is followed by the authenticated user @@ -103501,7 +104049,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -103526,7 +104074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -103562,7 +104110,7 @@ paths: application/json: schema: type: array - items: &651 + items: &656 title: GPG Key description: A unique encryption key type: object @@ -103707,7 +104255,7 @@ paths: - subkeys - revoked examples: - default: &678 + default: &683 value: - id: 3 name: Octocat's GPG Key @@ -103739,7 +104287,7 @@ paths: revoked: false raw_key: string headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -103792,9 +104340,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *656 examples: - default: &652 + default: &657 value: id: 3 name: Octocat's GPG Key @@ -103851,7 +104399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &653 + - &658 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -103863,9 +104411,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *656 examples: - default: *652 + default: *657 '404': *6 '304': *35 '403': *27 @@ -103888,7 +104436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *653 + - *658 responses: '204': description: Response @@ -104031,7 +104579,7 @@ paths: suspended_at: suspended_by: headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -104079,11 +104627,11 @@ paths: type: array items: allOf: - - *71 + - *77 examples: - default: *140 + default: *145 headers: - Link: *59 + Link: *65 '404': *6 '403': *27 '304': *35 @@ -104106,7 +104654,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *137 + - *142 responses: '204': description: Response @@ -104132,7 +104680,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *137 + - *142 responses: '204': description: Response @@ -104166,12 +104714,12 @@ paths: application/json: schema: anyOf: - - *216 + - *221 - type: object properties: {} additionalProperties: false examples: - default: *217 + default: *222 '204': description: Response when there are no restrictions x-github: @@ -104195,7 +104743,7 @@ paths: required: true content: application/json: - schema: *511 + schema: *516 examples: default: value: @@ -104206,7 +104754,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: default: value: @@ -104287,7 +104835,7 @@ paths: - closed - all default: open - - *227 + - *232 - name: sort description: What to sort results by. in: query @@ -104299,8 +104847,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -104310,11 +104858,11 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *228 + default: *233 headers: - Link: *59 + Link: *65 '404': *6 '304': *35 x-github: @@ -104345,7 +104893,7 @@ paths: application/json: schema: type: array - items: &654 + items: &659 title: Key description: Key type: object @@ -104397,7 +104945,7 @@ paths: verified: false read_only: false headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -104448,9 +104996,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *659 examples: - default: &655 + default: &660 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -104483,15 +105031,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *541 + - *546 responses: '200': description: Response content: application/json: - schema: *654 + schema: *659 examples: - default: *655 + default: *660 '404': *6 '304': *35 '403': *27 @@ -104514,7 +105062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *541 + - *546 responses: '204': description: Response @@ -104547,7 +105095,7 @@ paths: application/json: schema: type: array - items: &656 + items: &661 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -104615,7 +105163,7 @@ paths: - id - type - login - plan: *91 + plan: *97 required: - billing_cycle - next_billing_date @@ -104626,7 +105174,7 @@ paths: - account - plan examples: - default: &657 + default: &662 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104659,7 +105207,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '304': *35 '401': *23 '404': *6 @@ -104688,11 +105236,11 @@ paths: application/json: schema: type: array - items: *656 + items: *661 examples: - default: *657 + default: *662 headers: - Link: *59 + Link: *65 '304': *35 '401': *23 x-github: @@ -104730,7 +105278,7 @@ paths: application/json: schema: type: array - items: *233 + items: *238 examples: default: value: @@ -104813,7 +105361,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -104838,13 +105386,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *233 + schema: *238 examples: default: value: @@ -104906,7 +105454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *67 + - *73 requestBody: required: true content: @@ -104931,7 +105479,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: default: value: @@ -105003,7 +105551,7 @@ paths: application/json: schema: type: array - items: *235 + items: *240 examples: default: value: @@ -105156,7 +105704,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -105265,7 +105813,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -105445,7 +105993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *236 + - *241 - name: exclude in: query required: false @@ -105458,7 +106006,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -105652,7 +106200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *236 + - *241 responses: '302': description: Response @@ -105678,7 +106226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *236 + - *241 responses: '204': description: Response @@ -105707,8 +106255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *236 - - *658 + - *241 + - *663 responses: '204': description: Response @@ -105732,7 +106280,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *236 + - *241 - *17 - *19 responses: @@ -105742,11 +106290,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -105779,11 +106327,11 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -105823,7 +106371,7 @@ paths: - docker - nuget - container - - *659 + - *664 - *19 - *17 responses: @@ -105833,10 +106381,10 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *660 - '400': *661 + default: *665 + '400': *666 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105856,16 +106404,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: &679 + default: &684 value: id: 40201 name: octo-name @@ -105978,8 +106526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 responses: '204': description: Response @@ -106009,8 +106557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 - name: token description: package token schema: @@ -106042,8 +106590,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: - - *243 - - *244 + - *248 + - *249 - *19 - *17 - name: state @@ -106063,7 +106611,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -106112,15 +106660,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -106156,9 +106704,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '204': description: Response @@ -106188,9 +106736,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '204': description: Response @@ -106227,11 +106775,11 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: - default: *662 + default: *667 headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -106340,9 +106888,9 @@ paths: application/json: schema: type: array - items: *71 + items: *77 examples: - default: &669 + default: &674 summary: Default response value: - id: 1296269 @@ -106463,7 +107011,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '403': *27 @@ -106660,9 +107208,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106700,11 +107248,11 @@ paths: application/json: schema: type: array - items: *513 + items: *518 examples: - default: *663 + default: *668 headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -106725,7 +107273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *220 + - *225 responses: '204': description: Response @@ -106748,7 +107296,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *220 + - *225 responses: '204': description: Response @@ -106781,7 +107329,7 @@ paths: application/json: schema: type: array - items: &664 + items: &669 title: Social account description: Social media account type: object @@ -106798,12 +107346,12 @@ paths: - provider - url examples: - default: &665 + default: &670 value: - provider: twitter url: https://twitter.com/github headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -106861,9 +107409,9 @@ paths: application/json: schema: type: array - items: *664 + items: *669 examples: - default: *665 + default: *670 '422': *15 '304': *35 '404': *6 @@ -106951,7 +107499,7 @@ paths: application/json: schema: type: array - items: &666 + items: &671 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -106971,7 +107519,7 @@ paths: - title - created_at examples: - default: &697 + default: &702 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -106982,7 +107530,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -107036,9 +107584,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *671 examples: - default: &667 + default: &672 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107068,7 +107616,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: - - &668 + - &673 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107080,9 +107628,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *671 examples: - default: *667 + default: *672 '404': *6 '304': *35 '403': *27 @@ -107105,7 +107653,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: - - *668 + - *673 responses: '204': description: Response @@ -107134,7 +107682,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &698 + - &703 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 @@ -107147,7 +107695,7 @@ paths: - created - updated default: created - - *53 + - *59 - *17 - *19 responses: @@ -107157,13 +107705,13 @@ paths: application/json: schema: type: array - items: *71 + items: *77 examples: - default-response: *669 + default-response: *674 application/vnd.github.v3.star+json: schema: type: array - items: &699 + items: &704 title: Starred Repository description: Starred Repository type: object @@ -107171,7 +107719,7 @@ paths: starred_at: type: string format: date-time - repo: *71 + repo: *77 required: - starred_at - repo @@ -107299,7 +107847,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -107319,8 +107867,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: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response if this repository is starred by you @@ -107348,8 +107896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -107373,8 +107921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -107407,11 +107955,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -107446,7 +107994,7 @@ paths: application/json: schema: type: array - items: *315 + items: *320 examples: default: value: @@ -107497,7 +108045,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -107524,7 +108072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *93 + - *99 responses: '200': description: Response @@ -107532,10 +108080,10 @@ paths: application/json: schema: oneOf: - - *645 - - *644 + - *650 + - *649 examples: - default-response: &673 + default-response: &678 summary: Default response value: login: octocat @@ -107570,7 +108118,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &674 + response-with-git-hub-plan-information: &679 summary: Response with GitHub plan information value: login: octocat @@ -107627,14 +108175,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &671 + - &676 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *259 + - *264 requestBody: required: true description: Details of the draft item to create in the project. @@ -107668,9 +108216,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: - draft_issue: *265 + draft_issue: *270 '304': *35 '403': *27 '401': *23 @@ -107693,7 +108241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *670 + - *675 - *17 responses: '200': @@ -107704,7 +108252,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: Link: example: ; rel="next" @@ -107728,8 +108276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *671 - - *259 + - *676 + - *264 requestBody: required: true content: @@ -107803,17 +108351,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *672 + schema: *677 examples: table_view: summary: Response for creating a table view - value: *269 + value: *274 board_view: summary: Response for creating a board view with filter - value: *269 + value: *274 roadmap_view: summary: Response for creating a roadmap view - value: *269 + value: *274 '304': *35 '403': *27 '401': *23 @@ -107847,7 +108395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *63 + - *69 responses: '200': description: Response @@ -107855,11 +108403,11 @@ paths: application/json: schema: oneOf: - - *645 - - *644 + - *650 + - *649 examples: - default-response: *673 - response-with-git-hub-plan-information: *674 + default-response: *678 + response-with-git-hub-plan-information: *679 '404': *6 x-github: githubCloudOnly: false @@ -107885,7 +108433,7 @@ paths: - *17 - *45 - *46 - - *63 + - *69 requestBody: required: true content: @@ -107909,8 +108457,8 @@ paths: required: - subject_digests examples: - default: *675 - withPredicateType: *676 + default: *680 + withPredicateType: *681 responses: '200': description: Response @@ -107964,7 +108512,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *677 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107982,7 +108530,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *63 + - *69 requestBody: required: true content: @@ -108047,7 +108595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *63 + - *69 - name: subject_digest description: Subject Digest in: path @@ -108078,7 +108626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *63 + - *69 - name: attestation_id description: Attestation ID in: path @@ -108116,7 +108664,7 @@ paths: - *17 - *45 - *46 - - *63 + - *69 - name: subject_digest description: Subject Digest in: path @@ -108169,12 +108717,12 @@ paths: initiator: type: string examples: - default: *380 + default: *385 '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -108200,7 +108748,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: - - *63 + - *69 responses: '200': description: Response @@ -108208,9 +108756,9 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *660 + default: *665 '403': *27 '401': *23 x-github: @@ -108233,7 +108781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108243,7 +108791,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -108305,8 +108853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *63 - - *67 + - *69 + - *73 - *17 - *19 responses: @@ -108316,7 +108864,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -108393,7 +108941,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108403,7 +108951,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -108461,7 +109009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108473,9 +109021,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108492,7 +109040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108504,9 +109052,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108523,7 +109071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *63 + - *69 - name: target_user in: path required: true @@ -108550,8 +109098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *63 - - *80 + - *69 + - *86 - *17 - *19 responses: @@ -108561,11 +109109,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -108584,7 +109132,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108594,11 +109142,11 @@ paths: application/json: schema: type: array - items: *651 + items: *656 examples: - default: *678 + default: *683 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108620,7 +109168,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *63 + - *69 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -108692,7 +109240,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *63 + - *69 responses: '200': description: Response @@ -108700,7 +109248,7 @@ paths: application/json: schema: *20 examples: - default: *510 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108718,7 +109266,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108754,7 +109302,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108774,7 +109322,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108784,11 +109332,11 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108825,8 +109373,8 @@ paths: - docker - nuget - container - - *659 - - *63 + - *664 + - *69 - *19 - *17 responses: @@ -108836,12 +109384,12 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *660 + default: *665 '403': *27 '401': *23 - '400': *661 + '400': *666 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108861,17 +109409,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *679 + default: *684 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108892,9 +109440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '204': description: Response @@ -108926,9 +109474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 - name: token description: package token schema: @@ -108960,9 +109508,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: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '200': description: Response @@ -108970,7 +109518,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -109028,16 +109576,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *243 - - *244 - - *246 - - *63 + - *248 + - *249 + - *251 + - *69 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -109072,10 +109620,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *243 - - *244 - - *63 - - *246 + - *248 + - *249 + - *69 + - *251 responses: '204': description: Response @@ -109107,10 +109655,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *243 - - *244 - - *63 - - *246 + - *248 + - *249 + - *69 + - *251 responses: '204': description: Response @@ -109134,7 +109682,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *63 + - *69 - name: q description: Limit results to projects of the specified type. in: query @@ -109151,11 +109699,11 @@ paths: application/json: schema: type: array - items: *257 + items: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109175,18 +109723,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *259 - - *63 + - *264 + - *69 responses: '200': description: Response content: application/json: - schema: *257 + schema: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109206,8 +109754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *259 - - *63 + - *264 + - *69 - *17 - *45 - *46 @@ -109218,11 +109766,11 @@ paths: application/json: schema: type: array - items: *262 + items: *267 examples: - default: *680 + default: *685 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109241,8 +109789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *63 - - *259 + - *69 + - *264 requestBody: required: true content: @@ -109280,7 +109828,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *681 + items: *686 required: - name - data_type @@ -109296,7 +109844,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *682 + iteration_configuration: *687 required: - name - data_type @@ -109318,20 +109866,20 @@ paths: value: name: Due date data_type: date - single_select_field: *683 - iteration_field: *684 + single_select_field: *688 + iteration_field: *689 responses: '201': description: Response content: application/json: - schema: *262 + schema: *267 examples: - text_field: *685 - number_field: *686 - date_field: *687 - single_select_field: *688 - iteration_field: *689 + text_field: *690 + number_field: *691 + date_field: *692 + single_select_field: *693 + iteration_field: *694 '304': *35 '403': *27 '401': *23 @@ -109352,19 +109900,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *259 - - *690 - - *63 + - *264 + - *695 + - *69 responses: '200': description: Response content: application/json: - schema: *262 + schema: *267 examples: - default: *691 + default: *696 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109385,8 +109933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *259 - - *63 + - *264 + - *69 - *45 - *46 - *17 @@ -109418,11 +109966,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109441,8 +109989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *63 - - *259 + - *69 + - *264 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -109512,22 +110060,22 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *265 + value: *270 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *265 + value: *270 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *265 + value: *270 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *265 + value: *270 '304': *35 '403': *27 '401': *23 @@ -109547,9 +110095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -109569,11 +110117,11 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109592,9 +110140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -109667,13 +110215,13 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - text_field: *267 - number_field: *267 - date_field: *267 - single_select_field: *267 - iteration_field: *267 + text_field: *272 + number_field: *272 + date_field: *272 + single_select_field: *272 + iteration_field: *272 '401': *23 '403': *27 '404': *6 @@ -109693,9 +110241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 responses: '204': description: Response @@ -109717,9 +110265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *259 - - *63 - - *692 + - *264 + - *69 + - *697 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -109745,11 +110293,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109775,7 +110323,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109785,7 +110333,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -109850,7 +110398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109860,7 +110408,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -109923,7 +110471,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *63 + - *69 - name: type description: Limit results to repositories of the specified type. in: query @@ -109966,11 +110514,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109990,12 +110538,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *63 - - *110 - - *112 - - *111 - - *693 - - *113 + - *69 + - *115 + - *117 + - *116 + - *698 + - *118 responses: '200': description: Response when getting a billing premium request usage report @@ -110102,8 +110650,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110123,10 +110671,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *63 - - *110 - - *694 - - *111 + - *69 + - *115 + - *699 + - *116 responses: '200': description: Response when getting a billing usage report @@ -110196,8 +110744,8 @@ paths: repositoryName: user/example '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110220,13 +110768,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *63 - - *110 - - *112 - - *111 - - *695 - - *113 - - *696 + - *69 + - *115 + - *117 + - *116 + - *700 + - *118 + - *701 responses: '200': description: Response when getting a billing usage summary @@ -110331,8 +110879,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110350,7 +110898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110360,11 +110908,11 @@ paths: application/json: schema: type: array - items: *664 + items: *669 examples: - default: *665 + default: *670 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110382,7 +110930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110392,11 +110940,11 @@ paths: application/json: schema: type: array - items: *666 + items: *671 examples: - default: *697 + default: *702 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110418,9 +110966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *63 - - *698 - - *53 + - *69 + - *703 + - *59 - *17 - *19 responses: @@ -110431,13 +110979,13 @@ paths: schema: anyOf: - type: array - items: *699 + items: *704 - type: array - items: *71 + items: *77 examples: - default-response: *669 + default-response: *674 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110454,7 +111002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110464,11 +111012,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110595,7 +111143,7 @@ webhooks: type: string enum: - disabled - enterprise: &700 + enterprise: &705 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110664,7 +111212,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &701 + installation: &706 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110685,7 +111233,7 @@ webhooks: required: - id - node_id - organization: &702 + organization: &707 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110758,7 +111306,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &703 + repository: &708 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -110787,7 +111335,7 @@ webhooks: license: anyOf: - type: 'null' - - *77 + - *83 organization: anyOf: - type: 'null' @@ -111116,12 +111664,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -111690,10 +112232,10 @@ webhooks: type: string enum: - enabled - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -111769,11 +112311,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: &704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: &709 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) @@ -111996,11 +112538,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: *704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: *709 sender: *4 required: - action @@ -112188,11 +112730,11 @@ webhooks: - everyone required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: *704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: *709 sender: *4 required: - action @@ -112276,7 +112818,7 @@ webhooks: type: string enum: - completed - check_run: &706 + check_run: &711 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112341,8 +112883,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *78 - repository: *148 + items: *84 + repository: *153 status: type: string enum: @@ -112386,7 +112928,7 @@ webhooks: - examples: - neutral - deployment: *705 + deployment: *710 details_url: type: string examples: @@ -112446,7 +112988,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *78 + items: *84 started_at: type: string format: date-time @@ -112484,10 +113026,10 @@ webhooks: - output - app - pull_requests - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -112878,11 +113420,11 @@ webhooks: type: string enum: - created - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -113276,11 +113818,11 @@ webhooks: type: string enum: - requested_action - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 requested_action: description: The action requested by the user. type: object @@ -113683,11 +114225,11 @@ webhooks: type: string enum: - rerequested - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -114672,10 +115214,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -115379,10 +115921,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -116080,10 +116622,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -116252,7 +116794,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -116404,20 +116946,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &707 + commit_oid: &712 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: *700 - installation: *701 - organization: *702 - ref: &708 + enterprise: *705 + installation: *706 + organization: *707 + ref: &713 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: *703 + repository: *708 sender: *4 required: - action @@ -116584,7 +117126,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -116825,12 +117367,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -116928,7 +117470,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117113,12 +117655,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -117287,7 +117829,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117464,12 +118006,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -117570,7 +118112,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117759,9 +118301,9 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -117769,7 +118311,7 @@ webhooks: type: - string - 'null' - repository: *703 + repository: *708 sender: *4 required: - action @@ -117868,7 +118410,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118015,12 +118557,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -118189,7 +118731,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -118341,10 +118883,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -118604,10 +119146,10 @@ webhooks: - updated_at - author_association - body - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -118688,18 +119230,18 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *702 - pusher_type: &709 + organization: *707 + pusher_type: &714 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &710 + ref: &715 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -118709,7 +119251,7 @@ webhooks: enum: - tag - branch - repository: *703 + repository: *708 sender: *4 required: - ref @@ -118791,10 +119333,10 @@ webhooks: type: string enum: - created - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -118879,9 +119421,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -118958,10 +119500,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -119038,10 +119580,10 @@ webhooks: type: string enum: - updated - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -119118,19 +119660,19 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - repository: *703 - organization: *702 + enterprise: *705 + installation: *706 + repository: *708 + organization: *707 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *274 + items: *279 old_property_values: type: array description: The old custom property values for the repository. - items: *274 + items: *279 required: - action - repository @@ -119206,18 +119748,18 @@ webhooks: title: delete event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - pusher_type: *709 - ref: *710 + enterprise: *705 + installation: *706 + organization: *707 + pusher_type: *714 + ref: *715 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *703 + repository: *708 sender: *4 required: - ref @@ -119297,11 +119839,11 @@ webhooks: type: string enum: - assignees_changed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119381,11 +119923,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119466,11 +120008,11 @@ webhooks: type: string enum: - auto_reopened - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119551,11 +120093,11 @@ webhooks: type: string enum: - created - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119634,11 +120176,11 @@ webhooks: type: string enum: - dismissed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119717,11 +120259,11 @@ webhooks: type: string enum: - fixed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119801,11 +120343,11 @@ webhooks: type: string enum: - reintroduced - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119884,11 +120426,11 @@ webhooks: type: string enum: - reopened - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119965,9 +120507,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - key: &711 + enterprise: *705 + installation: *706 + key: &716 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120005,8 +120547,8 @@ webhooks: - verified - created_at - read_only - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -120083,11 +120625,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - key: *711 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + key: *716 + organization: *707 + repository: *708 sender: *4 required: - action @@ -120654,12 +121196,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: &715 + workflow: &720 title: Workflow type: - object @@ -121410,13 +121952,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *475 + - *480 pull_requests: type: array - items: *559 - repository: *703 - organization: *702 - installation: *701 + items: *564 + repository: *708 + organization: *707 + installation: *706 sender: *4 responses: '200': @@ -121487,7 +122029,7 @@ webhooks: type: string enum: - approved - approver: &712 + approver: &717 type: object properties: avatar_url: @@ -121530,11 +122072,11 @@ webhooks: type: string comment: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - reviewers: &713 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + reviewers: &718 type: array items: type: object @@ -121615,7 +122157,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &714 + workflow_job_run: &719 type: object properties: conclusion: @@ -122361,18 +122903,18 @@ webhooks: type: string enum: - rejected - approver: *712 + approver: *717 comment: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - reviewers: *713 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + reviewers: *718 sender: *4 since: type: string - workflow_job_run: *714 + workflow_job_run: *719 workflow_job_runs: type: array items: @@ -123089,13 +123631,13 @@ webhooks: type: string enum: - requested - enterprise: *700 + enterprise: *705 environment: type: string - installation: *701 - organization: *702 - repository: *703 - requestor: &720 + installation: *706 + organization: *707 + repository: *708 + requestor: &725 title: User type: - object @@ -125028,12 +125570,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Deployment Workflow Run type: @@ -125724,7 +126266,7 @@ webhooks: type: string enum: - answered - answer: &718 + answer: &723 type: object properties: author_association: @@ -125884,11 +126426,11 @@ webhooks: - created_at - updated_at - body - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126015,11 +126557,11 @@ webhooks: - from required: - category - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126102,11 +126644,11 @@ webhooks: type: string enum: - closed - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126188,7 +126730,7 @@ webhooks: type: string enum: - created - comment: &717 + comment: &722 type: object properties: author_association: @@ -126348,11 +126890,11 @@ webhooks: - updated_at - body - reactions - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126435,12 +126977,12 @@ webhooks: type: string enum: - deleted - comment: *717 - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + comment: *722 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126535,12 +127077,12 @@ webhooks: - from required: - body - comment: *717 - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + comment: *722 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126624,11 +127166,11 @@ webhooks: type: string enum: - created - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126710,11 +127252,11 @@ webhooks: type: string enum: - deleted - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126814,11 +127356,11 @@ webhooks: type: string required: - from - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126900,10 +127442,10 @@ webhooks: type: string enum: - labeled - discussion: *716 - enterprise: *700 - installation: *701 - label: &719 + discussion: *721 + enterprise: *705 + installation: *706 + label: &724 title: Label type: object properties: @@ -126936,8 +127478,8 @@ webhooks: - color - default - description - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127020,11 +127562,11 @@ webhooks: type: string enum: - locked - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127106,11 +127648,11 @@ webhooks: type: string enum: - pinned - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127192,11 +127734,11 @@ webhooks: type: string enum: - reopened - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127281,16 +127823,16 @@ webhooks: changes: type: object properties: - new_discussion: *716 - new_repository: *703 + new_discussion: *721 + new_repository: *708 required: - new_discussion - new_repository - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127373,10 +127915,10 @@ webhooks: type: string enum: - unanswered - discussion: *716 - old_answer: *718 - organization: *702 - repository: *703 + discussion: *721 + old_answer: *723 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127458,12 +128000,12 @@ webhooks: type: string enum: - unlabeled - discussion: *716 - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127546,11 +128088,11 @@ webhooks: type: string enum: - unlocked - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127632,11 +128174,11 @@ webhooks: type: string enum: - unpinned - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127709,7 +128251,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *700 + enterprise: *705 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128387,9 +128929,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *701 - organization: *702 - repository: *703 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - forkee @@ -128535,9 +129077,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pages: description: The pages that were updated. type: array @@ -128575,7 +129117,7 @@ webhooks: - action - sha - html_url - repository: *703 + repository: *708 sender: *4 required: - pages @@ -128651,10 +129193,10 @@ webhooks: type: string enum: - created - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: &721 + organization: *707 + repositories: &726 description: An array of repository objects that the installation can access. type: array @@ -128680,8 +129222,8 @@ webhooks: - name - full_name - private - repository: *703 - requester: *720 + repository: *708 + requester: *725 sender: *4 required: - action @@ -128756,11 +129298,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -128837,11 +129379,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -128918,10 +129460,10 @@ webhooks: type: string enum: - added - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories_added: &722 + organization: *707 + repositories_added: &727 description: An array of repository objects, which were added to the installation. type: array @@ -128967,15 +129509,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *703 - repository_selection: &723 + repository: *708 + repository_selection: &728 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *720 + requester: *725 sender: *4 required: - action @@ -129054,10 +129596,10 @@ webhooks: type: string enum: - removed - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories_added: *722 + organization: *707 + repositories_added: *727 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129084,9 +129626,9 @@ webhooks: - name - full_name - private - repository: *703 - repository_selection: *723 - requester: *720 + repository: *708 + repository_selection: *728 + requester: *725 sender: *4 required: - action @@ -129165,11 +129707,11 @@ webhooks: type: string enum: - suspend - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -129351,10 +129893,10 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 target_type: type: string @@ -129433,11 +129975,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -129603,7 +130145,7 @@ webhooks: pin: anyOf: - type: 'null' - - *538 + - *543 user: title: User type: @@ -129689,8 +130231,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130502,8 +131044,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130520,7 +131062,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -130864,8 +131406,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -130945,7 +131487,7 @@ webhooks: type: string enum: - deleted - comment: &724 + comment: &729 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131102,7 +131644,7 @@ webhooks: pin: anyOf: - type: 'null' - - *538 + - *543 required: - url - html_url @@ -131116,8 +131658,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131925,8 +132467,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131943,7 +132485,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -132289,8 +132831,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -132370,7 +132912,7 @@ webhooks: type: string enum: - edited - changes: &748 + changes: &753 description: The changes to the comment. type: object properties: @@ -132382,9 +132924,9 @@ webhooks: type: string required: - from - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133195,8 +133737,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133213,7 +133755,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -133557,8 +134099,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -133639,9 +134181,9 @@ webhooks: type: string enum: - pinned - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134454,8 +134996,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134472,7 +135014,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -134818,8 +135360,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -134899,9 +135441,9 @@ webhooks: type: string enum: - unpinned - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135714,8 +136256,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135732,7 +136274,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -136078,8 +136620,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136162,15 +136704,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 + blocked_issue: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - blocking_issue_repo: *71 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + blocking_issue_repo: *77 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136253,15 +136795,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 + blocked_issue: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - blocking_issue_repo: *71 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + blocking_issue_repo: *77 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136343,15 +136885,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 - blocked_issue_repo: *71 + blocked_issue: *81 + blocked_issue_repo: *77 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136434,15 +136976,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 - blocked_issue_repo: *71 + blocked_issue: *81 + blocked_issue_repo: *77 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136522,10 +137064,10 @@ webhooks: type: string enum: - assigned - assignee: *720 - enterprise: *700 - installation: *701 - issue: &727 + assignee: *725 + enterprise: *705 + installation: *706 + issue: &732 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137335,12 +137877,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137357,7 +137899,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -137460,8 +138002,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -137541,8 +138083,8 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138357,12 +138899,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138379,7 +138921,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -138625,8 +139167,8 @@ webhooks: required: - state - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -138705,8 +139247,8 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139512,12 +140054,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139534,7 +140076,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -139636,8 +140178,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -139716,8 +140258,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140546,12 +141088,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140568,7 +141110,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -140649,7 +141191,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &725 + milestone: &730 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140792,8 +141334,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -140892,8 +141434,8 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141703,12 +142245,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141722,7 +142264,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -141828,9 +142370,9 @@ webhooks: - active_lock_reason - body - reactions - label: *719 - organization: *702 - repository: *703 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -141910,8 +142452,8 @@ webhooks: type: string enum: - labeled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142720,12 +143262,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142739,7 +143281,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -142845,9 +143387,9 @@ webhooks: - active_lock_reason - body - reactions - label: *719 - organization: *702 - repository: *703 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -142927,8 +143469,8 @@ webhooks: type: string enum: - locked - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143762,12 +144304,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143781,7 +144323,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -143864,8 +144406,8 @@ webhooks: format: uri user_view_type: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -143944,8 +144486,8 @@ webhooks: type: string enum: - milestoned - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144773,12 +145315,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144795,7 +145337,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -144875,9 +145417,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *725 - organization: *702 - repository: *703 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -145764,11 +146306,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145795,7 +146337,7 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 + - *82 user: title: User type: @@ -145868,7 +146410,7 @@ webhooks: required: - login - id - type: *224 + type: *229 required: - id - number @@ -146007,10 +146549,6 @@ 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 @@ -146364,8 +146902,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147172,11 +147710,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147193,7 +147731,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -147204,7 +147742,7 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 + - *82 user: title: User type: @@ -147299,8 +147837,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -147380,9 +147918,9 @@ webhooks: type: string enum: - pinned - enterprise: *700 - installation: *701 - issue: &726 + enterprise: *705 + installation: *706 + issue: &731 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148186,12 +148724,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148208,7 +148746,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -148310,8 +148848,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -148390,8 +148928,8 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149223,12 +149761,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149325,9 +149863,9 @@ webhooks: format: uri user_view_type: type: string - type: *224 - organization: *702 - repository: *703 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -150214,12 +150752,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150236,7 +150774,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -150492,10 +151030,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -150833,11 +151367,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *700 - installation: *701 - issue: *726 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *731 + organization: *707 + repository: *708 sender: *4 required: - action @@ -150917,12 +151451,12 @@ webhooks: type: string enum: - typed - enterprise: *700 - installation: *701 - issue: *727 - type: *224 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -151003,7 +151537,7 @@ webhooks: type: string enum: - unassigned - assignee: &751 + assignee: &756 title: User type: - object @@ -151075,11 +151609,11 @@ webhooks: required: - login - id - enterprise: *700 - installation: *701 - issue: *727 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + organization: *707 + repository: *708 sender: *4 required: - action @@ -151158,12 +151692,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *700 - installation: *701 - issue: *727 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -151243,8 +151777,8 @@ webhooks: type: string enum: - unlocked - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152076,12 +152610,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152098,7 +152632,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -152178,8 +152712,8 @@ webhooks: format: uri user_view_type: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152259,11 +152793,11 @@ webhooks: type: string enum: - unpinned - enterprise: *700 - installation: *701 - issue: *726 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *731 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152342,12 +152876,12 @@ webhooks: type: string enum: - untyped - enterprise: *700 - installation: *701 - issue: *727 - type: *224 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152427,11 +152961,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152509,11 +153043,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152623,11 +153157,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152709,9 +153243,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: &728 + enterprise: *705 + installation: *706 + marketplace_purchase: &733 title: Marketplace Purchase type: object required: @@ -152799,8 +153333,8 @@ webhooks: type: integer unit_count: type: integer - organization: *702 - previous_marketplace_purchase: &729 + organization: *707 + previous_marketplace_purchase: &734 title: Marketplace Purchase type: object properties: @@ -152884,7 +153418,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -152964,10 +153498,10 @@ webhooks: - changed effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153055,7 +153589,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -153137,10 +153671,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153226,7 +153760,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -153307,8 +153841,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 marketplace_purchase: title: Marketplace Purchase type: object @@ -153394,9 +153928,9 @@ webhooks: type: integer unit_count: type: integer - organization: *702 - previous_marketplace_purchase: *729 - repository: *703 + organization: *707 + previous_marketplace_purchase: *734 + repository: *708 sender: *4 required: - action @@ -153476,12 +154010,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 - previous_marketplace_purchase: *729 - repository: *703 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 + previous_marketplace_purchase: *734 + repository: *708 sender: *4 required: - action @@ -153583,11 +154117,11 @@ webhooks: type: string required: - to - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153689,11 +154223,11 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153772,11 +154306,11 @@ webhooks: type: string enum: - removed - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153854,11 +154388,11 @@ webhooks: type: string enum: - added - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153936,7 +154470,7 @@ webhooks: required: - login - id - team: &730 + team: &735 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -154166,11 +154700,11 @@ webhooks: type: string enum: - removed - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154249,7 +154783,7 @@ webhooks: required: - login - id - team: *730 + team: *735 required: - action - scope @@ -154331,8 +154865,8 @@ webhooks: type: string enum: - checks_requested - installation: *701 - merge_group: &731 + installation: *706 + merge_group: &736 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154351,15 +154885,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *400 + head_commit: *405 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154445,10 +154979,10 @@ webhooks: - merged - invalidated - dequeued - installation: *701 - merge_group: *731 - organization: *702 - repository: *703 + installation: *706 + merge_group: *736 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154521,7 +155055,7 @@ webhooks: type: string enum: - deleted - enterprise: *700 + enterprise: *705 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154630,12 +155164,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *701 - organization: *702 + installation: *706 + organization: *707 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -154715,11 +155249,11 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154798,9 +155332,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - milestone: &732 + enterprise: *705 + installation: *706 + milestone: &737 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154942,8 +155476,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155022,11 +155556,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155136,11 +155670,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155220,11 +155754,11 @@ webhooks: type: string enum: - opened - enterprise: *700 - installation: *701 - milestone: *732 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *737 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155303,11 +155837,11 @@ webhooks: type: string enum: - blocked - blocked_user: *720 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + blocked_user: *725 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155386,11 +155920,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *720 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + blocked_user: *725 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155469,9 +156003,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - membership: &733 + enterprise: *705 + installation: *706 + membership: &738 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155581,8 +156115,8 @@ webhooks: - role - organization_url - user - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155660,11 +156194,11 @@ webhooks: type: string enum: - member_added - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155743,8 +156277,8 @@ webhooks: type: string enum: - member_invited - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155866,10 +156400,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 - user: *720 + user: *725 required: - action - invitation @@ -155947,11 +156481,11 @@ webhooks: type: string enum: - member_removed - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156038,11 +156572,11 @@ webhooks: properties: from: type: string - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156119,9 +156653,9 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 package: description: Information about the package. type: object @@ -156644,7 +157178,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &734 + items: &739 title: Ruby Gems metadata type: object properties: @@ -156741,7 +157275,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -156817,9 +157351,9 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 package: description: Information about the package. type: object @@ -157181,7 +157715,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *734 + items: *739 source_url: type: string format: uri @@ -157252,7 +157786,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -157432,12 +157966,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *700 + enterprise: *705 id: type: integer - installation: *701 - organization: *702 - repository: *703 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - id @@ -157514,7 +158048,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &735 + personal_access_token_request: &740 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157664,10 +158198,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *700 - organization: *702 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -157744,11 +158278,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *735 - enterprise: *700 - organization: *702 + personal_access_token_request: *740 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -157824,11 +158358,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *735 - enterprise: *700 - organization: *702 + personal_access_token_request: *740 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -157903,11 +158437,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *735 - organization: *702 - enterprise: *700 + personal_access_token_request: *740 + organization: *707 + enterprise: *705 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -158012,7 +158546,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *736 + last_response: *741 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158044,8 +158578,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 zen: description: Random string of GitHub zen. @@ -158290,10 +158824,10 @@ webhooks: - from required: - note - enterprise: *700 - installation: *701 - organization: *702 - project_card: &737 + enterprise: *705 + installation: *706 + organization: *707 + project_card: &742 title: Project Card type: object properties: @@ -158416,7 +158950,7 @@ webhooks: - creator - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -158497,11 +159031,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project_card: *737 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_card: *742 + repository: *708 sender: *4 required: - action @@ -158581,9 +159115,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 project_card: title: Project Card type: object @@ -158713,7 +159247,7 @@ webhooks: repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -158807,11 +159341,11 @@ webhooks: - from required: - note - enterprise: *700 - installation: *701 - organization: *702 - project_card: *737 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_card: *742 + repository: *708 sender: *4 required: - action @@ -158905,9 +159439,9 @@ webhooks: - from required: - column_id - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 project_card: allOf: - title: Project Card @@ -159104,7 +159638,7 @@ webhooks: type: string required: - after_id - repository: *703 + repository: *708 sender: *4 required: - action @@ -159184,10 +159718,10 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - organization: *702 - project: &739 + enterprise: *705 + installation: *706 + organization: *707 + project: &744 title: Project type: object properties: @@ -159314,7 +159848,7 @@ webhooks: - creator - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -159394,10 +159928,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project_column: &738 + enterprise: *705 + installation: *706 + organization: *707 + project_column: &743 title: Project Column type: object properties: @@ -159437,7 +159971,7 @@ webhooks: - name - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -159516,14 +160050,14 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -159612,11 +160146,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 + repository: *708 sender: *4 required: - action @@ -159696,11 +160230,11 @@ webhooks: type: string enum: - moved - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 + repository: *708 sender: *4 required: - action @@ -159780,11 +160314,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -159864,14 +160398,14 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - project: *739 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -159972,11 +160506,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -160055,11 +160589,11 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -160140,9 +160674,9 @@ webhooks: type: string enum: - closed - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -160223,9 +160757,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -160306,9 +160840,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -160429,9 +160963,9 @@ webhooks: type: string to: type: string - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -160514,7 +161048,7 @@ webhooks: type: string enum: - archived - changes: &743 + changes: &748 type: object properties: archived_at: @@ -160530,9 +161064,9 @@ webhooks: - string - 'null' format: date-time - installation: *701 - organization: *702 - projects_v2_item: &740 + installation: *706 + organization: *707 + projects_v2_item: &745 title: Projects v2 Item description: An item belonging to a project type: object @@ -160550,7 +161084,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *263 + content_type: *268 creator: *4 created_at: type: string @@ -160672,9 +161206,9 @@ webhooks: - 'null' to: type: string - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160756,9 +161290,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160839,9 +161373,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160946,7 +161480,7 @@ webhooks: oneOf: - type: string - type: integer - - &741 + - &746 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160970,7 +161504,7 @@ webhooks: required: - id - name - - &742 + - &747 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161010,8 +161544,8 @@ webhooks: oneOf: - type: string - type: integer - - *741 - - *742 + - *746 + - *747 type: - 'null' - string @@ -161034,9 +161568,9 @@ webhooks: - 'null' required: - body - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -161133,9 +161667,9 @@ webhooks: type: - string - 'null' - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -161218,10 +161752,10 @@ webhooks: type: string enum: - restored - changes: *743 - installation: *701 - organization: *702 - projects_v2_item: *740 + changes: *748 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -161303,9 +161837,9 @@ webhooks: type: string enum: - reopened - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -161386,9 +161920,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -161469,9 +162003,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -161617,9 +162151,9 @@ webhooks: - string - 'null' format: date - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -161690,10 +162224,10 @@ webhooks: title: public event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - repository @@ -161770,13 +162304,13 @@ webhooks: type: string enum: - assigned - assignee: *720 - enterprise: *700 - installation: *701 - number: &745 + assignee: *725 + enterprise: *705 + installation: *706 + number: &750 description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -162295,10 +162829,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -162960,10 +163490,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -164155,7 +164681,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -164237,11 +164763,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -164746,10 +165272,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -165417,10 +165939,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -166613,7 +167131,7 @@ webhooks: - draft reason: type: string - repository: *703 + repository: *708 sender: *4 required: - action @@ -166695,11 +167213,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -167214,10 +167732,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -167875,10 +168389,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -169071,7 +169581,7 @@ webhooks: - draft reason: type: string - repository: *703 + repository: *708 sender: *4 required: - action @@ -169153,13 +169663,13 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: &746 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: &751 allOf: - - *559 + - *564 - type: object properties: allow_auto_merge: @@ -169221,7 +169731,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *703 + repository: *708 sender: *4 required: - action @@ -169302,12 +169812,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -169387,11 +169897,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *700 - milestone: *260 - number: *745 - organization: *702 - pull_request: &747 + enterprise: *705 + milestone: *265 + number: *750 + organization: *707 + pull_request: &752 title: Pull Request type: object properties: @@ -169907,10 +170417,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -170566,10 +171072,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -171748,7 +172250,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -171827,11 +172329,11 @@ webhooks: type: string enum: - dequeued - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -172346,10 +172848,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -173007,10 +173505,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -174207,7 +174701,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *703 + repository: *708 sender: *4 required: - action @@ -174331,12 +174825,12 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -174416,11 +174910,11 @@ webhooks: type: string enum: - enqueued - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -174935,10 +175429,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -175596,10 +176086,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -176781,7 +177267,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -176861,11 +177347,11 @@ webhooks: type: string enum: - labeled - enterprise: *700 - installation: *701 - label: *719 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + label: *724 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -177382,10 +177868,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -178047,10 +178529,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -179243,7 +179721,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -179324,10 +179802,10 @@ webhooks: type: string enum: - locked - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -179843,10 +180321,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -180508,10 +180982,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -181703,7 +182173,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -181783,12 +182253,12 @@ webhooks: type: string enum: - milestoned - enterprise: *700 - milestone: *260 - number: *745 - organization: *702 - pull_request: *747 - repository: *703 + enterprise: *705 + milestone: *265 + number: *750 + organization: *707 + pull_request: *752 + repository: *708 sender: *4 required: - action @@ -181867,12 +182337,12 @@ webhooks: type: string enum: - opened - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -181953,12 +182423,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -182038,12 +182508,12 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -182418,9 +182888,9 @@ webhooks: - start_side - side - reactions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -182934,10 +183404,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -183585,10 +184051,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -184680,7 +185142,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -184760,7 +185222,7 @@ webhooks: type: string enum: - deleted - comment: &749 + comment: &754 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185053,9 +185515,9 @@ webhooks: - start_side - side - reactions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -185567,10 +186029,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -186218,10 +186676,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -187303,7 +187757,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -187383,11 +187837,11 @@ webhooks: type: string enum: - edited - changes: *748 - comment: *749 - enterprise: *700 - installation: *701 - organization: *702 + changes: *753 + comment: *754 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -187901,10 +188355,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -188552,10 +189002,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -189638,7 +190084,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -189719,9 +190165,9 @@ webhooks: type: string enum: - dismissed - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -190236,10 +190682,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -190887,10 +191329,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -191984,7 +192422,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 review: description: The review that was affected. type: object @@ -192235,9 +192673,9 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -194351,8 +194789,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 - review: &750 + repository: *708 + review: &755 description: The review that was affected. type: object properties: @@ -194590,12 +195028,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -195113,10 +195551,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -195769,10 +196203,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -196972,7 +197402,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_reviewer: title: User type: @@ -197058,12 +197488,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -197581,10 +198011,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198244,10 +198670,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -199447,7 +199869,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199642,12 +200064,12 @@ webhooks: type: string enum: - review_requested - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -200167,10 +200589,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -200830,10 +201248,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -202026,7 +202440,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_reviewer: title: User type: @@ -202113,12 +202527,12 @@ webhooks: type: string enum: - review_requested - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -202638,10 +203052,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -203301,10 +203711,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -204488,7 +204894,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204672,9 +205078,9 @@ webhooks: type: string enum: - submitted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -205189,10 +205595,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -205842,10 +206244,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -206940,8 +207338,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 - review: *750 + repository: *708 + review: *755 sender: *4 required: - action @@ -207021,9 +207419,9 @@ webhooks: type: string enum: - resolved - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -207536,10 +207934,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -208138,10 +208532,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -209184,7 +209574,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 sender: *4 thread: type: object @@ -209581,9 +209971,9 @@ webhooks: type: string enum: - unresolved - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -210094,10 +210484,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -210692,10 +211078,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -211727,7 +212109,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 sender: *4 thread: type: object @@ -212126,10 +212508,10 @@ webhooks: type: string before: type: string - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -212646,10 +213028,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -213307,10 +213685,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -214494,7 +214868,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -214576,11 +214950,11 @@ webhooks: type: string enum: - unassigned - assignee: *751 - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + assignee: *756 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -215099,10 +215473,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -215764,10 +216134,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -216960,7 +217326,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -217039,11 +217405,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *700 - installation: *701 - label: *719 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + label: *724 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -217560,10 +217926,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -218225,10 +218587,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -219412,7 +219770,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -219493,10 +219851,10 @@ webhooks: type: string enum: - unlocked - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -220009,10 +220367,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -220672,10 +221026,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -221855,7 +222205,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -222058,7 +222408,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *700 + enterprise: *705 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222153,8 +222503,8 @@ webhooks: - url - author - committer - installation: *701 - organization: *702 + installation: *706 + organization: *707 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222333,10 +222683,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -222757,9 +223103,9 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 registry_package: type: object properties: @@ -223236,7 +223582,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *734 + items: *739 summary: type: string tag_name: @@ -223292,7 +223638,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -223370,9 +223716,9 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 registry_package: type: object properties: @@ -223684,7 +224030,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *734 + items: *739 summary: type: string tag_name: @@ -223734,7 +224080,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -223811,10 +224157,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - release: &752 + enterprise: *705 + installation: *706 + organization: *707 + release: &757 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -224145,7 +224491,7 @@ webhooks: - updated_at - zipball_url - body - repository: *703 + repository: *708 sender: *4 required: - action @@ -224222,11 +224568,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -224343,11 +224689,11 @@ webhooks: type: boolean required: - to - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -224425,9 +224771,9 @@ webhooks: type: string enum: - prereleased - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -224763,7 +225109,7 @@ webhooks: - string - 'null' format: uri - repository: *703 + repository: *708 sender: *4 required: - action @@ -224839,10 +225185,10 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - release: &753 + enterprise: *705 + installation: *706 + organization: *707 + release: &758 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -225175,7 +225521,7 @@ webhooks: - string - 'null' format: uri - repository: *703 + repository: *708 sender: *4 required: - action @@ -225251,11 +225597,11 @@ webhooks: type: string enum: - released - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -225331,11 +225677,11 @@ webhooks: type: string enum: - unpublished - enterprise: *700 - installation: *701 - organization: *702 - release: *753 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *758 + repository: *708 sender: *4 required: - action @@ -225411,11 +225757,11 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_advisory: *623 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_advisory: *628 sender: *4 required: - action @@ -225491,11 +225837,11 @@ webhooks: type: string enum: - reported - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_advisory: *623 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_advisory: *628 sender: *4 required: - action @@ -225571,10 +225917,10 @@ webhooks: type: string enum: - archived - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225651,10 +225997,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225732,10 +226078,10 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225820,10 +226166,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225938,10 +226284,10 @@ webhooks: - 'null' items: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226013,10 +226359,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 status: type: string @@ -226097,10 +226443,10 @@ webhooks: type: string enum: - privatized - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226177,10 +226523,10 @@ webhooks: type: string enum: - publicized - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226274,10 +226620,10 @@ webhooks: - name required: - repository - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226357,11 +226703,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 sender: *4 required: - action @@ -226439,11 +226785,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 sender: *4 required: - action @@ -226521,11 +226867,11 @@ webhooks: type: string enum: - edited - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 changes: type: object properties: @@ -226544,16 +226890,16 @@ webhooks: properties: added: type: array - items: *276 + items: *281 deleted: type: array - items: *276 + items: *281 updated: type: array items: type: object properties: - condition: *276 + condition: *281 changes: type: object properties: @@ -226586,16 +226932,16 @@ webhooks: properties: added: type: array - items: *579 + items: *584 deleted: type: array - items: *579 + items: *584 updated: type: array items: type: object properties: - rule: *579 + rule: *584 changes: type: object properties: @@ -226832,10 +227178,10 @@ webhooks: - from required: - owner - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226913,10 +227259,10 @@ webhooks: type: string enum: - unarchived - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226994,7 +227340,7 @@ webhooks: type: string enum: - create - alert: &754 + alert: &759 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -227119,10 +227465,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227332,10 +227678,10 @@ webhooks: type: string enum: - dismissed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227413,11 +227759,11 @@ webhooks: type: string enum: - reopen - alert: *754 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *759 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227619,10 +227965,10 @@ webhooks: enum: - fixed - open - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227700,17 +228046,17 @@ webhooks: type: string enum: - assigned - alert: &755 + alert: &760 type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri @@ -227815,10 +228161,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227896,11 +228242,11 @@ webhooks: type: string enum: - created - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227981,11 +228327,11 @@ webhooks: type: string enum: - created - alert: *755 - installation: *701 - location: *756 - organization: *702 - repository: *703 + alert: *760 + installation: *706 + location: *761 + organization: *707 + repository: *708 sender: *4 required: - location @@ -228223,11 +228569,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228305,11 +228651,11 @@ webhooks: type: string enum: - reopened - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228387,11 +228733,11 @@ webhooks: type: string enum: - resolved - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228469,12 +228815,12 @@ webhooks: type: string enum: - unassigned - alert: *755 + alert: *760 assignee: *4 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228552,11 +228898,11 @@ webhooks: type: string enum: - validated - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228686,10 +229032,10 @@ webhooks: - organization - enterprise - - repository: *703 - enterprise: *700 - installation: *701 - organization: *702 + repository: *708 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -228767,11 +229113,11 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - security_advisory: &757 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + security_advisory: &762 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228788,7 +229134,7 @@ webhooks: required: - vector_string - score - cvss_severities: *55 + cvss_severities: *61 cwes: type: array items: @@ -228957,11 +229303,11 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - security_advisory: *757 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + security_advisory: *762 sender: *4 required: - action @@ -229034,10 +229380,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -229055,7 +229401,7 @@ webhooks: required: - vector_string - score - cvss_severities: *55 + cvss_severities: *61 cwes: type: array items: @@ -229223,11 +229569,11 @@ webhooks: from: type: object properties: - security_and_analysis: *275 - enterprise: *700 - installation: *701 - organization: *702 - repository: *322 + security_and_analysis: *280 + enterprise: *705 + installation: *706 + organization: *707 + repository: *327 sender: *4 required: - changes @@ -229305,12 +229651,12 @@ webhooks: type: string enum: - cancelled - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: &758 + sponsorship: &763 type: object properties: created_at: @@ -229615,12 +229961,12 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - sponsorship @@ -229708,12 +230054,12 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -229790,17 +230136,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &759 + effective_date: &764 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: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - sponsorship @@ -229874,7 +230220,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &760 + changes: &765 type: object properties: tier: @@ -229918,13 +230264,13 @@ webhooks: - from required: - tier - effective_date: *759 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + effective_date: *764 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -230001,13 +230347,13 @@ webhooks: type: string enum: - tier_changed - changes: *760 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + changes: *765 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -230081,10 +230427,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230168,10 +230514,10 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230605,15 +230951,15 @@ webhooks: type: - string - 'null' - enterprise: *700 + enterprise: *705 id: description: The unique identifier of the status. type: integer - installation: *701 + installation: *706 name: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 sha: description: The Commit SHA. @@ -230723,15 +231069,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - parent_issue_repo: *71 + parent_issue: *81 + parent_issue_repo: *77 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - installation: *701 - organization: *702 - repository: *703 + sub_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -230815,15 +231161,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - parent_issue_repo: *71 + parent_issue: *81 + parent_issue_repo: *77 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - installation: *701 - organization: *702 - repository: *703 + sub_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -230907,15 +231253,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - sub_issue_repo: *71 + sub_issue: *81 + sub_issue_repo: *77 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - installation: *701 - organization: *702 - repository: *703 + parent_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -230999,15 +231345,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - sub_issue_repo: *71 + sub_issue: *81 + sub_issue_repo: *77 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - installation: *701 - organization: *702 - repository: *703 + parent_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -231084,12 +231430,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - team: &761 + team: &766 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -231319,9 +231665,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -231791,7 +232137,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -231867,9 +232213,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -232339,7 +232685,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -232416,9 +232762,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -232888,7 +233234,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -233032,9 +233378,9 @@ webhooks: - from required: - permissions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -233504,7 +233850,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - changes @@ -233582,9 +233928,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -234054,7 +234400,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -234130,10 +234476,10 @@ webhooks: type: string enum: - started - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -234206,17 +234552,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *700 + enterprise: *705 inputs: type: - object - 'null' additionalProperties: true - installation: *701 - organization: *702 + installation: *706 + organization: *707 ref: type: string - repository: *703 + repository: *708 sender: *4 workflow: type: string @@ -234298,10 +234644,10 @@ webhooks: type: string enum: - completed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: allOf: @@ -234557,7 +234903,7 @@ webhooks: type: string required: - conclusion - deployment: *475 + deployment: *480 required: - action - repository @@ -234636,10 +234982,10 @@ webhooks: type: string enum: - in_progress - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: allOf: @@ -234921,7 +235267,7 @@ webhooks: required: - status - steps - deployment: *475 + deployment: *480 required: - action - repository @@ -235000,10 +235346,10 @@ webhooks: type: string enum: - queued - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: type: object @@ -235149,7 +235495,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *475 + deployment: *480 required: - action - repository @@ -235228,10 +235574,10 @@ webhooks: type: string enum: - waiting - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: type: object @@ -235378,7 +235724,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *475 + deployment: *480 required: - action - repository @@ -235458,12 +235804,12 @@ webhooks: type: string enum: - completed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object @@ -236482,12 +236828,12 @@ webhooks: type: string enum: - in_progress - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object @@ -237491,12 +237837,12 @@ webhooks: type: string enum: - requested - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 614bdfd97..32291a8d0 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -9037,14 +9037,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -23928,6 +23920,658 @@ } } }, + "/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", + "examples": [ + "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", + "examples": [ + "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", @@ -31859,14 +32503,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -36031,14 +36667,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -39194,9 +39822,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -52679,14 +53304,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -55163,14 +55780,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -63407,14 +64016,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -67579,14 +68180,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -70742,9 +71335,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -74190,9 +74780,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -75579,9 +76166,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -88179,14 +88763,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -89975,14 +90551,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -92919,9 +93487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -95595,14 +96160,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -96656,14 +97213,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -99193,9 +99742,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -100991,9 +101537,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -101903,277 +102446,381 @@ } } } - } - }, - "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, - "examples": [ - "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.\\-_]+$", - "examples": [ - "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, + "examples": [ + "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.\\-_]+$", + "examples": [ + "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", + "null" + ], + "description": "The ID of the provenance attestation associated with the deployment record." + } + } + } + } + } + }, + "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", - "null" - ], - "description": "The ID of the provenance attestation associated with the deployment record." - } - } - } - } - } - }, - "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" } } } @@ -102406,6 +103053,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": { @@ -114733,9 +115432,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -117892,9 +118588,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -121849,9 +122542,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -124386,8 +125076,660 @@ } } }, - "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", + "examples": [ + "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", + "examples": [ + "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": { @@ -124417,7 +125759,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", - "subcategory": "copilot-metrics" + "subcategory": "copilot-usage-metrics" } } }, @@ -127805,9 +129147,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -129276,9 +130615,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -132387,14 +133723,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -136559,14 +137887,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -139722,9 +141042,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -154565,14 +155882,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -158267,9 +159576,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -160690,9 +161996,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -171475,9 +172778,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -172852,9 +174152,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -176255,9 +177552,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -178561,9 +179855,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -179182,6 +180473,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", @@ -179211,6 +180513,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" @@ -179363,7 +180705,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" ], @@ -179429,12 +180771,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": { @@ -179452,13 +180794,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" ] }, @@ -179489,6 +180880,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" + } } } } @@ -179532,6 +180934,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", @@ -179565,6 +180978,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" @@ -179896,6 +181349,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", @@ -179925,6 +181389,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" @@ -179993,7 +181497,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" ], @@ -180091,16 +181595,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 + ] + } } } } @@ -184475,14 +186042,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -188326,14 +189885,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -189479,14 +191030,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -195652,14 +197195,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -199503,14 +201038,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -200656,14 +202183,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -212645,9 +214164,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -213975,12 +215491,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -214759,14 +216269,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -216061,14 +217563,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -217018,14 +218512,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -234292,9 +235778,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -241905,9 +243388,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -245244,12 +246724,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -246028,14 +247502,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -247330,14 +248796,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -248287,14 +249745,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -250371,12 +251821,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -251155,14 +252599,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -252457,14 +253893,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -253414,14 +254842,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -260867,14 +262287,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261937,14 +263349,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -264875,9 +266279,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -265797,9 +267198,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -267833,9 +269231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -268755,9 +270150,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -271635,9 +273027,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -272557,9 +273946,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -279928,9 +281314,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -280850,9 +282233,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -317668,9 +319048,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -319655,9 +321032,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -321152,9 +322526,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -322987,9 +324358,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -338348,9 +339716,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -340514,9 +341879,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -342316,9 +343678,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -346143,9 +347502,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -354563,14 +355919,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -355716,14 +357064,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -360882,9 +362222,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -362308,9 +363645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -387930,14 +389264,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -392102,14 +393428,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -395265,9 +396583,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -398618,9 +399933,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -399886,12 +401198,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -400670,14 +401976,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -401972,14 +403270,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -402929,14 +404219,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -415326,9 +416608,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -416886,9 +418165,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -419866,14 +421142,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -424005,14 +425273,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -434321,14 +435581,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -440069,14 +441321,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -445613,14 +446857,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -449984,14 +451220,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -454113,14 +455341,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -458039,14 +459259,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -464355,14 +465567,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -468368,14 +469572,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -472465,14 +473661,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -476584,14 +477772,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -494142,14 +495322,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -499308,14 +500480,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -503331,14 +504495,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -507322,14 +508478,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -511418,14 +512566,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -526212,14 +527352,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -537647,9 +538779,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -544428,14 +545557,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -545581,14 +546702,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -549017,14 +550130,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -550163,14 +551268,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -557064,14 +558161,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -558210,14 +559299,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -561914,14 +562995,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -563060,14 +564133,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -565807,9 +566872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -567609,9 +568671,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -575091,14 +576150,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -576244,14 +577295,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -579766,14 +580809,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -580919,14 +581954,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -589760,6 +590787,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": { @@ -590652,6 +591705,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": { @@ -593085,6 +594164,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": { @@ -625031,12 +626136,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -625815,14 +626914,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -627117,14 +628208,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628074,14 +629157,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -633995,9 +635070,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -635506,12 +636578,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -636290,14 +637356,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -637592,14 +638650,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -638549,14 +639599,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -640195,9 +641237,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -642592,9 +643631,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -644282,9 +645318,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -646736,14 +647769,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -649614,9 +650639,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -655324,9 +656346,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -660836,9 +661855,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -663193,9 +664209,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -664995,9 +666008,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -667106,9 +668116,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -669264,9 +670271,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -671238,9 +672242,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -674122,12 +675123,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -674906,14 +675901,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -676208,14 +677195,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -677165,14 +678144,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -679742,9 +680713,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -681804,9 +682772,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -683601,9 +684566,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -689599,14 +690561,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -692544,14 +693498,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -703519,9 +704465,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -704835,9 +705778,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -707487,14 +708427,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -708831,12 +709763,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -709615,14 +710541,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -710917,14 +711835,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -711874,14 +712784,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -713841,9 +714743,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -717306,14 +718205,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -718407,14 +719298,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -719825,9 +720708,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -723946,14 +724826,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -727797,14 +728669,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -728950,14 +729814,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -733831,9 +734687,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -736942,14 +737795,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -741114,14 +741959,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -744277,9 +745114,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -749599,14 +750433,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -753771,14 +754597,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -756934,9 +757752,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -762266,14 +763081,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -766438,14 +767245,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -769601,9 +770400,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -776205,9 +777001,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -777582,9 +778375,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -786185,14 +786975,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -790036,14 +790818,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -791189,14 +791963,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -802164,14 +802930,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -806336,14 +807094,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -809499,9 +810249,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -814817,14 +815564,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -818989,14 +819728,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -822152,9 +822883,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -825529,9 +826257,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -828135,14 +828860,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -829101,14 +829818,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -830092,9 +830801,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -831922,14 +832628,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -833912,14 +834610,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -835902,14 +836592,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -838072,14 +838754,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -840410,14 +841084,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -842994,9 +843660,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -845284,14 +845947,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -848033,9 +848688,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -850323,14 +850975,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -853072,9 +853716,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -855362,14 +856003,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -858124,9 +858757,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -860414,14 +861044,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -863527,14 +864149,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -866329,14 +866943,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -869125,14 +869731,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -871607,14 +872205,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -874216,14 +874806,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -876650,14 +877232,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -879170,14 +879744,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -881608,14 +882174,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -883988,14 +884546,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -886464,14 +887014,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -888692,14 +889234,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -890703,14 +891237,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -894874,14 +895400,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -897050,14 +897568,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -900003,14 +900513,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -902955,14 +903457,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -905907,14 +906401,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -908859,14 +909345,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -911811,14 +912289,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -914763,14 +915233,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -917715,14 +918177,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -920667,14 +921121,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -922710,14 +923156,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -924753,14 +925191,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -927400,14 +927830,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -931865,14 +932287,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -933011,14 +933425,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -934968,14 +935374,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -937139,14 +937537,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -940272,14 +940662,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -943343,14 +943725,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -947874,14 +948248,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -951509,14 +951875,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -954058,14 +954416,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -956544,14 +956894,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -959246,14 +959588,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -961949,14 +962283,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -964671,14 +964997,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -967158,14 +967476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -969643,14 +969953,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -972155,14 +972457,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -974683,14 +974977,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -977169,14 +977455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -979654,14 +979932,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -982139,14 +982409,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -984413,14 +984675,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -986628,14 +986882,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -989216,14 +989462,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -991744,14 +991982,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -994230,14 +994460,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -996715,14 +996937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -999639,14 +999853,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1001943,14 +1002149,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1004972,14 +1005170,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1008099,14 +1008289,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1011131,14 +1011313,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1014190,14 +1014364,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1017363,14 +1017529,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1020502,14 +1020660,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1022650,14 +1022800,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1025682,14 +1025824,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1030204,14 +1030338,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1034718,14 +1034844,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1039250,14 +1039368,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1043772,14 +1043882,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1048293,14 +1048395,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1051026,14 +1051120,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1054709,14 +1054795,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1057252,14 +1057330,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1058518,14 +1058588,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1061250,14 +1061312,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1064933,14 +1064987,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1067476,14 +1067522,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1068742,14 +1068780,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1071474,14 +1071504,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1074017,14 +1074039,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1076114,14 +1076128,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1078966,14 +1078972,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1081698,14 +1081696,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1084241,14 +1084231,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1086338,14 +1086320,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1089190,14 +1089164,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1093668,14 +1093634,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1098268,14 +1098226,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1102639,14 +1102589,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1107204,14 +1107146,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1111652,14 +1111586,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1116070,14 +1115996,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1120449,14 +1120367,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1125012,14 +1124922,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1128441,11 +1128343,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", @@ -1132405,14 +1132302,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1136775,14 +1136664,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1141150,14 +1141031,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1144618,11 +1144491,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1148555,14 +1148423,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1153000,14 +1152860,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1157479,14 +1157331,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1161899,14 +1161743,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1166276,14 +1166112,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1170646,14 +1170474,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1175090,14 +1174910,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1177125,14 +1176937,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1179158,14 +1178962,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1181234,14 +1181030,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1183469,14 +1183257,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1185706,14 +1185486,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1187940,14 +1187712,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1190169,14 +1189933,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1192402,14 +1192158,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1194525,14 +1194273,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1196652,14 +1196392,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1198745,14 +1198477,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1200837,14 +1200561,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1203064,14 +1202780,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1205231,14 +1204939,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1207266,14 +1206966,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1209385,14 +1209077,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1211572,14 +1211256,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1213755,14 +1213431,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1215939,14 +1215607,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1218165,14 +1217825,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1220349,14 +1220001,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1222440,14 +1222084,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1224531,14 +1224167,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1226669,14 +1226297,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1228806,14 +1228426,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1230963,14 +1230575,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1233201,14 +1232805,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1235352,14 +1234948,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1238243,14 +1237831,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1240879,14 +1240459,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1243016,14 +1242588,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1248387,14 +1247951,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1250734,14 +1250290,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1252893,14 +1252441,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1255060,14 +1254600,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1257242,14 +1256774,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1259534,14 +1259058,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1261696,14 +1261212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1263739,14 +1263247,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1265786,14 +1265286,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1267846,14 +1267338,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1269889,14 +1269373,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1272051,14 +1271527,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1274218,14 +1273686,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1276411,14 +1275871,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1278572,14 +1278024,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1293800,14 +1293244,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1295701,11 +1295137,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1296549,11 +1295980,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1298995,14 +1298421,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1300781,11 +1300199,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1301636,11 +1301049,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1304084,14 +1303492,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1305883,11 +1305283,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1306725,11 +1306120,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1309173,14 +1308563,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1312175,14 +1311557,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1313321,14 +1312695,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1315337,14 +1314703,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1318339,14 +1317697,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1319485,14 +1318835,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1321501,14 +1320843,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1323591,11 +1322925,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1324438,11 +1323767,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1326877,14 +1326201,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1328674,11 +1327990,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1329521,11 +1328832,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1331979,14 +1331285,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1335043,14 +1334341,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1336189,14 +1335479,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1338205,14 +1337487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1340003,11 +1339277,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1340850,11 +1340119,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1343291,14 +1342555,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1345135,11 +1344391,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1345983,11 +1345234,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1348430,14 +1347676,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1350230,11 +1349468,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1351078,11 +1350311,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1353524,14 +1352752,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1355614,11 +1354834,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1356461,11 +1355676,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1358900,14 +1358110,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1361901,14 +1361103,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1363047,14 +1362241,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1365063,14 +1364249,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1368065,14 +1367243,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1369211,14 +1368381,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1371227,14 +1370389,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1374229,14 +1373383,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1375375,14 +1374521,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1377391,14 +1376529,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1379561,11 +1378691,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1380391,11 +1379516,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1382702,14 +1381822,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1384867,11 +1383979,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1385697,11 +1384804,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1387998,14 +1387100,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1390184,11 +1389278,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1391014,11 +1390103,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1393316,14 +1392400,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1395111,11 +1394187,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1395941,11 +1395012,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1398254,14 +1397320,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1403300,14 +1402358,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1405317,11 +1404367,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1406159,11 +1405204,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1408611,14 +1407651,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1410422,11 +1409454,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1411264,11 +1410291,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1413716,14 +1412738,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1415669,11 +1414683,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1416511,11 +1415520,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1418956,14 +1417960,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1420770,11 +1419766,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1421612,11 +1420603,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1424048,14 +1423034,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1425980,11 +1424958,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1426813,11 +1425786,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1429127,14 +1428095,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1431131,11 +1430091,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1431930,11 +1430885,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1434209,14 +1433159,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1436397,11 +1435339,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1437190,11 +1436127,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1439458,14 +1438390,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1441660,11 +1440584,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1442502,11 +1441421,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1444948,14 +1443862,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1446854,11 +1445760,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1447702,11 +1446603,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1450149,14 +1449045,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1451992,11 +1450880,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1452840,11 +1451723,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1455286,14 +1454164,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1457082,11 +1455952,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1457927,11 +1456792,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1460361,14 +1459221,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1461962,11 +1460814,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1464648,14 +1463495,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1467187,14 +1466026,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1469622,14 +1468453,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1472058,14 +1470881,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1474547,14 +1473362,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1476989,14 +1475796,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1479427,14 +1478226,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1481862,14 +1480653,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1484300,14 +1483083,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1486290,14 +1485065,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1490241,14 +1489008,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1494192,14 +1492951,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1496183,14 +1494934,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1498174,14 +1496917,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1500173,14 +1498908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1502222,14 +1500949,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1504207,14 +1502926,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1506204,14 +1504915,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1508195,14 +1506898,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1510213,14 +1508908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1512205,14 +1510892,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1515517,14 +1514196,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1518829,14 +1517500,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1525239,14 +1523902,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1527231,14 +1525886,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1529395,14 +1528042,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1531569,14 +1530208,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1533732,14 +1532363,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1535895,14 +1534518,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1538898,14 +1537513,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1541733,14 +1540340,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1544826,14 +1543425,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1547837,14 +1546428,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1550672,14 +1549255,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1553507,14 +1552082,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1556510,14 +1555077,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1559345,14 +1557904,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1561181,14 +1559732,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1563387,14 +1561930,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1565583,14 +1564118,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1567779,14 +1566306,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1569838,12 +1568357,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -1570622,14 +1569135,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1571924,14 +1570429,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1572881,14 +1571378,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1574803,14 +1573292,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1577116,14 +1575597,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1579446,14 +1577919,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1581764,14 +1580229,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1584140,14 +1582597,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1586513,14 +1584962,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1588827,14 +1587268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1590825,14 +1589258,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1593319,14 +1591744,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1596084,14 +1594501,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1598627,14 +1597036,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1600724,14 +1599125,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1603576,14 +1601969,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1606310,14 +1604695,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1608853,14 +1607230,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1610950,14 +1609319,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1613802,14 +1612163,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1616536,14 +1614889,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1619079,14 +1617424,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1621176,14 +1619513,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1624028,14 +1622357,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1626762,14 +1625083,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1629305,14 +1627618,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1631402,14 +1629707,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1634254,14 +1632551,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1636240,14 +1634529,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1645043,14 +1643324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1647036,14 +1645309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1649029,14 +1647294,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1652076,14 +1650333,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1655161,14 +1653410,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1658069,14 +1656310,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1660978,14 +1659211,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1664273,14 +1662498,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1667550,14 +1665767,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 295af1ebd..e06d7307a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -446,7 +446,7 @@ paths: required: false schema: type: string - - &53 + - &59 name: direction description: The direction to sort the results by. in: query @@ -664,7 +664,7 @@ paths: - vulnerable_version_range - first_patched_version - vulnerable_functions - cvss_severities: &55 + cvss_severities: &61 type: - object - 'null' @@ -711,7 +711,7 @@ paths: required: - vector_string - score - epss: &56 + epss: &62 type: - object - 'null' @@ -874,7 +874,7 @@ paths: - subscriptions_url - type - url - type: &308 + type: &313 type: string description: The type of credit the user is receiving. enum: @@ -1006,7 +1006,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &117 + schema: &122 title: Validation Error Simple description: Validation Error Simple type: object @@ -1039,7 +1039,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &625 + - &630 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1624,7 +1624,7 @@ paths: schema: type: integer default: 30 - - &199 + - &204 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 @@ -1640,7 +1640,7 @@ paths: application/json: schema: type: array - items: &200 + items: &205 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1736,7 +1736,7 @@ paths: - installation_id - repository_id examples: - default: &201 + default: &206 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1799,7 +1799,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &116 + schema: &121 title: Validation Error description: Validation Error type: object @@ -1871,7 +1871,7 @@ paths: description: Response content: application/json: - schema: &202 + schema: &207 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2006,7 +2006,7 @@ paths: - request - response examples: - default: &203 + default: &208 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2210,7 +2210,7 @@ paths: parameters: - *17 - *19 - - &80 + - &86 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) @@ -2806,7 +2806,7 @@ paths: suspended_at: suspended_by: headers: - Link: &59 + Link: &65 example: ; rel="next", ; rel="last" schema: @@ -2996,7 +2996,7 @@ paths: - selected repositories: type: array - items: &71 + items: &77 title: Repository description: A repository on GitHub. type: object @@ -3023,7 +3023,7 @@ paths: license: anyOf: - type: 'null' - - &77 + - &83 title: License Simple description: License Simple type: object @@ -3376,12 +3376,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -5405,7 +5399,7 @@ paths: responses: '202': *37 '422': *7 - '500': &107 + '500': &53 description: Internal Error content: application/json: @@ -7555,7 +7549,7 @@ paths: required: true content: application/json: - schema: &129 + schema: &134 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -8260,7 +8254,7 @@ paths: description: Response content: application/json: - schema: &177 + schema: &182 type: array description: A list of default code security configurations items: @@ -8276,7 +8270,7 @@ paths: default configuration: *47 examples: - default: &178 + default: &183 value: - default_for_new_repos: public configuration: @@ -8616,7 +8610,7 @@ paths: - *38 - *49 responses: - '204': &179 + '204': &184 description: A header with no content is returned. '400': *14 '403': *27 @@ -8743,7 +8737,7 @@ paths: default: value: default_for_new_repos: all - configuration: &176 + configuration: &181 value: id: 1325 target_type: organization @@ -8828,7 +8822,7 @@ paths: application/json: schema: type: array - items: &180 + items: &185 type: object description: Repositories associated with a code security configuration and attachment status @@ -8846,7 +8840,7 @@ paths: - failed - updating - removed_by_enterprise - repository: &58 + repository: &64 title: Simple Repository description: A GitHub repository. type: object @@ -9173,7 +9167,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &181 + repository: &186 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -9248,6 +9242,213 @@ 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: + - *38 + - &54 + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + examples: + - '2025-10-13' + responses: + '200': + description: Response + content: + application/json: + schema: &55 + 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: &56 + 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': *53 + '403': *27 + '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: + - *38 + responses: + '200': + description: Response + content: + application/json: + schema: &57 + 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: &58 + 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': *53 + '403': *27 + '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: + - *38 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *38 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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 @@ -9267,7 +9468,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *38 - - &185 + - &190 name: state in: query description: |- @@ -9276,7 +9477,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &186 + - &191 name: severity in: query description: |- @@ -9285,7 +9486,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &187 + - &192 name: ecosystem in: query description: |- @@ -9294,14 +9495,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &188 + - &193 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 - - &189 + - &194 name: epss_percentage in: query description: |- @@ -9313,7 +9514,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 - - &465 + - &470 name: has in: query description: |- @@ -9327,7 +9528,7 @@ paths: type: string enum: - patch - - &190 + - &195 name: assignee in: query description: |- @@ -9336,7 +9537,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &191 + - &196 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -9346,7 +9547,7 @@ paths: enum: - development - runtime - - &192 + - &197 name: sort in: query description: |- @@ -9361,7 +9562,7 @@ paths: - updated - epss_percentage default: created - - *53 + - *59 - *45 - *46 - *17 @@ -9372,11 +9573,11 @@ paths: application/json: schema: type: array - items: &193 + items: &198 type: object description: A Dependabot alert. properties: - number: &166 + number: &171 type: integer description: The security alert number. readOnly: true @@ -9394,7 +9595,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &54 + package: &60 type: object description: Details for the vulnerable package. readOnly: true @@ -9442,7 +9643,7 @@ paths: - direct - transitive - - security_advisory: &466 + security_advisory: &471 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9473,13 +9674,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &57 + items: &63 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *54 + package: *60 severity: type: string description: The severity of the vulnerability. @@ -9525,8 +9726,8 @@ paths: - medium - high - critical - cvss_severities: *55 - epss: *56 + cvss_severities: *61 + epss: *62 cwes: type: array description: Details for the advisory pertaining to Common @@ -9625,30 +9826,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *57 - url: &169 + security_vulnerability: *63 + url: &174 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &170 + html_url: &175 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &167 + created_at: &172 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: &168 + updated_at: &173 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: &172 + dismissed_at: &177 type: - string - 'null' @@ -9679,7 +9880,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &171 + fixed_at: &176 type: - string - 'null' @@ -9687,7 +9888,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &467 + auto_dismissed_at: &472 type: - string - 'null' @@ -9695,7 +9896,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &468 + dismissal_request: &473 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -9739,7 +9940,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *58 + repository: *64 required: - number - state @@ -9758,7 +9959,7 @@ paths: - repository additionalProperties: false examples: - default: &194 + default: &199 value: - number: 2 state: dismissed @@ -10127,7 +10328,7 @@ paths: application/json: schema: type: array - items: &60 + items: &66 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -10205,7 +10406,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -10280,9 +10481,9 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: &68 + default: &74 value: id: 1 name: Justice League @@ -10311,7 +10512,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *38 - - &61 + - &67 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -10330,7 +10531,7 @@ paths: type: array items: *4 examples: - default: &62 + default: &68 value: - login: octocat id: 1 @@ -10351,7 +10552,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10369,7 +10570,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10400,7 +10601,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10418,7 +10619,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10449,7 +10650,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10467,8 +10668,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *38 - - *61 - - &63 + - *67 + - &69 name: username description: The handle for the GitHub user account. in: path @@ -10482,7 +10683,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &64 + exampleKey1: &70 value: login: octocat id: 1 @@ -10518,8 +10719,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *38 - - *61 - - *63 + - *67 + - *69 responses: '201': description: Successfully added team member @@ -10527,7 +10728,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *64 + exampleKey1: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10545,8 +10746,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *38 - - *61 - - *63 + - *67 + - *69 responses: '204': description: Response @@ -10568,7 +10769,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *38 - - *61 + - *67 - *17 - *19 responses: @@ -10578,7 +10779,7 @@ paths: application/json: schema: type: array - items: &65 + items: &71 title: Organization Simple description: A GitHub organization. type: object @@ -10650,7 +10851,7 @@ paths: - avatar_url - description examples: - default: &66 + default: &72 value: login: github id: 1 @@ -10681,7 +10882,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10709,9 +10910,9 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: &104 + default: &110 value: - login: github id: 1 @@ -10742,7 +10943,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10783,8 +10984,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *38 - - *61 - - &67 + - *67 + - &73 name: org description: The organization name. The name is not case sensitive. in: path @@ -10796,9 +10997,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *65 + schema: *71 examples: - default: *66 + default: *72 '404': description: The team is not assigned to the organization x-github: @@ -10817,16 +11018,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *38 - - *61 - *67 + - *73 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *65 + schema: *71 examples: - default: *66 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10843,8 +11044,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *38 - - *61 - *67 + - *73 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -10868,7 +11069,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *38 - - &69 + - &75 name: team_slug description: The slug of the team name. in: path @@ -10880,11 +11081,11 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: *68 + default: *74 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -10902,7 +11103,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *38 - - *69 + - *75 requestBody: required: true content: @@ -10960,11 +11161,11 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: *68 + default: *74 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -10985,7 +11186,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *38 - - *69 + - *75 responses: '204': description: Response @@ -11023,7 +11224,7 @@ paths: application/json: schema: type: array - items: &99 + items: &105 title: Event description: Event type: object @@ -11034,7 +11235,7 @@ paths: type: - string - 'null' - actor: &70 + actor: &76 title: Actor description: Actor type: object @@ -11075,7 +11276,7 @@ paths: - id - name - url - org: *70 + org: *76 payload: oneOf: - title: CreateEvent @@ -11122,7 +11323,7 @@ paths: properties: action: type: string - discussion: &716 + discussion: &721 title: Discussion description: A Discussion in a repository. type: object @@ -11419,7 +11620,7 @@ paths: - id labels: type: array - items: &74 + items: &80 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -11502,7 +11703,7 @@ paths: properties: action: type: string - issue: &75 + issue: &81 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -11619,7 +11820,7 @@ paths: milestone: anyOf: - type: 'null' - - &260 + - &265 title: Milestone description: A collection of related issues and pull requests. @@ -11796,7 +11997,7 @@ paths: timeline_url: type: string format: uri - type: &224 + type: &229 title: Issue Type description: The type of issue. type: @@ -11850,12 +12051,12 @@ paths: - node_id - name - description - repository: *71 + repository: *77 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &72 + author_association: &78 title: author_association type: string description: How the author is associated with the @@ -11871,7 +12072,7 @@ paths: - OWNER examples: - OWNER - reactions: &73 + reactions: &79 title: Reaction Rollup type: object properties: @@ -11907,7 +12108,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &637 + sub_issues_summary: &642 title: Sub-issues Summary type: object properties: @@ -11931,7 +12132,7 @@ paths: pinned_comment: anyOf: - type: 'null' - - &76 + - &82 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11982,16 +12183,16 @@ paths: issue_url: type: string format: uri - author_association: *72 + author_association: *78 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *73 + reactions: *79 pin: anyOf: - type: 'null' - - &538 + - &543 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -12018,7 +12219,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &638 + issue_dependencies_summary: &643 title: Issue Dependencies Summary type: object properties: @@ -12037,7 +12238,7 @@ paths: - total_blocking issue_field_values: type: array - items: &523 + items: &528 title: Issue Field Value description: A value assigned to an issue field type: object @@ -12136,10 +12337,10 @@ paths: assignees: type: array items: *4 - label: *74 + label: *80 labels: type: array - items: *74 + items: *80 required: - action - issue @@ -12148,8 +12349,8 @@ paths: properties: action: type: string - issue: *75 - comment: *76 + issue: *81 + comment: *82 required: - action - issue @@ -12313,8 +12514,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -12330,7 +12529,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 allow_forking: type: boolean is_template: @@ -12421,7 +12620,7 @@ paths: type: string number: type: integer - pull_request: &78 + pull_request: &84 title: Pull Request Minimal type: object properties: @@ -12492,10 +12691,10 @@ paths: assignees: type: array items: *4 - label: *74 + label: *80 labels: type: array - items: *74 + items: *80 required: - action - number @@ -12505,7 +12704,7 @@ paths: properties: action: type: string - pull_request: *78 + pull_request: *84 comment: type: object properties: @@ -12759,7 +12958,7 @@ paths: - pull_request updated_at: type: string - pull_request: *78 + pull_request: *84 required: - action - review @@ -12808,7 +13007,7 @@ paths: updated_at: type: string format: date-time - reactions: *73 + reactions: *79 required: - action - comment @@ -12819,7 +13018,7 @@ paths: type: string release: allOf: - - &570 + - &575 title: Release description: A release. type: object @@ -12901,7 +13100,7 @@ paths: author: *4 assets: type: array - items: &571 + items: &576 title: Release Asset description: Data related to a release. type: object @@ -12976,7 +13175,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *73 + reactions: *79 required: - assets_url - upload_url @@ -13069,7 +13268,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': &108 + '503': &113 description: Service unavailable content: application/json: @@ -13171,7 +13370,7 @@ paths: _links: type: object properties: - timeline: &79 + timeline: &85 title: Link With Type description: Hypermedia Link with Type type: object @@ -13183,17 +13382,17 @@ paths: required: - href - type - user: *79 - security_advisories: *79 - current_user: *79 - current_user_public: *79 - current_user_actor: *79 - current_user_organization: *79 + user: *85 + security_advisories: *85 + current_user: *85 + current_user_public: *85 + current_user_actor: *85 + current_user_organization: *85 current_user_organizations: type: array - items: *79 - repository_discussions: *79 - repository_discussions_category: *79 + items: *85 + repository_discussions: *85 + repository_discussions_category: *85 required: - timeline - user @@ -13255,7 +13454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *80 + - *86 - *17 - *19 responses: @@ -13265,7 +13464,7 @@ paths: application/json: schema: type: array - items: &81 + items: &87 title: Base Gist description: Base Gist type: object @@ -13351,7 +13550,7 @@ paths: - created_at - updated_at examples: - default: &82 + default: &88 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13396,7 +13595,7 @@ paths: site_admin: false truncated: false headers: - Link: *59 + Link: *65 '304': *35 '403': *27 x-github: @@ -13475,7 +13674,7 @@ paths: description: Response content: application/json: - schema: &83 + schema: &89 title: Gist Simple description: Gist Simple type: object @@ -13642,7 +13841,7 @@ paths: truncated: type: boolean examples: - default: &84 + default: &90 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -13746,7 +13945,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *80 + - *86 - *17 - *19 responses: @@ -13756,11 +13955,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '403': *27 @@ -13780,7 +13979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *80 + - *86 - *17 - *19 responses: @@ -13790,11 +13989,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '401': *23 '304': *35 '403': *27 @@ -13820,7 +14019,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &85 + - &91 name: gist_id description: The unique identifier of the gist. in: path @@ -13832,10 +14031,10 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - default: *84 - '403': &88 + default: *90 + '403': &94 description: Forbidden Gist content: application/json: @@ -13884,7 +14083,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *85 + - *91 requestBody: required: true content: @@ -13948,9 +14147,9 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - updateGist: *84 + updateGist: *90 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -14108,7 +14307,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -14137,7 +14336,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *85 + - *91 - *17 - *19 responses: @@ -14147,7 +14346,7 @@ paths: application/json: schema: type: array - items: &86 + items: &92 title: Gist Comment description: A comment made to a gist. type: object @@ -14185,7 +14384,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *72 + author_association: *78 required: - url - id @@ -14225,7 +14424,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -14250,7 +14449,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *85 + - *91 requestBody: required: true content: @@ -14276,9 +14475,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: &87 + default: &93 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14336,8 +14535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *85 - - &89 + - *91 + - &95 name: comment_id description: The unique identifier of the comment. in: path @@ -14350,12 +14549,12 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: *87 + default: *93 '304': *35 '404': *6 - '403': *88 + '403': *94 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14377,8 +14576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *85 - - *89 + - *91 + - *95 requestBody: required: true content: @@ -14404,9 +14603,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: *87 + default: *93 '404': *6 x-github: githubCloudOnly: false @@ -14423,8 +14622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *85 - - *89 + - *91 + - *95 responses: '204': description: Response @@ -14447,7 +14646,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *85 + - *91 - *17 - *19 responses: @@ -14548,7 +14747,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *85 + - *91 - *17 - *19 responses: @@ -14558,7 +14757,7 @@ paths: application/json: schema: type: array - items: *83 + items: *89 examples: default: value: @@ -14604,7 +14803,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 '304': *35 '403': *27 @@ -14623,13 +14822,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *85 + - *91 responses: '201': description: Response content: application/json: - schema: *81 + schema: *87 examples: default: value: @@ -14700,7 +14899,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *85 + - *91 responses: '204': description: Response if gist is starred @@ -14730,7 +14929,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -14752,7 +14951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -14781,7 +14980,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *85 + - *91 - name: sha in: path required: true @@ -14792,9 +14991,9 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - default: *84 + default: *90 '422': *15 '404': *6 '403': *27 @@ -14957,7 +15156,7 @@ paths: type: array items: allOf: - - *71 + - *77 repository_selection: type: string examples: @@ -15081,7 +15280,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '403': *27 '304': *35 '401': *23 @@ -15165,7 +15364,7 @@ paths: - closed - all default: open - - &227 + - &232 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15183,8 +15382,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - name: collab in: query required: false @@ -15214,9 +15413,9 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: &228 + default: &233 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15461,7 +15660,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '404': *6 @@ -15496,7 +15695,7 @@ paths: application/json: schema: type: array - items: *77 + items: *83 examples: default: value: @@ -15794,7 +15993,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &90 + X-CommonMarker-Version: &96 example: 0.17.4 schema: type: string @@ -15849,7 +16048,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *90 + X-CommonMarker-Version: *96 content: text/html: schema: @@ -15878,7 +16077,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &93 + - &99 name: account_id description: account_id parameter in: path @@ -15890,7 +16089,7 @@ paths: description: Response content: application/json: - schema: &92 + schema: &98 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -15924,7 +16123,7 @@ paths: - 'null' id: type: integer - plan: &91 + plan: &97 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -16027,7 +16226,7 @@ paths: - 'null' updated_at: type: string - plan: *91 + plan: *97 required: - url - id @@ -16035,7 +16234,7 @@ paths: - login - marketplace_purchase examples: - default: &94 + default: &100 value: url: https://api.github.com/orgs/github type: Organization @@ -16120,9 +16319,9 @@ paths: application/json: schema: type: array - items: *91 + items: *97 examples: - default: &95 + default: &101 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -16140,7 +16339,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '404': *6 '401': *23 x-github: @@ -16162,14 +16361,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &96 + - &102 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &97 + - &103 name: sort description: The property to sort the results by. in: query @@ -16199,9 +16398,9 @@ paths: application/json: schema: type: array - items: *92 + items: *98 examples: - default: &98 + default: &104 value: - url: https://api.github.com/orgs/github type: Organization @@ -16252,7 +16451,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '404': *6 '422': *15 '401': *23 @@ -16275,15 +16474,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *93 + - *99 responses: '200': description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *94 + default: *100 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -16315,11 +16514,11 @@ paths: application/json: schema: type: array - items: *91 + items: *97 examples: - default: *95 + default: *101 headers: - Link: *59 + Link: *65 '401': *23 x-github: githubCloudOnly: false @@ -16340,8 +16539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *96 - - *97 + - *102 + - *103 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16361,11 +16560,11 @@ paths: application/json: schema: type: array - items: *92 + items: *98 examples: - default: *98 + default: *104 headers: - Link: *59 + Link: *65 '401': *23 x-github: githubCloudOnly: false @@ -16628,14 +16827,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &319 + - &324 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &320 + - &325 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -16652,7 +16851,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -16697,7 +16896,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &323 + '301': &328 description: Moved permanently content: application/json: @@ -16719,7 +16918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &546 + - &551 name: all description: If `true`, show notifications marked as read. in: query @@ -16727,7 +16926,7 @@ paths: schema: type: boolean default: false - - &547 + - &552 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16736,8 +16935,8 @@ paths: schema: type: boolean default: false - - *80 - - &548 + - *86 + - &553 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: @@ -16762,14 +16961,14 @@ paths: application/json: schema: type: array - items: &100 + items: &106 title: Thread description: Thread type: object properties: id: type: string - repository: &148 + repository: &153 title: Minimal Repository description: Minimal Repository type: object @@ -17029,8 +17228,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -17119,7 +17316,7 @@ paths: type: boolean examples: - false - security_and_analysis: &275 + security_and_analysis: &280 type: - object - 'null' @@ -17323,7 +17520,7 @@ paths: - url - subscription_url examples: - default: &549 + default: &554 value: - id: '1' repository: @@ -17405,7 +17602,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -17489,7 +17686,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &101 + - &107 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 @@ -17503,7 +17700,7 @@ paths: description: Response content: application/json: - schema: *100 + schema: *106 examples: default: value: @@ -17605,7 +17802,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *101 + - *107 responses: '205': description: Reset Content @@ -17627,7 +17824,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *101 + - *107 responses: '204': description: No content @@ -17650,13 +17847,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *101 + - *107 responses: '200': description: Response content: application/json: - schema: &102 + schema: &108 title: Thread Subscription description: Thread Subscription type: object @@ -17700,7 +17897,7 @@ paths: - url - subscribed examples: - default: &103 + default: &109 value: subscribed: true ignored: false @@ -17731,7 +17928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *101 + - *107 requestBody: required: false content: @@ -17752,9 +17949,9 @@ paths: description: Response content: application/json: - schema: *102 + schema: *108 examples: - default: *103 + default: *109 '304': *35 '403': *27 '401': *23 @@ -17777,7 +17974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *101 + - *107 responses: '204': description: Response @@ -17872,9 +18069,9 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: Link: example: ; rel="next" @@ -17901,13 +18098,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &105 + schema: &111 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -17941,12 +18138,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *105 + schema: *111 examples: selected_actions: *40 responses: @@ -17975,13 +18172,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &106 + schema: &112 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -18015,12 +18212,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *106 + schema: *112 examples: selected_actions: *42 responses: @@ -18049,7 +18246,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: - - *67 + - *73 - name: page in: query description: The page number of results to fetch. @@ -18095,7 +18292,7 @@ paths: items: anyOf: - type: 'null' - - *58 + - *64 additionalProperties: false examples: default: @@ -18200,7 +18397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -18266,7 +18463,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *67 + - *73 requestBody: required: true content: @@ -18316,7 +18513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *67 + - *73 - name: page description: The page number of the results to fetch. in: query @@ -18473,7 +18670,7 @@ paths: total_count: 3 '404': *6 '403': *27 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18494,8 +18691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *67 - - &109 + - *73 + - &114 name: budget_id description: The ID corresponding to the budget. in: path @@ -18597,8 +18794,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18618,8 +18815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *67 - - *109 + - *73 + - *114 requestBody: required: true content: @@ -18811,8 +19008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *67 - - *109 + - *73 + - *114 responses: '200': description: Response when deleting a budget @@ -18838,8 +19035,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18859,8 +19056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *67 - - &110 + - *73 + - &115 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, @@ -18869,7 +19066,7 @@ paths: required: false schema: type: integer - - &112 + - &117 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 @@ -18878,7 +19075,7 @@ paths: required: false schema: type: integer - - &111 + - &116 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 @@ -18893,14 +19090,14 @@ paths: required: false schema: type: string - - &693 + - &698 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &113 + - &118 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -19016,8 +19213,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19037,9 +19234,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *67 - - *110 - - &694 + - *73 + - *115 + - &699 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 @@ -19048,7 +19245,7 @@ paths: required: false schema: type: integer - - *111 + - *116 responses: '200': description: Billing usage report response for an organization @@ -19123,8 +19320,8 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19147,19 +19344,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *67 - - *110 - - *112 - - *111 - - &695 + - *73 + - *115 + - *117 + - *116 + - &700 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *113 - - &696 + - *118 + - &701 name: sku description: The SKU to query for usage. in: query @@ -19269,8 +19466,8 @@ paths: netAmount: 8.0 '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19296,13 +19493,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &114 + schema: &119 title: Organization Full description: Organization Full type: object @@ -19691,7 +19888,7 @@ paths: - updated_at - archived_at examples: - default-response: &115 + default-response: &120 value: login: github id: 1 @@ -19790,7 +19987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *67 + - *73 requestBody: required: false content: @@ -20003,17 +20200,17 @@ paths: description: Response content: application/json: - schema: *114 + schema: *119 examples: - default: *115 + default: *120 '422': description: Validation failed content: application/json: schema: oneOf: - - *116 - - *117 + - *121 + - *122 '409': *52 x-github: githubCloudOnly: false @@ -20037,7 +20234,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *67 + - *73 responses: '202': *37 '404': *6 @@ -20063,7 +20260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -20089,7 +20286,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20110,7 +20307,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: - - *67 + - *73 - *17 - *19 responses: @@ -20128,7 +20325,7 @@ paths: type: integer repository_cache_usages: type: array - items: &330 + items: &335 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -20166,7 +20363,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20186,7 +20383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -20204,7 +20401,7 @@ paths: type: integer runners: type: array - items: &118 + items: &123 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -20267,7 +20464,7 @@ paths: - size_gb - display_name - source - machine_size_details: &126 + machine_size_details: &131 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -20376,7 +20573,7 @@ paths: - public_ip_enabled - platform examples: - default: &147 + default: &152 value: total_count: 2 runners: @@ -20418,7 +20615,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20436,7 +20633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -20514,9 +20711,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: &127 + default: &132 value: id: 5 name: My hosted ubuntu runner @@ -20557,7 +20754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -20573,7 +20770,7 @@ paths: type: integer images: type: array - items: &119 + items: &124 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -20632,7 +20829,7 @@ paths: - latest_version - state examples: - default: &121 + default: &126 value: total_count: 2 image_versions: @@ -20663,8 +20860,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: - - *67 - - &120 + - *73 + - &125 name: image_definition_id description: Image definition ID of custom image in: path @@ -20676,7 +20873,7 @@ paths: description: Response content: application/json: - schema: *119 + schema: *124 examples: default: value: @@ -20706,8 +20903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *67 - - *120 + - *73 + - *125 responses: '204': description: Response @@ -20730,8 +20927,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: - - *120 - - *67 + - *125 + - *73 responses: '200': description: Response @@ -20747,7 +20944,7 @@ paths: type: integer image_versions: type: array - items: &122 + items: &127 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -20785,7 +20982,7 @@ paths: - created_on - state_details examples: - default: *121 + default: *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20805,9 +21002,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: - - *67 - - *120 - - &123 + - *73 + - *125 + - &128 name: version description: Version of a custom image in: path @@ -20820,7 +21017,7 @@ paths: description: Response content: application/json: - schema: *122 + schema: *127 examples: default: value: @@ -20846,9 +21043,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: - - *67 - - *120 - - *123 + - *73 + - *125 + - *128 responses: '204': description: Response @@ -20869,7 +21066,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: - - *67 + - *73 responses: '200': description: Response @@ -20885,7 +21082,7 @@ paths: type: integer images: type: array - items: &124 + items: &129 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -20925,7 +21122,7 @@ paths: - display_name - source examples: - default: &125 + default: &130 value: id: ubuntu-20.04 platform: linux-x64 @@ -20949,7 +21146,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: - - *67 + - *73 responses: '200': description: Response @@ -20965,9 +21162,9 @@ paths: type: integer images: type: array - items: *124 + items: *129 examples: - default: *125 + default: *130 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20984,7 +21181,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: - - *67 + - *73 responses: '200': description: Response @@ -21039,7 +21236,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: - - *67 + - *73 responses: '200': description: Response @@ -21055,7 +21252,7 @@ paths: type: integer machine_specs: type: array - items: *126 + items: *131 examples: default: value: @@ -21080,7 +21277,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: - - *67 + - *73 responses: '200': description: Response @@ -21124,8 +21321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *67 - - &128 + - *73 + - &133 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -21137,11 +21334,11 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21159,8 +21356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *67 - - *128 + - *73 + - *133 requestBody: required: true content: @@ -21213,9 +21410,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21231,16 +21428,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *67 - - *128 + - *73 + - *133 responses: '202': description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21260,7 +21457,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -21293,12 +21490,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *129 + schema: *134 examples: default: *44 responses: @@ -21332,7 +21529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *67 + - *73 - name: custom_property_name in: path required: true @@ -21365,13 +21562,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: - - *67 + - *73 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &130 + schema: &135 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -21385,7 +21582,7 @@ paths: required: - include_claim_keys examples: - default: &131 + default: &136 value: include_claim_keys: - repo @@ -21407,20 +21604,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: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *130 + schema: *135 examples: - default: *131 + default: *136 responses: '201': description: Empty response content: application/json: - schema: &157 + schema: &162 title: Empty Object description: An object without any properties. type: object @@ -21450,7 +21647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -21459,7 +21656,7 @@ paths: schema: type: object properties: - enabled_repositories: &132 + enabled_repositories: &137 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -21472,7 +21669,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: &133 + allowed_actions: &138 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -21480,12 +21677,12 @@ paths: - all - local_only - selected - selected_actions_url: &336 + selected_actions_url: &341 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: &134 + sha_pinning_required: &139 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -21516,7 +21713,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -21527,9 +21724,9 @@ paths: schema: type: object properties: - enabled_repositories: *132 - allowed_actions: *133 - sha_pinning_required: *134 + enabled_repositories: *137 + allowed_actions: *138 + sha_pinning_required: *139 required: - enabled_repositories examples: @@ -21557,13 +21754,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &340 + schema: &345 type: object properties: days: @@ -21600,12 +21797,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &341 + schema: &346 type: object properties: days: @@ -21642,13 +21839,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &135 + schema: &140 type: object properties: approval_policy: @@ -21662,7 +21859,7 @@ paths: required: - approval_policy examples: - default: &342 + default: &347 value: approval_policy: first_time_contributors '404': *6 @@ -21683,7 +21880,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -21693,7 +21890,7 @@ paths: required: true content: application/json: - schema: *135 + schema: *140 examples: default: summary: Set approval policy to first time contributors @@ -21715,13 +21912,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: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &343 + schema: &348 type: object required: - run_workflows_from_fork_pull_requests @@ -21747,7 +21944,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &136 + default: &141 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -21770,12 +21967,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: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &344 + schema: &349 type: object required: - run_workflows_from_fork_pull_requests @@ -21798,7 +21995,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *136 + default: *141 responses: '204': description: Empty response for successful settings update @@ -21828,7 +22025,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: - - *67 + - *73 - *17 - *19 responses: @@ -21846,9 +22043,9 @@ paths: type: number repositories: type: array - items: *71 + items: *77 examples: - default: &140 + default: &145 value: total_count: 1 repositories: @@ -21988,7 +22185,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: - - *67 + - *73 responses: '204': description: Response @@ -22032,8 +22229,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: - - *67 - - &137 + - *73 + - &142 name: repository_id description: The unique identifier of the repository. in: path @@ -22061,8 +22258,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -22085,13 +22282,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &138 + schema: &143 type: object properties: github_owned_allowed: @@ -22113,7 +22310,7 @@ paths: items: type: string examples: - default: &139 + default: &144 value: github_owned_allowed: true verified_allowed: false @@ -22138,7 +22335,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -22146,9 +22343,9 @@ paths: required: false content: application/json: - schema: *138 + schema: *143 examples: - selected_actions: *139 + selected_actions: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22168,7 +22365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -22216,7 +22413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -22263,7 +22460,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: - - *67 + - *73 - *17 - *19 responses: @@ -22278,9 +22475,9 @@ paths: type: integer repositories: type: array - items: *71 + items: *77 examples: - default: *140 + default: *145 '403': *27 '404': *6 x-github: @@ -22300,7 +22497,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: - - *67 + - *73 requestBody: required: true content: @@ -22348,8 +22545,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No content @@ -22375,8 +22572,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No content @@ -22404,23 +22601,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &345 + schema: &350 type: object properties: - default_workflow_permissions: &141 + default_workflow_permissions: &146 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &142 + can_approve_pull_request_reviews: &147 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -22428,7 +22625,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &143 + default: &148 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -22453,7 +22650,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Success response @@ -22461,13 +22658,13 @@ paths: required: false content: application/json: - schema: &346 + schema: &351 type: object properties: - default_workflow_permissions: *141 - can_approve_pull_request_reviews: *142 + default_workflow_permissions: *146 + can_approve_pull_request_reviews: *147 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22487,7 +22684,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: - - *67 + - *73 - *17 - *19 - name: visible_to_repository @@ -22512,7 +22709,7 @@ paths: type: number runner_groups: type: array - items: &144 + items: &149 type: object properties: id: @@ -22629,7 +22826,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: - - *67 + - *73 requestBody: required: true content: @@ -22702,9 +22899,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: - default: &146 + default: &151 value: id: 2 name: octo-runner-group @@ -22739,8 +22936,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: - - *67 - - &145 + - *73 + - &150 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -22752,7 +22949,7 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: default: value: @@ -22788,8 +22985,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -22845,9 +23042,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: - default: *146 + default: *151 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22866,8 +23063,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: - - *67 - - *145 + - *73 + - *150 responses: '204': description: Response @@ -22890,8 +23087,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: - - *67 - - *145 + - *73 + - *150 - *17 - *19 responses: @@ -22909,11 +23106,11 @@ paths: type: number runners: type: array - items: *118 + items: *123 examples: - default: *147 + default: *152 headers: - Link: *59 + Link: *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22933,8 +23130,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: - - *67 - - *145 + - *73 + - *150 - *19 - *17 responses: @@ -22952,9 +23149,9 @@ paths: type: number repositories: type: array - items: *148 + items: *153 examples: - default: &184 + default: &189 value: total_count: 1 repositories: @@ -23206,8 +23403,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -23251,9 +23448,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: - - *67 - - *145 - - *137 + - *73 + - *150 + - *142 responses: '204': description: Response @@ -23275,9 +23472,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: - - *67 - - *145 - - *137 + - *73 + - *150 + - *142 responses: '204': description: Response @@ -23300,8 +23497,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: - - *67 - - *145 + - *73 + - *150 - *17 - *19 responses: @@ -23319,7 +23516,7 @@ paths: type: number runners: type: array - items: &150 + items: &155 title: Self hosted runners description: A self hosted runner type: object @@ -23353,7 +23550,7 @@ paths: type: boolean labels: type: array - items: &153 + items: &158 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -23383,7 +23580,7 @@ paths: - busy - labels examples: - default: &151 + default: &156 value: total_count: 2 runners: @@ -23423,7 +23620,7 @@ paths: name: no-gpu type: custom headers: - Link: *59 + Link: *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -23442,8 +23639,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -23487,9 +23684,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: - - *67 - - *145 - - &149 + - *73 + - *150 + - &154 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -23517,9 +23714,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: - - *67 - - *145 - - *149 + - *73 + - *150 + - *154 responses: '204': description: Response @@ -23549,7 +23746,7 @@ paths: in: query schema: type: string - - *67 + - *73 - *17 - *19 responses: @@ -23567,11 +23764,11 @@ paths: type: integer runners: type: array - items: *150 + items: *155 examples: - default: *151 + default: *156 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23593,7 +23790,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -23601,7 +23798,7 @@ paths: application/json: schema: type: array - items: &347 + items: &352 title: Runner Application description: Runner Application type: object @@ -23626,7 +23823,7 @@ paths: - download_url - filename examples: - default: &348 + default: &353 value: - os: osx architecture: x64 @@ -23669,7 +23866,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: - - *67 + - *73 requestBody: required: true content: @@ -23712,7 +23909,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &349 + '201': &354 description: Response content: application/json: @@ -23722,7 +23919,7 @@ paths: - runner - encoded_jit_config properties: - runner: *150 + runner: *155 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -23779,13 +23976,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *67 + - *73 responses: '201': description: Response content: application/json: - schema: &152 + schema: &157 title: Authentication Token description: Authentication Token type: object @@ -23809,7 +24006,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *71 + items: *77 single_file: type: - string @@ -23827,7 +24024,7 @@ paths: - token - expires_at examples: - default: &350 + default: &355 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -23858,15 +24055,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *67 + - *73 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: &351 + default: &356 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -23891,16 +24088,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: - - *67 - - *149 + - *73 + - *154 responses: '200': description: Response content: application/json: - schema: *150 + schema: *155 examples: - default: &352 + default: &357 value: id: 23 name: MBP @@ -23941,8 +24138,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: - - *67 - - *149 + - *73 + - *154 responses: '204': description: Response @@ -23968,10 +24165,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: - - *67 - - *149 + - *73 + - *154 responses: - '200': &154 + '200': &159 description: Response content: application/json: @@ -23985,7 +24182,7 @@ paths: type: integer labels: type: array - items: *153 + items: *158 examples: default: value: @@ -24024,8 +24221,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: - - *67 - - *149 + - *73 + - *154 requestBody: required: true content: @@ -24049,7 +24246,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24073,8 +24270,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: - - *67 - - *149 + - *73 + - *154 requestBody: required: true content: @@ -24099,7 +24296,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24123,10 +24320,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: - - *67 - - *149 + - *73 + - *154 responses: - '200': &353 + '200': &358 description: Response content: application/json: @@ -24140,7 +24337,7 @@ paths: type: integer labels: type: array - items: *153 + items: *158 examples: default: value: @@ -24181,9 +24378,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: - - *67 - - *149 - - &354 + - *73 + - *154 + - &359 name: name description: The name of a self-hosted runner's custom label. in: path @@ -24191,7 +24388,7 @@ paths: schema: type: string responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24216,7 +24413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -24234,7 +24431,7 @@ paths: type: integer secrets: type: array - items: &155 + items: &160 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -24286,7 +24483,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24309,13 +24506,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &366 + schema: &371 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24350,7 +24547,7 @@ paths: - key_id - key examples: - default: &367 + default: &372 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24375,8 +24572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *67 - - &156 + - *73 + - &161 name: secret_name description: The name of the secret. in: path @@ -24388,7 +24585,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *160 examples: default: value: @@ -24418,8 +24615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -24476,7 +24673,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -24502,8 +24699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -24529,8 +24726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -24548,9 +24745,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: &160 + default: &165 value: total_count: 1 repositories: @@ -24642,8 +24839,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -24695,8 +24892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -24729,8 +24926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -24762,8 +24959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *67 - - &335 + - *73 + - &340 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)." @@ -24787,7 +24984,7 @@ paths: type: integer variables: type: array - items: &158 + items: &163 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -24856,7 +25053,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24877,7 +25074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *67 + - *73 requestBody: required: true content: @@ -24925,7 +25122,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -24950,8 +25147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *67 - - &159 + - *73 + - &164 name: name description: The name of the variable. in: path @@ -24963,7 +25160,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *163 examples: default: value: @@ -24993,8 +25190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 requestBody: required: true content: @@ -25056,8 +25253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 responses: '204': description: Response @@ -25083,8 +25280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - *19 - *17 responses: @@ -25102,9 +25299,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 '409': description: Response when the visibility of the variable is not set to `selected` @@ -25130,8 +25327,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 requestBody: required: true content: @@ -25180,8 +25377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - name: repository_id in: path required: true @@ -25215,8 +25412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - name: repository_id in: path required: true @@ -25257,7 +25454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *67 + - *73 requestBody: required: true content: @@ -25376,7 +25573,7 @@ paths: type: integer deployment_records: type: array - items: &161 + items: &166 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -25421,7 +25618,7 @@ paths: description: The ID of the provenance attestation associated with the deployment record. examples: - default: &162 + default: &167 value: total_count: 1 deployment_records: @@ -25436,6 +25633,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25456,7 +25655,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *67 + - *73 - name: cluster in: path description: The cluster name. @@ -25594,9 +25793,11 @@ paths: type: integer deployment_records: type: array - items: *161 + items: *166 examples: - default: *162 + default: *167 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25616,7 +25817,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *67 + - *73 requestBody: required: true content: @@ -25763,6 +25964,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25780,7 +25983,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *67 + - *73 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -25806,9 +26009,9 @@ paths: - 3 deployment_records: type: array - items: *161 + items: *166 examples: - default: *162 + default: *167 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25828,7 +26031,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *67 + - *73 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25914,7 +26117,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 requestBody: required: true content: @@ -25938,12 +26141,12 @@ paths: required: - subject_digests examples: - default: &675 + default: &680 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &676 + withPredicateType: &681 value: subject_digests: - sha256:abc123 @@ -25988,7 +26191,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &677 + default: &682 value: attestations_subject_digests: - sha256:abc: @@ -26097,7 +26300,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *67 + - *73 requestBody: required: true content: @@ -26162,7 +26365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *67 + - *73 - name: subject_digest description: Subject Digest in: path @@ -26197,7 +26400,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -26245,7 +26448,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *67 + - *73 - name: attestation_id description: Attestation ID in: path @@ -26283,7 +26486,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -26321,7 +26524,7 @@ paths: initiator: type: string examples: - default: &380 + default: &385 value: attestations: - bundle: @@ -26428,7 +26631,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -26440,7 +26643,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26459,8 +26662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: If the user is blocked @@ -26485,8 +26688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -26506,8 +26709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -26532,15 +26735,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *67 + - *73 - *19 - *17 - - *53 + - *59 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &163 + schema: &168 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -26566,7 +26769,7 @@ paths: application/json: schema: type: array - items: &164 + items: &169 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -26597,7 +26800,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &183 + items: &188 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -26674,7 +26877,7 @@ paths: parent: anyOf: - type: 'null' - - &239 + - &244 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -26810,7 +27013,7 @@ paths: - string - 'null' format: date-time - state: *163 + state: *168 contact_link: description: The contact link of the campaign. type: @@ -26906,9 +27109,9 @@ paths: closed_at: state: open headers: - Link: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26932,7 +27135,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -27033,9 +27236,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: &165 + default: &170 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -27084,7 +27287,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27106,7 +27309,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27118,16 +27321,16 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: *165 + default: *170 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27148,7 +27351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27198,7 +27401,7 @@ paths: - string - 'null' format: uri - state: *163 + state: *168 examples: default: value: @@ -27208,9 +27411,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: *165 + default: *170 '400': description: Bad Request content: @@ -27222,7 +27425,7 @@ paths: content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27243,7 +27446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27254,7 +27457,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27276,18 +27479,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *67 - - &404 + - *73 + - &409 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: &173 + schema: &178 type: string description: The name of the tool used to generate the code scanning analysis. - - &405 + - &410 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 @@ -27295,7 +27498,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &174 + schema: &179 type: - string - 'null' @@ -27305,13 +27508,13 @@ paths: - *46 - *19 - *17 - - *53 + - *59 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &407 + schema: &412 type: string description: State of a code scanning alert. enum: @@ -27334,7 +27537,7 @@ paths: be returned. in: query required: false - schema: &408 + schema: &413 type: string description: Severity of a code scanning alert. enum: @@ -27363,18 +27566,18 @@ paths: items: type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: &409 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: &414 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &175 + state: &180 type: - string - 'null' @@ -27384,13 +27587,13 @@ paths: - dismissed - fixed - - fixed_at: *171 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: &410 + dismissed_at: *177 + dismissed_reason: &415 type: - string - 'null' @@ -27401,14 +27604,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &411 + dismissed_comment: &416 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &412 + rule: &417 type: object properties: id: @@ -27469,43 +27672,43 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &413 + tool: &418 type: object properties: - name: *173 + name: *178 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *174 - most_recent_instance: &414 + guid: *179 + most_recent_instance: &419 type: object properties: - ref: &406 + ref: &411 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &424 + analysis_key: &429 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: &425 + environment: &430 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: &426 + category: &431 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: *175 + state: *180 commit_sha: type: string message: @@ -27513,7 +27716,7 @@ paths: properties: text: type: string - location: &427 + location: &432 type: object description: Describe a region within a file for the alert. properties: @@ -27534,7 +27737,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: &428 + items: &433 type: - string - 'null' @@ -27546,7 +27749,7 @@ paths: - test - library - - repository: *58 + repository: *64 dismissal_approved_by: anyOf: - type: 'null' @@ -27798,9 +28001,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: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27822,7 +28025,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *67 + - *73 - name: target_type in: query description: The target type of the code security configuration @@ -27933,7 +28136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *67 + - *73 requestBody: required: true content: @@ -28170,7 +28373,7 @@ paths: application/json: schema: *47 examples: - default: *176 + default: *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28192,15 +28395,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *177 + schema: *182 examples: - default: *178 + default: *183 '304': *35 '403': *27 '404': *6 @@ -28226,7 +28429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *67 + - *73 requestBody: required: true content: @@ -28252,7 +28455,7 @@ paths: - 32 - 91 responses: - '204': *179 + '204': *184 '400': *14 '403': *27 '404': *6 @@ -28278,7 +28481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *67 + - *73 - *49 responses: '200': @@ -28287,7 +28490,7 @@ paths: application/json: schema: *47 examples: - default: *176 + default: *181 '304': *35 '403': *27 '404': *6 @@ -28311,7 +28514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *67 + - *73 - *49 requestBody: required: true @@ -28584,10 +28787,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *67 + - *73 - *49 responses: - '204': *179 + '204': *184 '400': *14 '403': *27 '404': *6 @@ -28615,7 +28818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *67 + - *73 - *49 requestBody: required: true @@ -28679,7 +28882,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: - - *67 + - *73 - *49 requestBody: required: true @@ -28725,7 +28928,7 @@ paths: default: value: default_for_new_repos: all - configuration: *176 + configuration: *181 '403': *27 '404': *6 x-github: @@ -28749,7 +28952,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *67 + - *73 - *49 - name: per_page description: The number of results per page (max 100). For more information, @@ -28778,13 +28981,13 @@ paths: application/json: schema: type: array - items: *180 + items: *185 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *181 + repository: *186 '403': *27 '404': *6 x-github: @@ -28808,7 +29011,7 @@ paths: parameters: - *17 - *19 - - *67 + - *73 responses: '200': description: Response @@ -28824,7 +29027,7 @@ paths: type: integer codespaces: type: array - items: &229 + items: &234 type: object title: Codespace description: A codespace. @@ -28855,11 +29058,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *148 + repository: *153 machine: anyOf: - type: 'null' - - &440 + - &445 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -29146,7 +29349,7 @@ paths: - pulls_url - recent_folders examples: - default: &230 + default: &235 value: total_count: 3 codespaces: @@ -29556,7 +29759,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -29578,7 +29781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *67 + - *73 deprecated: true requestBody: required: true @@ -29622,7 +29825,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29645,7 +29848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *67 + - *73 deprecated: true requestBody: required: true @@ -29677,7 +29880,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29700,7 +29903,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *67 + - *73 requestBody: required: true content: @@ -29731,7 +29934,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29752,7 +29955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -29770,7 +29973,7 @@ paths: type: integer secrets: type: array - items: &182 + items: &187 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -29811,7 +30014,7 @@ paths: - updated_at - visibility examples: - default: &441 + default: &446 value: total_count: 2 secrets: @@ -29824,7 +30027,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29843,13 +30046,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &442 + schema: &447 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -29884,7 +30087,7 @@ paths: - key_id - key examples: - default: &443 + default: &448 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29907,23 +30110,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: Response content: application/json: - schema: *182 + schema: *187 examples: - default: &445 + default: &450 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29943,8 +30146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -29999,7 +30202,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -30025,8 +30228,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -30051,8 +30254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -30070,9 +30273,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 '404': *6 x-github: githubCloudOnly: false @@ -30094,8 +30297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -30145,8 +30348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -30179,8 +30382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -30219,7 +30422,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: - - *67 + - *73 responses: '200': description: OK @@ -30328,7 +30531,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30360,7 +30563,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: - - *67 + - *73 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -30383,7 +30586,7 @@ paths: currently being billed. seats: type: array - items: &232 + items: &237 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -30396,13 +30599,13 @@ paths: organization: anyOf: - type: 'null' - - *65 + - *71 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *183 - - *60 + - *188 + - *66 type: - 'null' - object @@ -30532,8 +30735,8 @@ paths: type: User site_admin: false headers: - Link: *59 - '500': *107 + Link: *65 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30566,7 +30769,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: - - *67 + - *73 requestBody: content: application/json: @@ -30608,7 +30811,7 @@ paths: default: value: seats_created: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30644,7 +30847,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: - - *67 + - *73 requestBody: content: application/json: @@ -30686,7 +30889,7 @@ paths: default: value: seats_cancelled: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30724,7 +30927,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: - - *67 + - *73 requestBody: content: application/json: @@ -30765,7 +30968,7 @@ paths: default: value: seats_created: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30801,7 +31004,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: - - *67 + - *73 requestBody: content: application/json: @@ -30843,7 +31046,7 @@ paths: default: value: seats_cancelled: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30879,7 +31082,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: - - *67 + - *73 responses: '200': description: Response @@ -30916,7 +31119,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30944,7 +31147,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: - - *67 + - *73 requestBody: required: true content: @@ -30969,7 +31172,7 @@ paths: responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30999,7 +31202,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: - - *67 + - *73 - *17 - *19 responses: @@ -31014,13 +31217,13 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 required: - total_count - repositories examples: - default: *184 - '500': *107 + default: *189 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31048,7 +31251,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: - - *67 + - *73 requestBody: required: true content: @@ -31074,7 +31277,7 @@ paths: responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31104,12 +31307,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31138,12 +31341,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31178,7 +31381,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: - - *67 + - *73 responses: '200': description: OK @@ -31198,7 +31401,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31231,7 +31434,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: - - *67 + - *73 requestBody: description: The content exclusion rules to set required: true @@ -31283,7 +31486,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31322,7 +31525,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *67 + - *73 - 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`). @@ -31354,7 +31557,7 @@ paths: application/json: schema: type: array - items: &312 + items: &317 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -31669,7 +31872,7 @@ paths: - date additionalProperties: true examples: - default: &313 + default: &318 value: - date: '2024-06-24' total_active_users: 24 @@ -31768,10 +31971,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *107 + '500': *53 '403': *27 '404': *6 - '422': &314 + '422': &319 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -31782,6 +31985,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: + - *73 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *73 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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: + - *73 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *73 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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 @@ -31798,12 +32151,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *67 - - *185 - - *186 - - *187 - - *188 - - *189 + - *73 + - *190 + - *191 + - *192 + - *193 + - *194 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -31833,7 +32186,7 @@ paths: enum: - patch - deployment - - *190 + - *195 - name: runtime_risk in: query description: |- @@ -31842,9 +32195,9 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *191 - - *192 - - *53 + - *196 + - *197 + - *59 - *45 - *46 - *17 @@ -31855,9 +32208,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *194 + default: *199 '304': *35 '400': *14 '403': *27 @@ -31883,7 +32236,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -31901,7 +32254,7 @@ paths: type: integer secrets: type: array - items: &195 + items: &200 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -31953,7 +32306,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31974,13 +32327,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &471 + schema: &476 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -31999,7 +32352,7 @@ paths: - key_id - key examples: - default: &472 + default: &477 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32022,14 +32375,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: Response content: application/json: - schema: *195 + schema: *200 examples: default: value: @@ -32057,8 +32410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -32113,7 +32466,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -32137,8 +32490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -32162,8 +32515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -32181,9 +32534,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32204,8 +32557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -32255,8 +32608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -32287,8 +32640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -32318,7 +32671,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: - - *67 + - *73 responses: '200': description: Response @@ -32326,7 +32679,7 @@ paths: application/json: schema: type: array - items: &241 + items: &246 title: Package description: A software package type: object @@ -32379,7 +32732,7 @@ paths: repository: anyOf: - type: 'null' - - *148 + - *153 created_at: type: string format: date-time @@ -32397,7 +32750,7 @@ paths: - created_at - updated_at examples: - default: &242 + default: &247 value: - id: 197 name: hello_docker @@ -32475,7 +32828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *67 + - *73 - *17 - *19 responses: @@ -32485,7 +32838,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: 200-response: value: @@ -32557,7 +32910,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *67 + - *73 - *17 - *19 responses: @@ -32567,7 +32920,7 @@ paths: application/json: schema: type: array - items: &218 + items: &223 title: Organization Invitation description: Organization Invitation type: object @@ -32621,7 +32974,7 @@ paths: - invitation_teams_url - node_id examples: - default: &219 + default: &224 value: - id: 1 login: monalisa @@ -32654,7 +33007,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -32678,7 +33031,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *67 + - *73 - *17 - *19 responses: @@ -32688,7 +33041,7 @@ paths: application/json: schema: type: array - items: &196 + items: &201 title: Org Hook description: Org Hook type: object @@ -32788,7 +33141,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -32811,7 +33164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *67 + - *73 requestBody: required: true content: @@ -32873,9 +33226,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: - default: &197 + default: &202 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -32922,8 +33275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *67 - - &198 + - *73 + - &203 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. @@ -32936,9 +33289,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: - default: *197 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -32965,8 +33318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 requestBody: required: false content: @@ -33012,7 +33365,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: default: value: @@ -33053,8 +33406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 responses: '204': description: Response @@ -33081,8 +33434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *67 - - *198 + - *73 + - *203 responses: '200': description: Response @@ -33112,8 +33465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *67 - - *198 + - *73 + - *203 requestBody: required: false content: @@ -33163,10 +33516,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *17 - - *199 + - *204 responses: '200': description: Response @@ -33174,9 +33527,9 @@ paths: application/json: schema: type: array - items: *200 + items: *205 examples: - default: *201 + default: *206 '400': *14 '422': *15 x-github: @@ -33201,17 +33554,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *202 + schema: *207 examples: - default: *203 + default: *208 '400': *14 '422': *15 x-github: @@ -33236,8 +33589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *16 responses: '202': *37 @@ -33266,8 +33619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 responses: '204': description: Response @@ -33289,8 +33642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *67 - - &208 + - *73 + - &213 name: actor_type in: path description: The type of the actor @@ -33303,14 +33656,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &209 + - &214 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &204 + - &209 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`.' @@ -33318,7 +33671,7 @@ paths: required: true schema: type: string - - &205 + - &210 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) @@ -33329,7 +33682,7 @@ paths: type: string - *19 - *17 - - *53 + - *59 - name: sort description: The property to sort the results by. in: query @@ -33412,13 +33765,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *67 - - *204 - - *205 + - *73 + - *209 + - *210 - *19 - *17 - - *53 - - &214 + - *59 + - &219 name: sort description: The property to sort the results by. in: query @@ -33496,15 +33849,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *67 - - *204 - - *205 + - *73 + - *209 + - *210 responses: '200': description: Response content: application/json: - schema: &206 + schema: &211 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -33520,7 +33873,7 @@ paths: type: integer format: int64 examples: - default: &207 + default: &212 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -33540,24 +33893,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *67 - - &210 + - *73 + - &215 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *204 - - *205 + - *209 + - *210 responses: '200': description: Response content: application/json: - schema: *206 + schema: *211 examples: - default: *207 + default: *212 x-github: enabledForGitHubApps: true category: orgs @@ -33575,19 +33928,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *67 - - *204 - - *205 - - *208 + - *73 - *209 + - *210 + - *213 + - *214 responses: '200': description: Response content: application/json: - schema: *206 + schema: *211 examples: - default: *207 + default: *212 x-github: enabledForGitHubApps: true category: orgs @@ -33604,10 +33957,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *67 - - *204 - - *205 - - &211 + - *73 + - *209 + - *210 + - &216 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -33620,7 +33973,7 @@ paths: description: Response content: application/json: - schema: &212 + schema: &217 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -33636,7 +33989,7 @@ paths: type: integer format: int64 examples: - default: &213 + default: &218 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -33672,19 +34025,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *67 + - *73 + - *215 + - *209 - *210 - - *204 - - *205 - - *211 + - *216 responses: '200': description: Response content: application/json: - schema: *212 + schema: *217 examples: - default: *213 + default: *218 x-github: enabledForGitHubApps: true category: orgs @@ -33701,20 +34054,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *67 - - *208 + - *73 + - *213 + - *214 - *209 - - *204 - - *205 - - *211 + - *210 + - *216 responses: '200': description: Response content: application/json: - schema: *212 + schema: *217 examples: - default: *213 + default: *218 x-github: enabledForGitHubApps: true category: orgs @@ -33731,14 +34084,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *67 + - *73 + - *215 + - *209 - *210 - - *204 - - *205 - *19 - *17 - - *53 - - *214 + - *59 + - *219 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -33814,7 +34167,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *67 + - *73 responses: '200': description: Response @@ -33822,7 +34175,7 @@ paths: application/json: schema: *20 examples: - default: &510 + default: &515 value: id: 1 account: @@ -33891,7 +34244,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -33961,7 +34314,7 @@ paths: suspended_at: suspended_by: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33980,7 +34333,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -33988,12 +34341,12 @@ paths: application/json: schema: anyOf: - - &216 + - &221 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &215 + limit: &220 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -34021,7 +34374,7 @@ paths: properties: {} additionalProperties: false examples: - default: &217 + default: &222 value: limit: collaborators_only origin: organization @@ -34045,18 +34398,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &511 + schema: &516 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *215 + limit: *220 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -34081,9 +34434,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: - default: *217 + default: *222 '422': *15 x-github: githubCloudOnly: false @@ -34101,7 +34454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -34125,7 +34478,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *67 + - *73 - *17 - *19 - name: role @@ -34159,11 +34512,11 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -34184,7 +34537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *67 + - *73 requestBody: required: false content: @@ -34238,7 +34591,7 @@ paths: description: Response content: application/json: - schema: *218 + schema: *223 examples: default: value: @@ -34292,8 +34645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *67 - - &220 + - *73 + - &225 name: invitation_id description: The unique identifier of the invitation. in: path @@ -34323,8 +34676,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *67 - - *220 + - *73 + - *225 - *17 - *19 responses: @@ -34334,9 +34687,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: &240 + default: &245 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -34352,7 +34705,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -34371,7 +34724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -34379,7 +34732,7 @@ paths: application/json: schema: type: array - items: &221 + items: &226 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -34529,7 +34882,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -34622,9 +34975,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *226 examples: - default: &222 + default: &227 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -34679,8 +35032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *67 - - &223 + - *73 + - &228 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -34781,9 +35134,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *226 examples: - default: *222 + default: *227 '404': *6 '422': *7 x-github: @@ -34807,10 +35160,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *67 - - *223 + - *73 + - *228 responses: - '204': *179 + '204': *184 '404': *6 '422': *7 x-github: @@ -34830,7 +35183,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -34838,7 +35191,7 @@ paths: application/json: schema: type: array - items: *224 + items: *229 examples: default: value: @@ -34876,7 +35229,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -34926,9 +35279,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: &225 + default: &230 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -34960,8 +35313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *67 - - &226 + - *73 + - &231 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -35017,9 +35370,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: *225 + default: *230 '404': *6 '422': *7 x-github: @@ -35043,8 +35396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *67 - - *226 + - *73 + - *231 responses: '204': description: Response @@ -35077,7 +35430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *67 + - *73 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -35107,7 +35460,7 @@ paths: - closed - all default: open - - *227 + - *232 - name: type description: Can be the name of an issue type. in: query @@ -35125,8 +35478,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -35136,11 +35489,11 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *228 + default: *233 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -35160,7 +35513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *67 + - *73 - 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) @@ -35198,9 +35551,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -35218,8 +35571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response if requester is an organization member and user is @@ -35253,8 +35606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -35281,8 +35634,8 @@ paths: parameters: - *17 - *19 - - *67 - - *63 + - *73 + - *69 responses: '200': description: Response @@ -35298,11 +35651,11 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: - default: *230 + default: *235 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35325,9 +35678,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *67 - - *63 - - &231 + - *73 + - *69 + - &236 name: codespace_name in: path required: true @@ -35337,7 +35690,7 @@ paths: responses: '202': *37 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35360,17 +35713,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *67 - - *63 - - *231 + - *73 + - *69 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: &439 + default: &444 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35512,7 +35865,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35543,14 +35896,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: - - *67 - - *63 + - *73 + - *69 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *232 + schema: *237 examples: default: value: @@ -35594,7 +35947,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -35619,14 +35972,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '200': description: Response content: application/json: - schema: &233 + schema: &238 title: Org Membership description: Org Membership type: object @@ -35675,7 +36028,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *65 + organization: *71 user: anyOf: - type: 'null' @@ -35695,7 +36048,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &234 + response-if-user-has-an-active-admin-membership-with-organization: &239 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -35767,8 +36120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 requestBody: required: false content: @@ -35796,9 +36149,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: - response-if-user-already-had-membership-with-organization: *234 + response-if-user-already-had-membership-with-organization: *239 '422': *15 '403': *27 '451': *15 @@ -35823,8 +36176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -35849,7 +36202,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *67 + - *73 - *17 - *19 - name: exclude @@ -35871,7 +36224,7 @@ paths: application/json: schema: type: array - items: &235 + items: &240 title: Migration description: A migration. type: object @@ -35913,7 +36266,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *58 + items: *64 url: type: string format: uri @@ -36112,7 +36465,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36128,7 +36481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *67 + - *73 requestBody: required: true content: @@ -36209,7 +36562,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -36387,8 +36740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *67 - - &236 + - *73 + - &241 name: migration_id description: The unique identifier of the migration. in: path @@ -36416,7 +36769,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -36585,8 +36938,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *67 - - *236 + - *73 + - *241 responses: '302': description: Response @@ -36607,8 +36960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *67 - - *236 + - *73 + - *241 responses: '204': description: Response @@ -36631,9 +36984,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *67 - - *236 - - &657 + - *73 + - *241 + - &662 name: repo_name description: repo_name parameter in: path @@ -36660,8 +37013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *67 - - *236 + - *73 + - *241 - *17 - *19 responses: @@ -36671,9 +37024,9 @@ paths: application/json: schema: type: array - items: *58 + items: *64 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -36699,7 +37052,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response - list of organization roles @@ -36715,7 +37068,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &238 + items: &243 title: Organization Role description: Organization roles type: object @@ -36864,8 +37217,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -36890,9 +37243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *67 - - *69 - - &237 + - *73 + - *75 + - &242 name: role_id description: The unique identifier of the role. in: path @@ -36927,9 +37280,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *67 - - *69 - - *237 + - *73 + - *75 + - *242 responses: '204': description: Response @@ -36954,8 +37307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -36980,9 +37333,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *67 - - *63 - - *237 + - *73 + - *69 + - *242 responses: '204': description: Response @@ -37012,9 +37365,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *67 - - *63 - - *237 + - *73 + - *69 + - *242 responses: '204': description: Response @@ -37042,14 +37395,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *67 - - *237 + - *73 + - *242 responses: '200': description: Response content: application/json: - schema: *238 + schema: *243 examples: default: value: @@ -37099,8 +37452,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: - - *67 - - *237 + - *73 + - *242 - *17 - *19 responses: @@ -37179,7 +37532,7 @@ paths: parent: anyOf: - type: 'null' - - *239 + - *244 type: description: The ownership type of the team type: string @@ -37212,9 +37565,9 @@ paths: - type - parent examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '404': description: Response if the organization or role does not exist. '422': @@ -37241,8 +37594,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: - - *67 - - *237 + - *73 + - *242 - *17 - *19 responses: @@ -37271,7 +37624,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *239 + items: *244 name: type: - string @@ -37388,9 +37741,9 @@ paths: - type - url examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': description: Response if the organization or role does not exist. '422': @@ -37412,7 +37765,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *67 + - *73 - 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) @@ -37439,9 +37792,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37464,8 +37817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *67 - - *63 + - *73 + - *69 requestBody: required: false content: @@ -37522,8 +37875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -37580,8 +37933,8 @@ paths: - docker - nuget - container - - *67 - - &658 + - *73 + - &663 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -37617,12 +37970,12 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *242 + default: *247 '403': *27 '401': *23 - '400': &660 + '400': &665 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37644,7 +37997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &243 + - &248 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 @@ -37662,20 +38015,20 @@ paths: - docker - nuget - container - - &244 + - &249 name: package_name description: The name of the package. in: path required: true schema: type: string - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: default: value: @@ -37727,9 +38080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 responses: '204': description: Response @@ -37761,9 +38114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 - name: token description: package token schema: @@ -37795,9 +38148,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: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 - *19 - *17 - name: state @@ -37817,7 +38170,7 @@ paths: application/json: schema: type: array - items: &245 + items: &250 title: Package Version description: A version of a software package type: object @@ -37952,10 +38305,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - &246 + - *248 + - *249 + - *73 + - &251 name: package_version_id description: Unique identifier of the package version. in: path @@ -37967,7 +38320,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -38003,10 +38356,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - *246 + - *248 + - *249 + - *73 + - *251 responses: '204': description: Response @@ -38038,10 +38391,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - *246 + - *248 + - *249 + - *73 + - *251 responses: '204': description: Response @@ -38068,10 +38421,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: - - *67 + - *73 - *17 - *19 - - &247 + - &252 name: sort description: The property by which to sort the results. in: query @@ -38081,8 +38434,8 @@ paths: enum: - created_at default: created_at - - *53 - - &248 + - *59 + - &253 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -38094,7 +38447,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &249 + - &254 name: repository description: The name of the repository to use to filter the results. in: query @@ -38103,7 +38456,7 @@ paths: type: string examples: - Hello-World - - &250 + - &255 name: permission description: The permission to use to filter the results. in: query @@ -38112,7 +38465,7 @@ paths: type: string examples: - issues_read - - &251 + - &256 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) @@ -38122,7 +38475,7 @@ paths: schema: type: string format: date-time - - &252 + - &257 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) @@ -38132,7 +38485,7 @@ paths: schema: type: string format: date-time - - &253 + - &258 name: token_id description: The ID of the token in: query @@ -38145,7 +38498,7 @@ paths: examples: - token_id[]=1,token_id[]=2 responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -38280,7 +38633,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38300,7 +38653,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: - - *67 + - *73 requestBody: required: true content: @@ -38342,7 +38695,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -38367,7 +38720,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: - - *67 + - *73 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38404,11 +38757,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38429,7 +38782,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: - - *67 + - *73 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38440,7 +38793,7 @@ paths: - *17 - *19 responses: - '500': *107 + '500': *53 '404': *6 '403': *27 '200': @@ -38449,9 +38802,9 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: &254 + default: &259 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -38564,7 +38917,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38585,19 +38938,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: - - *67 + - *73 - *17 - *19 - - *247 - - *53 - - *248 - - *249 - - *250 - - *251 - *252 + - *59 - *253 + - *254 + - *255 + - *256 + - *257 + - *258 responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -38726,7 +39079,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38746,7 +39099,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: - - *67 + - *73 requestBody: required: true content: @@ -38781,7 +39134,7 @@ paths: - 1296269 - 1296280 responses: - '500': *107 + '500': *53 '404': *6 '202': *37 '403': *27 @@ -38806,7 +39159,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: - - *67 + - *73 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -38834,9 +39187,9 @@ paths: value: action: revoke responses: - '500': *107 + '500': *53 '404': *6 - '204': *179 + '204': *184 '403': *27 '422': *15 x-github: @@ -38858,7 +39211,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: - - *67 + - *73 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -38868,7 +39221,7 @@ paths: - *17 - *19 responses: - '500': *107 + '500': *53 '404': *6 '403': *27 '200': @@ -38877,11 +39230,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *254 + default: *259 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38903,7 +39256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -38921,7 +39274,7 @@ paths: type: integer configurations: type: array - items: &255 + items: &260 title: Organization private registry description: Private registry configuration for an organization type: object @@ -38950,6 +39303,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 @@ -38980,6 +39342,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 @@ -39004,7 +39396,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *59 + Link: *65 '400': *14 '404': *6 x-github: @@ -39017,6 +39409,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: @@ -39026,7 +39419,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -39077,11 +39470,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 @@ -39104,11 +39500,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: @@ -39135,6 +39578,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 @@ -39169,6 +39621,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 @@ -39204,6 +39665,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 @@ -39217,7 +39708,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &256 + org-private-registry-with-selected-visibility: &261 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -39258,7 +39749,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: - - *67 + - *73 responses: '200': description: Response @@ -39286,7 +39777,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -39308,16 +39799,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *255 + schema: *260 examples: - default: *256 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -39329,6 +39820,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: @@ -39338,8 +39830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -39414,12 +39906,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 @@ -39444,8 +39995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -39468,7 +40019,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *67 + - *73 - name: q description: Limit results to projects of the specified type. in: query @@ -39485,7 +40036,7 @@ paths: application/json: schema: type: array - items: &257 + items: &262 title: Projects v2 Project description: A projects v2 project type: object @@ -39559,7 +40110,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &744 + - &749 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -39644,7 +40195,7 @@ paths: - deleted_at - deleted_by examples: - default: &258 + default: &263 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -39727,7 +40278,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -39747,24 +40298,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &259 + - &264 name: project_number description: The project's number. in: path required: true schema: type: integer - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *257 + schema: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -39784,8 +40335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true description: Details of the draft item to create in the project. @@ -39819,7 +40370,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &269 title: Projects v2 Item description: An item belonging to a project type: object @@ -39832,8 +40383,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *75 - - &454 + - *81 + - &459 title: Pull Request Simple description: Pull Request Simple type: object @@ -39953,7 +40504,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 active_lock_reason: type: - string @@ -39992,7 +40543,7 @@ paths: items: *4 requested_teams: type: array - items: *183 + items: *188 head: type: object properties: @@ -40000,7 +40551,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: @@ -40020,7 +40571,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: @@ -40036,7 +40587,7 @@ paths: _links: type: object properties: - comments: &261 + comments: &266 title: Link description: Hypermedia Link type: object @@ -40045,13 +40596,13 @@ paths: type: string required: - href - commits: *261 - statuses: *261 - html: *261 - issue: *261 - review_comments: *261 - review_comment: *261 - self: *261 + commits: *266 + statuses: *266 + html: *266 + issue: *266 + review_comments: *266 + review_comment: *266 + self: *266 required: - comments - commits @@ -40061,8 +40612,8 @@ paths: - review_comments - review_comment - self - author_association: *72 - auto_merge: &556 + author_association: *78 + auto_merge: &561 title: Auto merge description: The status of auto merging a pull request. type: @@ -40162,7 +40713,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &263 + content_type: &268 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -40206,7 +40757,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &265 + draft_issue: &270 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -40280,8 +40831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *259 - - *67 + - *264 + - *73 - *17 - *45 - *46 @@ -40292,7 +40843,7 @@ paths: application/json: schema: type: array - items: &262 + items: &267 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -40445,7 +40996,7 @@ paths: - updated_at - project_url examples: - default: &680 + default: &685 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40556,7 +41107,7 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -40575,8 +41126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *259 - - *67 + - *264 + - *73 requestBody: required: true content: @@ -40622,7 +41173,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &681 + items: &686 type: object properties: name: @@ -40659,7 +41210,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &682 + iteration_configuration: &687 type: object description: The configuration for iteration fields. properties: @@ -40709,7 +41260,7 @@ paths: value: name: Due date data_type: date - single_select_field: &683 + single_select_field: &688 summary: Create a single select field value: name: Priority @@ -40736,7 +41287,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &684 + iteration_field: &689 summary: Create an iteration field value: name: Sprint @@ -40760,9 +41311,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *262 + schema: *267 examples: - text_field: &685 + text_field: &690 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -40771,7 +41322,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: &686 + number_field: &691 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -40780,7 +41331,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: &687 + date_field: &692 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -40789,7 +41340,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: &688 + single_select_field: &693 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40823,7 +41374,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &689 + iteration_field: &694 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -40868,23 +41419,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *259 - - &690 + - *264 + - &695 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *262 + schema: *267 examples: - default: &691 + default: &696 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -40919,7 +41470,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -40940,8 +41491,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *259 - - *67 + - *264 + - *73 - 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. @@ -40973,7 +41524,7 @@ paths: application/json: schema: type: array - items: &266 + items: &271 title: Projects v2 Item description: An item belonging to a project type: object @@ -40990,7 +41541,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *263 + content_type: *268 content: type: - object @@ -41040,7 +41591,7 @@ paths: - updated_at - archived_at examples: - default: &267 + default: &272 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -41717,7 +42268,7 @@ paths: data_type: sub_issues_progress value: headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -41737,8 +42288,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -41808,22 +42359,22 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *265 + value: *270 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *265 + value: *270 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *265 + value: *270 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *265 + value: *270 '304': *35 '403': *27 '401': *23 @@ -41843,9 +42394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *259 - - *67 - - &268 + - *264 + - *73 + - &273 name: item_id description: The unique identifier of the project item. in: path @@ -41871,11 +42422,11 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -41894,9 +42445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *259 - - *67 - - *268 + - *264 + - *73 + - *273 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -41969,13 +42520,13 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - text_field: *267 - number_field: *267 - date_field: *267 - single_select_field: *267 - iteration_field: *267 + text_field: *272 + number_field: *272 + date_field: *272 + single_select_field: *272 + iteration_field: *272 '401': *23 '403': *27 '404': *6 @@ -41995,9 +42546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *259 - - *67 - - *268 + - *264 + - *73 + - *273 responses: '204': description: Response @@ -42020,8 +42571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true content: @@ -42095,7 +42646,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &672 + schema: &677 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -42199,7 +42750,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &269 + value: &274 value: id: 1 number: 1 @@ -42245,10 +42796,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *269 + value: *274 roadmap_view: summary: Response for creating a roadmap view - value: *269 + value: *274 '304': *35 '403': *27 '401': *23 @@ -42276,9 +42827,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *259 - - *67 - - &692 + - *264 + - *73 + - &697 name: view_number description: The number that identifies the project view. in: path @@ -42310,11 +42861,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -42337,7 +42888,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -42345,7 +42896,7 @@ paths: application/json: schema: type: array - items: &270 + items: &275 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -42423,7 +42974,7 @@ paths: - property_name - value_type examples: - default: &271 + default: &276 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -42472,7 +43023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -42483,7 +43034,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *270 + items: *275 minItems: 1 maxItems: 100 required: @@ -42513,9 +43064,9 @@ paths: application/json: schema: type: array - items: *270 + items: *275 examples: - default: *271 + default: *276 '403': *27 '404': *6 x-github: @@ -42536,8 +43087,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *67 - - &272 + - *73 + - &277 name: custom_property_name description: The custom property name in: path @@ -42549,9 +43100,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: &273 + default: &278 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -42585,8 +43136,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: - - *67 - - *272 + - *73 + - *277 requestBody: required: true content: @@ -42666,9 +43217,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: *273 + default: *278 '403': *27 '404': *6 x-github: @@ -42691,10 +43242,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *67 - - *272 + - *73 + - *277 responses: - '204': *179 + '204': *184 '403': *27 '404': *6 x-github: @@ -42715,7 +43266,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *67 + - *73 - *17 - *19 - name: repository_query @@ -42756,7 +43307,7 @@ paths: - octocat/Hello-World properties: type: array - items: &274 + items: &279 title: Custom Property Value description: Custom property name and associated value type: object @@ -42798,7 +43349,7 @@ paths: - property_name: team value: octocat headers: - Link: *59 + Link: *65 '403': *27 '404': *6 x-github: @@ -42826,7 +43377,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: - - *67 + - *73 requestBody: required: true content: @@ -42846,7 +43397,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *274 + items: *279 required: - repository_names - properties @@ -42887,7 +43438,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *67 + - *73 - *17 - *19 responses: @@ -42899,9 +43450,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42918,8 +43469,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response if user is a public member @@ -42943,8 +43494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -42965,8 +43516,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -42990,7 +43541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *67 + - *73 - name: type description: Specifies the types of repositories you want returned. in: query @@ -43036,11 +43587,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *254 + default: *259 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43059,7 +43610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *67 + - *73 requestBody: required: true content: @@ -43241,7 +43792,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &327 title: Full Repository description: Full Repository type: object @@ -43547,10 +44098,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - type: boolean - examples: - - true archived: type: boolean disabled: @@ -43600,7 +44147,7 @@ paths: template_repository: anyOf: - type: 'null' - - *71 + - *77 temp_clone_token: type: - string @@ -43696,13 +44243,13 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 organization: anyOf: - type: 'null' - *4 - parent: *71 - source: *71 + parent: *77 + source: *77 forks: type: integer master_branch: @@ -43715,7 +44262,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &459 + code_of_conduct: &464 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -43745,7 +44292,7 @@ paths: - key - name - html_url - security_and_analysis: *275 + security_and_analysis: *280 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -43829,7 +44376,7 @@ paths: - network_count - subscribers_count examples: - default: &324 + default: &329 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44348,10 +44895,10 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - *17 - *19 - - &578 + - &583 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44370,7 +44917,7 @@ paths: application/json: schema: type: array - items: &302 + items: &307 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -44405,7 +44952,7 @@ paths: source: type: string description: The name of the source - enforcement: &278 + enforcement: &283 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -44418,7 +44965,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &279 + items: &284 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -44489,7 +45036,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &276 + - &281 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -44513,7 +45060,7 @@ paths: match. items: type: string - - &280 + - &285 title: Organization ruleset conditions type: object description: |- @@ -44527,7 +45074,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -44561,7 +45108,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -44583,7 +45130,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -44596,7 +45143,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &277 + items: &282 title: Repository ruleset property targeting definition type: object @@ -44629,7 +45176,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *277 + items: *282 required: - repository_property type: @@ -44637,12 +45184,12 @@ paths: - object rules: type: array - items: &579 + items: &584 title: Repository Rule type: object description: A repository rule. oneOf: - - &281 + - &286 title: creation description: Only allow users with bypass permission to create matching refs. @@ -44654,7 +45201,7 @@ paths: type: string enum: - creation - - &282 + - &287 title: update description: Only allow users with bypass permission to update matching refs. @@ -44675,7 +45222,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &283 + - &288 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -44687,7 +45234,7 @@ paths: type: string enum: - deletion - - &284 + - &289 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -44699,7 +45246,7 @@ paths: type: string enum: - required_linear_history - - &577 + - &582 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -44777,7 +45324,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &285 + - &290 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -44801,7 +45348,7 @@ paths: type: string required: - required_deployment_environments - - &286 + - &291 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -44813,7 +45360,7 @@ paths: type: string enum: - required_signatures - - &287 + - &292 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -44919,7 +45466,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &288 + - &293 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -44967,7 +45514,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &289 + - &294 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -44979,7 +45526,7 @@ paths: type: string enum: - non_fast_forward - - &290 + - &295 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -45016,7 +45563,7 @@ paths: required: - operator - pattern - - &291 + - &296 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -45053,7 +45600,7 @@ paths: required: - operator - pattern - - &292 + - &297 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -45090,7 +45637,7 @@ paths: required: - operator - pattern - - &293 + - &298 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -45127,7 +45674,7 @@ paths: required: - operator - pattern - - &294 + - &299 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -45164,7 +45711,7 @@ paths: required: - operator - pattern - - &295 + - &300 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -45189,7 +45736,7 @@ paths: type: string required: - restricted_file_paths - - &296 + - &301 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -45213,7 +45760,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &297 + - &302 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -45236,7 +45783,7 @@ paths: type: string required: - restricted_file_extensions - - &298 + - &303 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -45261,7 +45808,7 @@ paths: maximum: 100 required: - max_file_size - - &299 + - &304 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -45311,7 +45858,7 @@ paths: - repository_id required: - workflows - - &300 + - &305 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -45372,7 +45919,7 @@ paths: - tool required: - code_scanning_tools - - &301 + - &306 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -45434,7 +45981,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -45450,7 +45997,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 requestBody: description: Request body required: true @@ -45471,25 +46018,20 @@ paths: - push - repository default: branch - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *280 + items: *284 + conditions: *285 rules: type: array description: An array of rules within the ruleset. - items: &304 + items: &309 title: Repository Rule type: object description: A repository rule. oneOf: - - *281 - - *282 - - *283 - - *284 - - *285 - *286 - *287 - *288 @@ -45506,6 +46048,11 @@ paths: - *299 - *300 - *301 + - *302 + - *303 + - *304 + - *305 + - *306 required: - name - enforcement @@ -45543,9 +46090,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: &303 + default: &308 value: id: 21 name: super cool ruleset @@ -45586,7 +46133,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *107 + '500': *53 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -45600,8 +46147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *67 - - &580 + - *73 + - &585 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 @@ -45616,7 +46163,7 @@ paths: in: query schema: type: string - - &581 + - &586 name: time_period description: |- The time period to filter by. @@ -45632,14 +46179,14 @@ paths: - week - month default: day - - &582 + - &587 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 - - &583 + - &588 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -45659,7 +46206,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &589 title: Rule Suites description: Response type: array @@ -45715,7 +46262,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &585 + default: &590 value: - id: 21 actor_id: 12 @@ -45739,7 +46286,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45758,8 +46305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *67 - - &586 + - *73 + - &591 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -45775,7 +46322,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &592 title: Rule Suite description: Response type: object @@ -45882,7 +46429,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &588 + default: &593 value: id: 21 actor_id: 12 @@ -45917,7 +46464,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45943,7 +46490,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -45955,11 +46502,11 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *303 + default: *308 '404': *6 - '500': *107 + '500': *53 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -45975,7 +46522,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46001,16 +46548,16 @@ paths: - tag - push - repository - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *280 + items: *284 + conditions: *285 rules: description: An array of rules within the ruleset. type: array - items: *304 + items: *309 examples: default: value: @@ -46045,12 +46592,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *303 + default: *308 '404': *6 '422': *15 - '500': *107 + '500': *53 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -46066,7 +46613,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46077,7 +46624,7 @@ paths: '204': description: Response '404': *6 - '500': *107 + '500': *53 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -46089,7 +46636,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *67 + - *73 - *17 - *19 - name: ruleset_id @@ -46105,7 +46652,7 @@ paths: application/json: schema: type: array - items: &305 + items: &310 title: Ruleset version type: object description: The historical version of a ruleset @@ -46129,7 +46676,7 @@ paths: type: string format: date-time examples: - default: &590 + default: &595 value: - version_id: 3 actor: @@ -46147,7 +46694,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46164,7 +46711,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46182,9 +46729,9 @@ paths: description: Response content: application/json: - schema: &591 + schema: &596 allOf: - - *305 + - *310 - type: object required: - state @@ -46231,7 +46778,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46253,8 +46800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *67 - - &592 + - *73 + - &597 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -46265,7 +46812,7 @@ paths: enum: - open - resolved - - &593 + - &598 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -46275,7 +46822,7 @@ paths: required: false schema: type: string - - &594 + - &599 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -46284,7 +46831,7 @@ paths: required: false schema: type: string - - &595 + - &600 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -46303,7 +46850,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &596 + - &601 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. @@ -46315,10 +46862,10 @@ paths: - created - updated default: created - - *53 + - *59 - *19 - *17 - - &597 + - &602 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 @@ -46328,7 +46875,7 @@ paths: required: false schema: type: string - - &598 + - &603 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 @@ -46338,7 +46885,7 @@ paths: required: false schema: type: string - - &599 + - &604 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -46347,7 +46894,7 @@ paths: required: false schema: type: string - - &600 + - &605 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -46356,7 +46903,7 @@ paths: schema: type: boolean default: false - - &601 + - &606 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -46365,7 +46912,7 @@ paths: schema: type: boolean default: false - - &602 + - &607 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -46384,27 +46931,27 @@ paths: items: type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &603 + state: &608 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: &604 + resolution: &609 type: - string - 'null' @@ -46438,7 +46985,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *58 + repository: *64 push_protection_bypassed: type: - boolean @@ -46511,14 +47058,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &605 + - &610 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &607 + - &612 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -46575,7 +47122,7 @@ paths: - blob_url - commit_sha - commit_url - - &608 + - &613 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. @@ -46636,7 +47183,7 @@ paths: - page_url - commit_sha - commit_url - - &609 + - &614 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -46651,7 +47198,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &610 + - &615 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -46666,7 +47213,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &611 + - &616 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -46681,7 +47228,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &612 + - &617 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -46696,7 +47243,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &613 + - &618 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -46711,7 +47258,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &614 + - &619 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -46726,7 +47273,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &615 + - &620 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. @@ -46741,7 +47288,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &616 + - &621 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. @@ -46756,7 +47303,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &617 + - &622 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. @@ -46771,7 +47318,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &618 + - &623 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. @@ -46786,7 +47333,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &619 + - &624 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 @@ -46987,9 +47534,9 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47014,7 +47561,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *67 + - *73 responses: '200': description: Response @@ -47026,7 +47573,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &307 + pattern_config_version: &312 type: - string - 'null' @@ -47036,7 +47583,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &306 + items: &311 type: object properties: token_type: @@ -47105,7 +47652,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *306 + items: *311 examples: default: value: @@ -47154,7 +47701,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *67 + - *73 requestBody: required: true content: @@ -47162,7 +47709,7 @@ paths: schema: type: object properties: - pattern_config_version: *307 + pattern_config_version: *312 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -47188,7 +47735,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *307 + custom_pattern_version: *312 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -47242,8 +47789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *67 - - *53 + - *73 + - *59 - name: sort description: The property to sort the results by. in: query @@ -47286,7 +47833,7 @@ paths: application/json: schema: type: array - items: &623 + items: &628 description: A repository security advisory. type: object properties: @@ -47473,7 +48020,7 @@ paths: - patched_versions - vulnerable_functions additionalProperties: false - cvss_severities: *55 + cvss_severities: *61 cwes: type: - array @@ -47509,7 +48056,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 credits_detailed: type: - array @@ -47520,7 +48067,7 @@ paths: type: object properties: user: *4 - type: *308 + type: *313 state: type: string description: The state of the user's acceptance of the @@ -47546,13 +48093,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *183 + items: *188 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *58 + - *64 type: - 'null' required: @@ -47583,7 +48130,7 @@ paths: - private_fork additionalProperties: false examples: - default: &624 + default: &629 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -47962,7 +48509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *67 + - *73 responses: '200': description: Response @@ -47970,7 +48517,7 @@ paths: application/json: schema: type: array - items: *239 + items: *244 examples: default: value: @@ -48010,8 +48557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -48036,8 +48583,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -48064,7 +48611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Immutable releases settings response @@ -48114,7 +48661,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -48172,7 +48719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *67 + - *73 - *19 - *17 responses: @@ -48190,9 +48737,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48211,7 +48758,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *67 + - *73 requestBody: required: true content: @@ -48260,8 +48807,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -48283,8 +48830,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -48307,7 +48854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -48325,7 +48872,7 @@ paths: type: integer network_configurations: type: array - items: &309 + items: &314 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -48403,7 +48950,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48422,7 +48969,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: - - *67 + - *73 requestBody: required: true content: @@ -48465,9 +49012,9 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: &310 + default: &315 value: id: 123456789ABCDEF name: My network configuration @@ -48495,8 +49042,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: - - *67 - - &311 + - *73 + - &316 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -48508,11 +49055,11 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: *310 + default: *315 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48531,8 +49078,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: - - *67 - - *311 + - *73 + - *316 requestBody: required: true content: @@ -48572,9 +49119,9 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: *310 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48593,8 +49140,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: - - *67 - - *311 + - *73 + - *316 responses: '204': description: Response @@ -48617,7 +49164,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: - - *67 + - *73 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -48676,7 +49223,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48706,8 +49253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *67 - - *69 + - *73 + - *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`). @@ -48739,13 +49286,13 @@ paths: application/json: schema: type: array - items: *312 + items: *317 examples: - default: *313 - '500': *107 + default: *318 + '500': *53 '403': *27 '404': *6 - '422': *314 + '422': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48763,7 +49310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *67 + - *73 - *17 - *19 - name: team_type @@ -48785,11 +49332,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -48809,7 +49356,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *67 + - *73 requestBody: required: true content: @@ -48873,7 +49420,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &320 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -48947,7 +49494,7 @@ paths: parent: anyOf: - type: 'null' - - *239 + - *244 members_count: type: integer examples: @@ -49272,7 +49819,7 @@ paths: - repos_count - organization examples: - default: &316 + default: &321 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49342,16 +49889,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *67 - - *69 + - *73 + - *75 responses: '200': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -49372,8 +49919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *67 - - *69 + - *73 + - *75 requestBody: required: false content: @@ -49436,16 +49983,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '201': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 '422': *15 '403': *27 @@ -49470,12 +50017,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response - '422': &317 + '422': &322 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -49498,8 +50045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -49509,12 +50056,12 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 - '422': *317 + Link: *65 + '422': *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49534,8 +50081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *67 - - *69 + - *73 + - *75 - name: role description: Filters members returned by their role in the team. in: query @@ -49558,9 +50105,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49588,15 +50135,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 responses: '200': description: Response content: application/json: - schema: &318 + schema: &323 title: Team Membership description: Team Membership type: object @@ -49624,7 +50171,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &640 + response-if-user-is-a-team-maintainer: &645 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -49660,9 +50207,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 requestBody: required: false content: @@ -49687,9 +50234,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-users-membership-with-team-is-now-pending: &641 + response-if-users-membership-with-team-is-now-pending: &646 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -49724,9 +50271,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 responses: '204': description: Response @@ -49752,8 +50299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -49763,11 +50310,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *254 + default: *259 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49794,16 +50341,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &642 + schema: &647 title: Team Repository description: A team's access to a repository. type: object @@ -49829,7 +50376,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 forks: type: integer permissions: @@ -50437,10 +50984,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 requestBody: required: false content: @@ -50485,10 +51032,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 responses: '204': description: Response @@ -50512,8 +51059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -50523,9 +51070,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - response-if-child-teams-exist: &643 + response-if-child-teams-exist: &648 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50553,7 +51100,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50578,7 +51125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *67 + - *73 - name: security_product in: path description: The security feature to enable or disable. @@ -50679,7 +51226,7 @@ paths: resources: type: object properties: - core: &321 + core: &326 title: Rate Limit type: object properties: @@ -50696,17 +51243,17 @@ paths: - remaining - reset - used - graphql: *321 - search: *321 - code_search: *321 - source_import: *321 - integration_manifest: *321 - code_scanning_upload: *321 - actions_runner_registration: *321 - scim: *321 - dependency_snapshots: *321 - dependency_sbom: *321 - code_scanning_autofix: *321 + graphql: *326 + search: *326 + code_search: *326 + source_import: *326 + integration_manifest: *326 + code_scanning_upload: *326 + actions_runner_registration: *326 + scim: *326 + dependency_snapshots: *326 + dependency_sbom: *326 + code_scanning_autofix: *326 required: - core - search @@ -50813,14 +51360,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *322 + schema: *327 examples: default-response: summary: Default response @@ -51325,7 +51872,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *323 + '301': *328 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51343,8 +51890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -51636,10 +52183,10 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 - '307': &325 + default: *329 + '307': &330 description: Temporary Redirect content: application/json: @@ -51668,8 +52215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -51691,7 +52238,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *325 + '307': *330 '404': *6 '409': *52 x-github: @@ -51715,11 +52262,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - - &358 + - &363 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -51742,7 +52289,7 @@ paths: type: integer artifacts: type: array - items: &326 + items: &331 title: Artifact description: An artifact type: object @@ -51837,7 +52384,7 @@ paths: - expires_at - updated_at examples: - default: &359 + default: &364 value: total_count: 2 artifacts: @@ -51876,7 +52423,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51898,9 +52445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *319 - - *320 - - &327 + - *324 + - *325 + - &332 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51912,7 +52459,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: default: value: @@ -51950,9 +52497,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *319 - - *320 - - *327 + - *324 + - *325 + - *332 responses: '204': description: Response @@ -51976,9 +52523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *319 - - *320 - - *327 + - *324 + - *325 + - *332 - name: archive_format in: path required: true @@ -51992,7 +52539,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': &514 + '410': &519 description: Gone content: application/json: @@ -52017,14 +52564,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &328 + schema: &333 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -52058,13 +52605,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *328 + schema: *333 examples: selected_actions: *40 responses: @@ -52093,14 +52640,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &329 + schema: &334 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -52134,13 +52681,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *329 + schema: *334 examples: selected_actions: *42 responses: @@ -52171,14 +52718,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *330 + schema: *335 examples: default: value: @@ -52204,11 +52751,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - - &331 + - &336 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 @@ -52236,13 +52783,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *53 + - *59 responses: '200': description: Response content: application/json: - schema: &332 + schema: &337 title: Repository actions caches description: Repository actions caches type: object @@ -52292,7 +52839,7 @@ paths: - total_count - actions_caches examples: - default: &333 + default: &338 value: total_count: 1 actions_caches: @@ -52304,7 +52851,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52324,23 +52871,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: - - *319 - - *320 + - *324 + - *325 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *331 + - *336 responses: '200': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52360,8 +52907,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: - - *319 - - *320 + - *324 + - *325 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -52392,9 +52939,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *319 - - *320 - - &334 + - *324 + - *325 + - &339 name: job_id description: The unique identifier of the job. in: path @@ -52406,7 +52953,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &367 title: Job description: Information of a job execution in a workflow run type: object @@ -52753,9 +53300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *319 - - *320 - - *334 + - *324 + - *325 + - *339 responses: '302': description: Response @@ -52783,9 +53330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *319 - - *320 - - *334 + - *324 + - *325 + - *339 requestBody: required: false content: @@ -52807,7 +53354,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -52831,8 +53378,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Status response @@ -52882,8 +53429,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -52917,7 +53464,7 @@ paths: description: Empty response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -52946,8 +53493,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -52965,7 +53512,7 @@ paths: type: integer secrets: type: array - items: &364 + items: &369 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52986,7 +53533,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &370 value: total_count: 2 secrets: @@ -52997,7 +53544,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53019,9 +53566,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *319 - - *320 - - *335 + - *324 + - *325 + - *340 - *19 responses: '200': @@ -53038,7 +53585,7 @@ paths: type: integer variables: type: array - items: &368 + items: &373 title: Actions Variable type: object properties: @@ -53072,7 +53619,7 @@ paths: - created_at - updated_at examples: - default: &369 + default: &374 value: total_count: 2 variables: @@ -53085,7 +53632,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53105,8 +53652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -53115,12 +53662,12 @@ paths: schema: type: object properties: - enabled: &337 + enabled: &342 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *133 - selected_actions_url: *336 - sha_pinning_required: *134 + allowed_actions: *138 + selected_actions_url: *341 + sha_pinning_required: *139 required: - enabled examples: @@ -53148,8 +53695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -53160,9 +53707,9 @@ paths: schema: type: object properties: - enabled: *337 - allowed_actions: *133 - sha_pinning_required: *134 + enabled: *342 + allowed_actions: *138 + sha_pinning_required: *139 required: - enabled examples: @@ -53192,14 +53739,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &338 + schema: &343 type: object properties: access_level: @@ -53216,7 +53763,7 @@ paths: required: - access_level examples: - default: &339 + default: &344 value: access_level: organization x-github: @@ -53240,15 +53787,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *338 + schema: *343 examples: - default: *339 + default: *344 responses: '204': description: Response @@ -53272,14 +53819,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *340 + schema: *345 examples: default: value: @@ -53303,8 +53850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Empty response for successful settings update @@ -53314,7 +53861,7 @@ paths: required: true content: application/json: - schema: *341 + schema: *346 examples: default: summary: Set retention days @@ -53338,16 +53885,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *135 + schema: *140 examples: - default: *342 + default: *347 '404': *6 x-github: enabledForGitHubApps: true @@ -53366,8 +53913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -53377,7 +53924,7 @@ paths: required: true content: application/json: - schema: *135 + schema: *140 examples: default: summary: Set approval policy to first time contributors @@ -53401,16 +53948,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *343 + schema: *348 examples: - default: *136 + default: *141 '403': *27 '404': *6 x-github: @@ -53430,15 +53977,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *344 + schema: *349 examples: - default: *136 + default: *141 responses: '204': description: Empty response for successful settings update @@ -53462,16 +54009,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *138 + schema: *143 examples: - default: *139 + default: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53490,8 +54037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -53499,9 +54046,9 @@ paths: required: false content: application/json: - schema: *138 + schema: *143 examples: - selected_actions: *139 + selected_actions: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53523,16 +54070,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *345 + schema: *350 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53553,8 +54100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Success response @@ -53565,9 +54112,9 @@ paths: required: true content: application/json: - schema: *346 + schema: *351 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53594,8 +54141,8 @@ paths: in: query schema: type: string - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -53613,11 +54160,11 @@ paths: type: integer runners: type: array - items: *150 + items: *155 examples: - default: *151 + default: *156 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53639,8 +54186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -53648,9 +54195,9 @@ paths: application/json: schema: type: array - items: *347 + items: *352 examples: - default: *348 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53672,8 +54219,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -53716,7 +54263,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *349 + '201': *354 '404': *6 '422': *7 '409': *52 @@ -53747,16 +54294,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *350 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53784,16 +54331,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *351 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53815,17 +54362,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: '200': description: Response content: application/json: - schema: *150 + schema: *155 examples: - default: *352 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53846,9 +54393,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: '204': description: Response @@ -53874,11 +54421,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: - '200': *154 + '200': *159 '404': *6 x-github: githubCloudOnly: false @@ -53900,9 +54447,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 requestBody: required: true content: @@ -53926,7 +54473,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -53950,9 +54497,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 requestBody: required: true content: @@ -53977,7 +54524,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -54001,11 +54548,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: - '200': *353 + '200': *358 '404': *6 x-github: githubCloudOnly: false @@ -54032,12 +54579,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: - - *319 - - *320 - - *149 - - *354 + - *324 + - *325 + - *154 + - *359 responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -54063,9 +54610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *319 - - *320 - - &372 + - *324 + - *325 + - &377 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. @@ -54073,7 +54620,7 @@ paths: required: false schema: type: string - - &373 + - &378 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54081,7 +54628,7 @@ paths: required: false schema: type: string - - &374 + - &379 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54090,7 +54637,7 @@ paths: required: false schema: type: string - - &375 + - &380 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 @@ -54117,7 +54664,7 @@ paths: - pending - *17 - *19 - - &376 + - &381 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)." @@ -54126,7 +54673,7 @@ paths: schema: type: string format: date-time - - &355 + - &360 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54135,13 +54682,13 @@ paths: schema: type: boolean default: false - - &377 + - &382 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &378 + - &383 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54164,7 +54711,7 @@ paths: type: integer workflow_runs: type: array - items: &356 + items: &361 title: Workflow Run description: An invocation of a workflow type: object @@ -54281,7 +54828,7 @@ paths: type: - array - 'null' - items: *78 + items: *84 created_at: type: string format: date-time @@ -54342,7 +54889,7 @@ paths: head_commit: anyOf: - type: 'null' - - &400 + - &405 title: Simple Commit description: A commit. type: object @@ -54416,8 +54963,8 @@ paths: - timestamp - author - committer - repository: *148 - head_repository: *148 + repository: *153 + head_repository: *153 head_repository_id: type: integer examples: @@ -54457,7 +55004,7 @@ paths: - workflow_url - pull_requests examples: - default: &379 + default: &384 value: total_count: 1 workflow_runs: @@ -54671,7 +55218,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54693,24 +55240,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *319 - - *320 - - &357 + - *324 + - *325 + - &362 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *355 + - *360 responses: '200': description: Response content: application/json: - schema: *356 + schema: *361 examples: - default: &360 + default: &365 value: id: 30433642 name: Build @@ -54951,9 +55498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '204': description: Response @@ -54976,9 +55523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -55106,15 +55653,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: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -55141,13 +55688,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 - *17 - *19 - - *358 - - *53 + - *363 + - *59 responses: '200': description: Response @@ -55163,11 +55710,11 @@ paths: type: integer artifacts: type: array - items: *326 + items: *331 examples: - default: *359 + default: *364 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55189,25 +55736,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *319 - - *320 - - *357 - - &361 + - *324 + - *325 + - *362 + - &366 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *355 + - *360 responses: '200': description: Response content: application/json: - schema: *356 + schema: *361 examples: - default: *360 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55230,10 +55777,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *319 - - *320 - - *357 - - *361 + - *324 + - *325 + - *362 + - *366 - *17 - *19 responses: @@ -55251,9 +55798,9 @@ paths: type: integer jobs: type: array - items: *362 + items: *367 examples: - default: &363 + default: &368 value: total_count: 1 jobs: @@ -55342,7 +55889,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -55366,10 +55913,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *319 - - *320 - - *357 - - *361 + - *324 + - *325 + - *362 + - *366 responses: '302': description: Response @@ -55397,15 +55944,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '202': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -55432,9 +55979,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: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: true content: @@ -55501,15 +56048,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '202': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -55536,9 +56083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 - 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 @@ -55568,11 +56115,11 @@ paths: type: integer jobs: type: array - items: *362 + items: *367 examples: - default: *363 + default: *368 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55595,9 +56142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '302': description: Response @@ -55624,14 +56171,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '204': description: Response '403': *27 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55653,9 +56200,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -55724,7 +56271,7 @@ paths: items: type: object properties: - type: &480 + type: &485 type: string description: The type of reviewer. enum: @@ -55735,7 +56282,7 @@ paths: reviewer: anyOf: - *4 - - *183 + - *188 required: - environment - wait_timer @@ -55810,9 +56357,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: true content: @@ -55862,7 +56409,7 @@ paths: application/json: schema: type: array - items: &475 + items: &480 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -55974,7 +56521,7 @@ paths: - created_at - updated_at examples: - default: &476 + default: &481 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56030,9 +56577,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: false content: @@ -56054,7 +56601,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56077,9 +56624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: false content: @@ -56101,7 +56648,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56133,9 +56680,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -56272,8 +56819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -56291,11 +56838,11 @@ paths: type: integer secrets: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56318,16 +56865,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *366 + schema: *371 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56349,17 +56896,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *364 + schema: *369 examples: - default: &493 + default: &498 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56385,9 +56932,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -56418,7 +56965,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56444,9 +56991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -56471,9 +57018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *319 - - *320 - - *335 + - *324 + - *325 + - *340 - *19 responses: '200': @@ -56490,11 +57037,11 @@ paths: type: integer variables: type: array - items: *368 + items: *373 examples: - default: *369 + default: *374 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56515,8 +57062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -56543,7 +57090,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56568,17 +57115,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 responses: '200': description: Response content: application/json: - schema: *368 + schema: *373 examples: - default: &494 + default: &499 value: name: USERNAME value: octocat @@ -56604,9 +57151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 requestBody: required: true content: @@ -56648,9 +57195,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 responses: '204': description: Response @@ -56675,8 +57222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -56694,7 +57241,7 @@ paths: type: integer workflows: type: array - items: &370 + items: &375 title: Workflow description: A GitHub Actions workflow type: object @@ -56789,7 +57336,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56812,9 +57359,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *319 - - *320 - - &371 + - *324 + - *325 + - &376 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -56829,7 +57376,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *375 examples: default: value: @@ -56862,9 +57409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Response @@ -56889,9 +57436,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -56972,9 +57519,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Response @@ -57001,19 +57548,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *319 - - *320 - - *371 - - *372 - - *373 - - *374 - - *375 - - *17 - - *19 + - *324 + - *325 - *376 - - *355 - *377 - *378 + - *379 + - *380 + - *17 + - *19 + - *381 + - *360 + - *382 + - *383 responses: '200': description: Response @@ -57029,11 +57576,11 @@ paths: type: integer workflow_runs: type: array - items: *356 + items: *361 examples: - default: *379 + default: *384 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57063,9 +57610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '200': description: Response @@ -57126,9 +57673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *319 - - *320 - - *53 + - *324 + - *325 + - *59 - *17 - *45 - *46 @@ -57276,7 +57823,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '422': *7 x-github: githubCloudOnly: false @@ -57295,8 +57842,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -57308,9 +57855,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -57333,8 +57880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *319 - - *320 + - *324 + - *325 - name: assignee in: path required: true @@ -57370,8 +57917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -57483,8 +58030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *45 - *46 @@ -57525,7 +58072,7 @@ paths: initiator: type: string examples: - default: *380 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57545,8 +58092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -57554,7 +58101,7 @@ paths: application/json: schema: type: array - items: &381 + items: &386 title: Autolink reference description: An autolink reference. type: object @@ -57613,8 +58160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -57653,9 +58200,9 @@ paths: description: response content: application/json: - schema: *381 + schema: *386 examples: - default: &382 + default: &387 value: id: 1 key_prefix: TICKET- @@ -57686,9 +58233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *319 - - *320 - - &383 + - *324 + - *325 + - &388 name: autolink_id description: The unique identifier of the autolink. in: path @@ -57700,9 +58247,9 @@ paths: description: Response content: application/json: - schema: *381 + schema: *386 examples: - default: *382 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -57722,9 +58269,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *319 - - *320 - - *383 + - *324 + - *325 + - *388 responses: '204': description: Response @@ -57748,8 +58295,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response if Dependabot is enabled @@ -57799,8 +58346,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -57821,8 +58368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -57842,8 +58389,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *319 - - *320 + - *324 + - *325 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -57881,7 +58428,7 @@ paths: - url protected: type: boolean - protection: &385 + protection: &390 title: Branch Protection description: Branch Protection type: object @@ -57924,7 +58471,7 @@ paths: required: - contexts - checks - enforce_admins: &388 + enforce_admins: &393 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -57941,7 +58488,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &390 + required_pull_request_reviews: &395 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -57963,7 +58510,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *183 + items: *188 apps: description: The list of apps with review dismissal access. @@ -57995,7 +58542,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *183 + items: *188 apps: description: The list of apps allowed to bypass pull request requirements. @@ -58025,7 +58572,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &387 + restrictions: &392 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58088,7 +58635,7 @@ paths: type: string teams: type: array - items: *183 + items: *188 apps: type: array items: @@ -58300,7 +58847,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -58318,9 +58865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *319 - - *320 - - &386 + - *324 + - *325 + - &391 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). @@ -58334,14 +58881,14 @@ paths: description: Response content: application/json: - schema: &396 + schema: &401 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &450 + commit: &455 title: Commit description: Commit type: object @@ -58380,7 +58927,7 @@ paths: author: anyOf: - type: 'null' - - &384 + - &389 title: Git User description: Metaproperties for Git author/committer information. @@ -58402,7 +58949,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 message: type: string examples: @@ -58426,7 +58973,7 @@ paths: required: - sha - url - verification: &500 + verification: &505 title: Verification type: object properties: @@ -58462,14 +59009,14 @@ paths: author: oneOf: - *4 - - *157 + - *162 type: - 'null' - object committer: oneOf: - *4 - - *157 + - *162 type: - 'null' - object @@ -58506,7 +59053,7 @@ paths: type: integer files: type: array - items: &461 + items: &466 title: Diff Entry description: Diff Entry type: object @@ -58602,7 +59149,7 @@ paths: - self protected: type: boolean - protection: *385 + protection: *390 protection_url: type: string format: uri @@ -58711,7 +59258,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *323 + '301': *328 '404': *6 x-github: githubCloudOnly: false @@ -58733,15 +59280,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: default: value: @@ -58935,9 +59482,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -59197,7 +59744,7 @@ paths: url: type: string format: uri - required_status_checks: &393 + required_status_checks: &398 title: Status Check Policy description: Status Check Policy type: object @@ -59278,7 +59825,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 apps: type: array items: *5 @@ -59296,7 +59843,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 apps: type: array items: *5 @@ -59356,7 +59903,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *387 + restrictions: *392 required_conversation_resolution: type: object properties: @@ -59468,9 +60015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -59495,17 +60042,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: &389 + default: &394 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -59527,17 +60074,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: *389 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59556,9 +60103,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -59583,17 +60130,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *390 + schema: *395 examples: - default: &391 + default: &396 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -59689,9 +60236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -59789,9 +60336,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *395 examples: - default: *391 + default: *396 '422': *15 x-github: githubCloudOnly: false @@ -59812,9 +60359,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -59841,17 +60388,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: &392 + default: &397 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -59874,17 +60421,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: *392 + default: *397 '404': *6 x-github: githubCloudOnly: false @@ -59904,9 +60451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -59931,17 +60478,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *393 + schema: *398 examples: - default: &394 + default: &399 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -59967,9 +60514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60021,9 +60568,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *398 examples: - default: *394 + default: *399 '404': *6 '422': *15 x-github: @@ -60045,9 +60592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60071,9 +60618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -60107,9 +60654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60176,9 +60723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60242,9 +60789,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: content: application/json: @@ -60310,15 +60857,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *387 + schema: *392 examples: default: value: @@ -60409,9 +60956,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60434,9 +60981,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -60446,7 +60993,7 @@ paths: type: array items: *5 examples: - default: &395 + default: &400 value: - id: 1 slug: octoapp @@ -60503,9 +61050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -60539,7 +61086,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -60560,9 +61107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -60596,7 +61143,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -60617,9 +61164,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -60653,7 +61200,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -60675,9 +61222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -60685,9 +61232,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '404': *6 x-github: githubCloudOnly: false @@ -60707,9 +61254,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60745,9 +61292,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -60768,9 +61315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60806,9 +61353,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -60829,9 +61376,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: content: application/json: @@ -60866,9 +61413,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -60890,9 +61437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -60902,7 +61449,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '404': *6 x-github: githubCloudOnly: false @@ -60926,9 +61473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -60961,7 +61508,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -60986,9 +61533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61021,7 +61568,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -61046,9 +61593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61081,7 +61628,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -61108,9 +61655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61132,7 +61679,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *401 examples: default: value: @@ -61248,8 +61795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -61528,7 +62075,7 @@ paths: description: Response content: application/json: - schema: &397 + schema: &402 title: CheckRun description: A check performed on the code of a given code change type: object @@ -61663,8 +62210,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *78 - deployment: &705 + items: *84 + deployment: &710 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61951,9 +62498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *319 - - *320 - - &398 + - *324 + - *325 + - &403 name: check_run_id description: The unique identifier of the check run. in: path @@ -61965,9 +62512,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *402 examples: - default: &399 + default: &404 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62067,9 +62614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 requestBody: required: true content: @@ -62309,9 +62856,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *402 examples: - default: *399 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62331,9 +62878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 - *17 - *19 responses: @@ -62423,7 +62970,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62443,15 +62990,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -62489,8 +63036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -62512,7 +63059,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &401 + schema: &406 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -62594,12 +63141,12 @@ paths: type: - array - 'null' - items: *78 + items: *84 app: anyOf: - type: 'null' - *5 - repository: *148 + repository: *153 created_at: type: - string @@ -62610,7 +63157,7 @@ paths: - string - 'null' format: date-time - head_commit: *400 + head_commit: *405 latest_check_runs_count: type: integer check_runs_url: @@ -62638,7 +63185,7 @@ paths: - check_runs_url - pull_requests examples: - default: &402 + default: &407 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62929,9 +63476,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *401 + schema: *406 examples: - default: *402 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62950,8 +63497,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -63012,7 +63559,7 @@ paths: required: - app_id - setting - repository: *148 + repository: *153 examples: default: value: @@ -63260,9 +63807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *319 - - *320 - - &403 + - *324 + - *325 + - &408 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -63274,9 +63821,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *406 examples: - default: *402 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63299,17 +63846,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *319 - - *320 - - *403 - - &456 + - *324 + - *325 + - *408 + - &461 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &457 + - &462 name: status description: Returns check runs with the specified `status`. in: query @@ -63348,9 +63895,9 @@ paths: type: integer check_runs: type: array - items: *397 + items: *402 examples: - default: &458 + default: &463 value: total_count: 1 check_runs: @@ -63432,7 +63979,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63452,15 +63999,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *319 - - *320 - - *403 + - *324 + - *325 + - *408 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -63487,28 +64034,28 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *319 - - *320 - - *404 - - *405 + - *324 + - *325 + - *409 + - *410 - *19 - *17 - - &422 + - &427 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: *406 - - &423 + schema: *411 + - &428 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *53 + - *59 - *45 - *46 - name: sort @@ -63526,13 +64073,13 @@ paths: be returned. in: query required: false - schema: *407 + schema: *412 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *408 + schema: *413 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -63551,24 +64098,24 @@ paths: items: type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: *409 - state: *175 - fixed_at: *171 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: *414 + state: *180 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: *410 - dismissed_comment: *411 - rule: *412 - tool: *413 - most_recent_instance: *414 + dismissed_at: *177 + dismissed_reason: *415 + dismissed_comment: *416 + rule: *417 + tool: *418 + most_recent_instance: *419 dismissal_approved_by: anyOf: - type: 'null' @@ -63691,14 +64238,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &415 + '403': &420 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63718,9 +64265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *319 - - *320 - - &416 + - *324 + - *325 + - &421 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -63728,30 +64275,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *166 + schema: *171 responses: '200': description: Response content: application/json: - schema: &417 + schema: &422 type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: *409 - state: *175 - fixed_at: *171 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: *414 + state: *180 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: *410 - dismissed_comment: *411 + dismissed_at: *177 + dismissed_reason: *415 + dismissed_comment: *416 rule: type: object properties: @@ -63813,8 +64360,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *413 - most_recent_instance: *414 + tool: *418 + most_recent_instance: *419 dismissal_approved_by: anyOf: - type: 'null' @@ -63910,9 +64457,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63930,9 +64477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: true content: @@ -63947,8 +64494,8 @@ paths: enum: - open - dismissed - dismissed_reason: *410 - dismissed_comment: *411 + dismissed_reason: *415 + dismissed_comment: *416 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -63976,7 +64523,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *422 examples: default: value: @@ -64052,14 +64599,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &421 + '403': &426 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': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64079,15 +64626,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 responses: '200': description: Response content: application/json: - schema: &418 + schema: &423 type: object properties: status: @@ -64114,13 +64661,13 @@ paths: - description - started_at examples: - default: &419 + default: &424 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &420 + '400': &425 description: Bad Request content: application/json: @@ -64131,9 +64678,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': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64156,29 +64703,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 responses: '200': description: OK content: application/json: - schema: *418 + schema: *423 examples: - default: *419 + default: *424 '202': description: Accepted content: application/json: - schema: *418 + schema: *423 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *420 + '400': *425 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -64188,7 +64735,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64210,9 +64757,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: false content: @@ -64258,12 +64805,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *420 - '403': *421 + '400': *425 + '403': *426 '404': *6 '422': description: Unprocessable Entity - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64283,13 +64830,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 - *19 - *17 - - *422 - - *423 + - *427 + - *428 responses: '200': description: Response @@ -64300,10 +64847,10 @@ paths: items: type: object properties: - ref: *406 - analysis_key: *424 - environment: *425 - category: *426 + ref: *411 + analysis_key: *429 + environment: *430 + category: *431 state: type: - string @@ -64320,7 +64867,7 @@ paths: properties: text: type: string - location: *427 + location: *432 html_url: type: string classifications: @@ -64328,7 +64875,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: *428 + items: *433 examples: default: value: @@ -64365,9 +64912,9 @@ paths: end_column: 50 classifications: - source - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64399,30 +64946,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *319 - - *320 - - *404 - - *405 + - *324 + - *325 + - *409 + - *410 - *19 - *17 - - *423 + - *428 - 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: *406 + schema: *411 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &429 + schema: &434 type: string description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *53 + - *59 - name: sort description: The property by which to sort the results. in: query @@ -64439,23 +64986,23 @@ paths: application/json: schema: type: array - items: &430 + items: &435 type: object properties: - ref: *406 - commit_sha: &438 + ref: *411 + commit_sha: &443 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: *424 + analysis_key: *429 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *426 + category: *431 error: type: string examples: @@ -64480,8 +65027,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *429 - tool: *413 + sarif_id: *434 + tool: *418 deletable: type: boolean warning: @@ -64543,9 +65090,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64579,8 +65126,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: - - *319 - - *320 + - *324 + - *325 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -64593,7 +65140,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *435 examples: response: summary: application/json response @@ -64647,14 +65194,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *415 + '403': *420 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64734,8 +65281,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: - - *319 - - *320 + - *324 + - *325 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -64791,9 +65338,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': *421 + '403': *426 '404': *6 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64813,8 +65360,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -64822,7 +65369,7 @@ paths: application/json: schema: type: array - items: &431 + items: &436 title: CodeQL Database description: A CodeQL database. type: object @@ -64934,9 +65481,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': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64963,8 +65510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: language in: path description: The language of the CodeQL database. @@ -64976,7 +65523,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *436 examples: default: value: @@ -65008,11 +65555,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': &463 + '302': &468 description: Found - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65032,8 +65579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *319 - - *320 + - *324 + - *325 - name: language in: path description: The language of the CodeQL database. @@ -65043,9 +65590,9 @@ paths: responses: '204': description: Response - '403': *421 + '403': *426 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65071,8 +65618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -65081,7 +65628,7 @@ paths: type: object additionalProperties: false properties: - language: &432 + language: &437 type: string description: The language targeted by the CodeQL query enum: @@ -65161,7 +65708,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &436 + schema: &441 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -65169,9 +65716,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *58 + controller_repo: *64 actor: *4 - query_language: *432 + query_language: *437 query_pack_url: type: string description: The download url for the query pack. @@ -65219,7 +65766,7 @@ paths: items: type: object properties: - repository: &433 + repository: &438 title: Repository Identifier description: Repository Identifier type: object @@ -65261,7 +65808,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &437 + analysis_status: &442 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65293,7 +65840,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &434 + access_mismatch_repos: &439 type: object properties: repository_count: @@ -65308,7 +65855,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: *433 + items: *438 required: - repository_count - repositories @@ -65331,8 +65878,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *434 - over_limit_repos: *434 + no_codeql_db_repos: *439 + over_limit_repos: *439 required: - access_mismatch_repos - not_found_repos @@ -65348,7 +65895,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &435 + value: &440 summary: Default response value: id: 1 @@ -65494,17 +66041,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *435 + value: *440 repository_lists: summary: Response for a successful variant analysis submission - value: *435 + value: *440 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65525,8 +66072,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: - - *319 - - *320 + - *324 + - *325 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -65538,11 +66085,11 @@ paths: description: Response content: application/json: - schema: *436 + schema: *441 examples: - default: *435 + default: *440 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65563,7 +66110,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: - - *319 + - *324 - name: repo in: path description: The name of the controller repository. @@ -65597,8 +66144,8 @@ paths: schema: type: object properties: - repository: *58 - analysis_status: *437 + repository: *64 + analysis_status: *442 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -65702,7 +66249,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65723,8 +66270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -65815,9 +66362,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65836,8 +66383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -65906,7 +66453,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -65931,7 +66478,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *421 + '403': *426 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -65945,7 +66492,7 @@ paths: content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66002,8 +66549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -66011,7 +66558,7 @@ paths: schema: type: object properties: - commit_sha: *438 + commit_sha: *443 ref: type: string description: |- @@ -66071,7 +66618,7 @@ paths: schema: type: object properties: - id: *429 + id: *434 url: type: string description: The REST API URL for checking the status of the upload. @@ -66085,11 +66632,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': *421 + '403': *426 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -66108,8 +66655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *319 - - *320 + - *324 + - *325 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66157,10 +66704,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': *415 + '403': *420 '404': description: Not Found if the sarif id does not match any upload - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -66182,8 +66729,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -66239,7 +66786,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': *179 + '204': *184 '304': *35 '403': *27 '404': *6 @@ -66264,8 +66811,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *319 - - *320 + - *324 + - *325 - 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 @@ -66393,8 +66940,8 @@ paths: parameters: - *17 - *19 - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -66410,7 +66957,7 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: default: value: @@ -66686,7 +67233,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': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -66708,8 +67255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -66773,22 +67320,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66812,8 +67359,8 @@ paths: parameters: - *17 - *19 - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -66853,7 +67400,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *107 + '500': *53 '400': *14 '401': *23 '403': *27 @@ -66877,8 +67424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -66915,9 +67462,9 @@ paths: type: integer machines: type: array - items: *440 + items: *445 examples: - default: &648 + default: &653 value: total_count: 2 machines: @@ -66934,7 +67481,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -66957,8 +67504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *319 - - *320 + - *324 + - *325 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67045,8 +67592,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: - - *319 - - *320 + - *324 + - *325 - 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 @@ -67094,7 +67641,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67115,8 +67662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -67134,7 +67681,7 @@ paths: type: integer secrets: type: array - items: &444 + items: &449 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67155,9 +67702,9 @@ paths: - created_at - updated_at examples: - default: *441 + default: *446 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67178,16 +67725,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *442 + schema: *447 examples: - default: *443 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67207,17 +67754,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *444 + schema: *449 examples: - default: *445 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67237,9 +67784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -67267,7 +67814,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -67291,9 +67838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -67321,8 +67868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *319 - - *320 + - *324 + - *325 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -67360,7 +67907,7 @@ paths: application/json: schema: type: array - items: &446 + items: &451 title: Collaborator description: Collaborator type: object @@ -67528,7 +68075,7 @@ paths: admin: false role_name: write headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -67553,9 +68100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '204': description: Response if user is a collaborator @@ -67601,9 +68148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 requestBody: required: false content: @@ -67629,7 +68176,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &513 + schema: &518 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -67641,7 +68188,7 @@ paths: format: int64 examples: - 42 - repository: *148 + repository: *153 invitee: anyOf: - type: 'null' @@ -67817,7 +68364,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *116 + schema: *121 '403': *27 x-github: triggersNotification: true @@ -67857,9 +68404,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '204': description: No Content when collaborator was removed from the repository. @@ -67890,9 +68437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '200': description: if user has admin permissions @@ -67912,7 +68459,7 @@ paths: user: anyOf: - type: 'null' - - *446 + - *451 required: - permission - role_name @@ -67966,8 +68513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -67977,7 +68524,7 @@ paths: application/json: schema: type: array - items: &447 + items: &452 title: Commit Comment description: Commit Comment type: object @@ -68018,8 +68565,8 @@ paths: updated_at: type: string format: date-time - author_association: *72 - reactions: *73 + author_association: *78 + reactions: *79 required: - url - html_url @@ -68035,7 +68582,7 @@ paths: - created_at - updated_at examples: - default: &452 + default: &457 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68069,7 +68616,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68094,17 +68641,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *447 + schema: *452 examples: - default: &453 + default: &458 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68161,9 +68708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -68185,7 +68732,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *452 examples: default: value: @@ -68236,9 +68783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -68259,9 +68806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -68287,7 +68834,7 @@ paths: application/json: schema: type: array - items: &448 + items: &453 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -68331,7 +68878,7 @@ paths: - content - created_at examples: - default: &516 + default: &521 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -68357,7 +68904,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -68376,9 +68923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -68410,9 +68957,9 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: &449 + default: &454 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -68441,9 +68988,9 @@ paths: description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -68465,10 +69012,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *319 - - *320 - - *89 - - &517 + - *324 + - *325 + - *95 + - &522 name: reaction_id description: The unique identifier of the reaction. in: path @@ -68523,8 +69070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *319 - - *320 + - *324 + - *325 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -68580,9 +69127,9 @@ paths: application/json: schema: type: array - items: *450 + items: *455 examples: - default: &563 + default: &568 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68652,8 +69199,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *59 - '500': *107 + Link: *65 + '500': *53 '400': *14 '404': *6 '409': *52 @@ -68676,9 +69223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *319 - - *320 - - &451 + - *324 + - *325 + - &456 name: commit_sha description: The SHA of the commit. in: path @@ -68750,9 +69297,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 - *17 - *19 responses: @@ -68762,11 +69309,11 @@ paths: application/json: schema: type: array - items: *447 + items: *452 examples: - default: *452 + default: *457 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68792,9 +69339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 requestBody: required: true content: @@ -68829,9 +69376,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *452 examples: - default: *453 + default: *458 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68859,9 +69406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 - *17 - *19 responses: @@ -68871,9 +69418,9 @@ paths: application/json: schema: type: array - items: *454 + items: *459 examples: - default: &555 + default: &560 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69352,7 +69899,7 @@ paths: auto_merge: draft: false headers: - Link: *59 + Link: *65 '409': *52 x-github: githubCloudOnly: false @@ -69410,11 +69957,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 - - &455 + - &460 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)" @@ -69429,9 +69976,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *455 examples: - default: &543 + default: &548 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69517,8 +70064,8 @@ paths: ..... '422': *15 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 '409': *52 x-github: githubCloudOnly: false @@ -69544,11 +70091,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *319 - - *320 - - *455 - - *456 - - *457 + - *324 + - *325 + - *460 + - *461 + - *462 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -69582,11 +70129,11 @@ paths: type: integer check_runs: type: array - items: *397 + items: *402 examples: - default: *458 + default: *463 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69609,9 +70156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -69619,7 +70166,7 @@ paths: schema: type: integer example: 1 - - *456 + - *461 - *17 - *19 responses: @@ -69637,7 +70184,7 @@ paths: type: integer check_suites: type: array - items: *401 + items: *406 examples: default: value: @@ -69812,7 +70359,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69837,9 +70384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - *17 - *19 responses: @@ -69910,7 +70457,7 @@ paths: type: string total_count: type: integer - repository: *148 + repository: *153 commit_url: type: string format: uri @@ -70041,9 +70588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - *17 - *19 responses: @@ -70053,7 +70600,7 @@ paths: application/json: schema: type: array - items: &628 + items: &633 title: Status description: The status of a commit. type: object @@ -70133,8 +70680,8 @@ paths: type: User site_admin: false headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70162,8 +70709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -70196,11 +70743,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *459 + - *464 code_of_conduct_file: anyOf: - type: 'null' - - &460 + - &465 title: Community Health File type: object properties: @@ -70216,23 +70763,23 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 contributing: anyOf: - type: 'null' - - *460 + - *465 readme: anyOf: - type: 'null' - - *460 + - *465 issue_template: anyOf: - type: 'null' - - *460 + - *465 pull_request_template: anyOf: - type: 'null' - - *460 + - *465 required: - code_of_conduct - code_of_conduct_file @@ -70361,8 +70908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 - name: basehead @@ -70410,8 +70957,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *450 - merge_base_commit: *450 + base_commit: *455 + merge_base_commit: *455 status: type: string enum: @@ -70435,10 +70982,10 @@ paths: - 6 commits: type: array - items: *450 + items: *455 files: type: array - items: *461 + items: *466 required: - url - html_url @@ -70681,8 +71228,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70724,8 +71271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -70895,7 +71442,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &462 + response-if-content-is-a-file-github-object: &467 summary: Response if content is a file value: type: file @@ -71032,7 +71579,7 @@ paths: - size - type - url - - &568 + - &573 title: Content File description: Content File type: object @@ -71250,7 +71797,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *462 + response-if-content-is-a-file: *467 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -71319,7 +71866,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *463 + '302': *468 '304': *35 x-github: githubCloudOnly: false @@ -71342,8 +71889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -71438,7 +71985,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &469 title: File Commit description: File Commit type: object @@ -71594,7 +72141,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *469 examples: example-for-creating-a-file: value: @@ -71648,7 +72195,7 @@ paths: schema: oneOf: - *3 - - &495 + - &500 description: Repository rule violation was detected type: object properties: @@ -71669,7 +72216,7 @@ paths: items: type: object properties: - placeholder_id: &620 + placeholder_id: &625 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -71701,8 +72248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -71763,7 +72310,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *469 examples: default: value: @@ -71798,7 +72345,7 @@ paths: '422': *15 '404': *6 '409': *52 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71818,8 +72365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *319 - - *320 + - *324 + - *325 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -71920,7 +72467,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *59 + Link: *65 '204': description: Response if repository is empty '403': *27 @@ -71943,24 +72490,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *319 - - *320 - - *185 - - *186 - - *187 - - *188 + - *324 + - *325 + - *190 + - *191 + - *192 + - *193 - 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 - - *189 - - *465 - - *190 - - *191 - - *192 - - *53 + - *194 + - *470 + - *195 + - *196 + - *197 + - *59 - *45 - *46 - *17 @@ -71971,11 +72518,11 @@ paths: application/json: schema: type: array - items: &469 + items: &474 type: object description: A Dependabot alert. properties: - number: *166 + number: *171 state: type: string description: The state of the Dependabot alert. @@ -71990,7 +72537,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *54 + package: *60 manifest_path: type: string description: The full path to the dependency manifest file, @@ -72021,13 +72568,13 @@ paths: - direct - transitive - - security_advisory: *466 - security_vulnerability: *57 - url: *169 - html_url: *170 - created_at: *167 - updated_at: *168 - dismissed_at: *172 + security_advisory: *471 + security_vulnerability: *63 + url: *174 + html_url: *175 + created_at: *172 + updated_at: *173 + dismissed_at: *177 dismissed_by: anyOf: - type: 'null' @@ -72051,9 +72598,9 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *171 - auto_dismissed_at: *467 - dismissal_request: *468 + fixed_at: *176 + auto_dismissed_at: *472 + dismissal_request: *473 assignees: type: array description: The users assigned to this alert. @@ -72308,9 +72855,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *319 - - *320 - - &470 + - *324 + - *325 + - &475 name: alert_number in: path description: |- @@ -72319,13 +72866,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *166 + schema: *171 responses: '200': description: Response content: application/json: - schema: *469 + schema: *474 examples: default: value: @@ -72457,9 +73004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *319 - - *320 - - *470 + - *324 + - *325 + - *475 requestBody: required: true content: @@ -72515,7 +73062,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *474 examples: default: value: @@ -72645,8 +73192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -72664,7 +73211,7 @@ paths: type: integer secrets: type: array - items: &473 + items: &478 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -72696,7 +73243,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72718,16 +73265,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *471 + schema: *476 examples: - default: *472 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72747,15 +73294,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *473 + schema: *478 examples: default: value: @@ -72781,9 +73328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -72811,7 +73358,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -72835,9 +73382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -72859,8 +73406,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: - - *319 - - *320 + - *324 + - *325 - 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 @@ -73010,7 +73557,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *59 + Link: *65 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -73034,8 +73581,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -73272,7 +73819,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *59 + Link: *65 '404': *6 '403': *27 x-github: @@ -73295,8 +73842,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -73379,7 +73926,7 @@ paths: - version - url additionalProperties: false - metadata: &474 + metadata: &479 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -73418,7 +73965,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *474 + metadata: *479 resolved: type: object description: A collection of resolved package dependencies. @@ -73432,7 +73979,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *474 + metadata: *479 relationship: type: string description: A notation of whether a dependency is requested @@ -73565,8 +74112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *319 - - *320 + - *324 + - *325 - name: sha description: The SHA recorded at creation time. in: query @@ -73607,11 +74154,11 @@ paths: application/json: schema: type: array - items: *475 + items: *480 examples: - default: *476 + default: *481 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73675,8 +74222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -73758,7 +74305,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *480 examples: simple-example: summary: Simple example @@ -73831,9 +74378,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *319 - - *320 - - &477 + - *324 + - *325 + - &482 name: deployment_id description: deployment_id parameter in: path @@ -73845,7 +74392,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *480 examples: default: value: @@ -73910,9 +74457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 responses: '204': description: Response @@ -73934,9 +74481,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 - *17 - *19 responses: @@ -73946,7 +74493,7 @@ paths: application/json: schema: type: array - items: &478 + items: &483 title: Deployment Status description: The status of a deployment. type: object @@ -74090,7 +74637,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -74110,9 +74657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 requestBody: required: true content: @@ -74187,9 +74734,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *483 examples: - default: &479 + default: &484 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -74245,9 +74792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 - name: status_id in: path required: true @@ -74258,9 +74805,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *483 examples: - default: *479 + default: *484 '404': *6 x-github: githubCloudOnly: false @@ -74285,8 +74832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -74343,8 +74890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -74362,7 +74909,7 @@ paths: - 5 environments: type: array - items: &481 + items: &486 title: Environment description: Details of a deployment environment type: object @@ -74424,7 +74971,7 @@ paths: type: string examples: - wait_timer - wait_timer: &483 + wait_timer: &488 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -74466,11 +75013,11 @@ paths: items: type: object properties: - type: *480 + type: *485 reviewer: anyOf: - *4 - - *183 + - *188 required: - id - node_id @@ -74493,7 +75040,7 @@ paths: - id - node_id - type - deployment_branch_policy: &484 + deployment_branch_policy: &489 type: - object - 'null' @@ -74610,9 +75157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *319 - - *320 - - &482 + - *324 + - *325 + - &487 name: environment_name in: path required: true @@ -74625,9 +75172,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *486 examples: - default: &485 + default: &490 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -74711,9 +75258,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: false content: @@ -74723,7 +75270,7 @@ paths: - object - 'null' properties: - wait_timer: *483 + wait_timer: *488 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -74742,14 +75289,14 @@ paths: items: type: object properties: - type: *480 + type: *485 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *484 + deployment_branch_policy: *489 additionalProperties: false examples: default: @@ -74769,9 +75316,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *486 examples: - default: *485 + default: *490 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -74795,9 +75342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 responses: '204': description: Default response @@ -74822,9 +75369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 - *17 - *19 responses: @@ -74843,7 +75390,7 @@ paths: - 2 branch_policies: type: array - items: &486 + items: &491 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74904,9 +75451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: true content: @@ -74954,9 +75501,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - example-wildcard: &487 + example-wildcard: &492 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74998,10 +75545,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - &488 + - *324 + - *325 + - *487 + - &493 name: branch_policy_id in: path required: true @@ -75013,9 +75560,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - default: *487 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75034,10 +75581,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - *488 + - *324 + - *325 + - *487 + - *493 requestBody: required: true content: @@ -75066,9 +75613,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - default: *487 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75087,10 +75634,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - *488 + - *324 + - *325 + - *487 + - *493 responses: '204': description: Response @@ -75115,9 +75662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 responses: '200': description: List of deployment protection rules @@ -75134,7 +75681,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &489 + items: &494 title: Deployment protection rule description: Deployment protection rule type: object @@ -75156,7 +75703,7 @@ paths: for the environment. examples: - true - app: &490 + app: &495 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -75259,9 +75806,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: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 requestBody: content: application/json: @@ -75282,9 +75829,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *489 + schema: *494 examples: - default: &491 + default: &496 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -75319,9 +75866,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: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 - *19 - *17 responses: @@ -75341,7 +75888,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *490 + items: *495 examples: default: value: @@ -75376,10 +75923,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *319 - - *320 - - *482 - - &492 + - *324 + - *325 + - *487 + - &497 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -75391,9 +75938,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *494 examples: - default: *491 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75414,10 +75961,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *482 - - *320 - - *319 - - *492 + - *487 + - *325 + - *324 + - *497 responses: '204': description: Response @@ -75443,9 +75990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 - *17 - *19 responses: @@ -75463,11 +76010,11 @@ paths: type: integer secrets: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75490,17 +76037,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 responses: '200': description: Response content: application/json: - schema: *366 + schema: *371 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75522,18 +76069,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 responses: '200': description: Response content: application/json: - schema: *364 + schema: *369 examples: - default: *493 + default: *498 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75555,10 +76102,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 requestBody: required: true content: @@ -75589,7 +76136,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -75615,10 +76162,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 responses: '204': description: Default response @@ -75643,10 +76190,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *319 - - *320 - - *482 - - *335 + - *324 + - *325 + - *487 + - *340 - *19 responses: '200': @@ -75663,11 +76210,11 @@ paths: type: integer variables: type: array - items: *368 + items: *373 examples: - default: *369 + default: *374 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75688,9 +76235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: true content: @@ -75717,7 +76264,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -75742,18 +76289,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *319 - - *320 - - *482 - - *159 + - *324 + - *325 + - *487 + - *164 responses: '200': description: Response content: application/json: - schema: *368 + schema: *373 examples: - default: *494 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75774,10 +76321,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *319 - - *320 - - *159 - - *482 + - *324 + - *325 + - *164 + - *487 requestBody: required: true content: @@ -75819,10 +76366,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *319 - - *320 - - *159 - - *482 + - *324 + - *325 + - *164 + - *487 responses: '204': description: Response @@ -75844,8 +76391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -75855,7 +76402,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: 200-response: value: @@ -75913,8 +76460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *319 - - *320 + - *324 + - *325 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -75936,7 +76483,7 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: default: value: @@ -76049,7 +76596,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *59 + Link: *65 '400': *14 x-github: githubCloudOnly: false @@ -76073,8 +76620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -76107,9 +76654,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 '400': *14 '422': *15 '403': *27 @@ -76130,8 +76677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -76190,8 +76737,8 @@ paths: application/json: schema: oneOf: - - *116 - - *495 + - *121 + - *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76216,8 +76763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *319 - - *320 + - *324 + - *325 - name: file_sha in: path required: true @@ -76317,8 +76864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -76427,7 +76974,7 @@ paths: description: Response content: application/json: - schema: &496 + schema: &501 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -76654,15 +77201,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 responses: '200': description: Response content: application/json: - schema: *496 + schema: *501 examples: default: value: @@ -76718,9 +77265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *319 - - *320 - - &497 + - *324 + - *325 + - &502 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. @@ -76737,7 +77284,7 @@ paths: application/json: schema: type: array - items: &498 + items: &503 title: Git Reference description: Git references within a repository type: object @@ -76791,7 +77338,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *59 + Link: *65 '409': *52 x-github: githubCloudOnly: false @@ -76813,17 +77360,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 responses: '200': description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: &499 + default: &504 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -76852,8 +77399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -76882,9 +77429,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: *499 + default: *504 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76910,9 +77457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 requestBody: required: true content: @@ -76941,9 +77488,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: *499 + default: *504 '422': *15 '409': *52 x-github: @@ -76961,9 +77508,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 responses: '204': description: Response @@ -77018,8 +77565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77086,7 +77633,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &506 title: Git Tag description: Metadata for a Git tag type: object @@ -77142,7 +77689,7 @@ paths: - sha - type - url - verification: *500 + verification: *505 required: - sha - url @@ -77152,7 +77699,7 @@ paths: - tag - message examples: - default: &502 + default: &507 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -77225,8 +77772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *319 - - *320 + - *324 + - *325 - name: tag_sha in: path required: true @@ -77237,9 +77784,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *506 examples: - default: *502 + default: *507 '404': *6 '409': *52 x-github: @@ -77263,8 +77810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77338,7 +77885,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &508 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -77440,8 +77987,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *319 - - *320 + - *324 + - *325 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -77464,7 +78011,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *508 examples: default-response: summary: Default response @@ -77523,8 +78070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -77534,7 +78081,7 @@ paths: application/json: schema: type: array - items: &504 + items: &509 title: Webhook description: Webhooks for repositories. type: object @@ -77597,7 +78144,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &736 + last_response: &741 title: Hook Response type: object properties: @@ -77655,7 +78202,7 @@ paths: status: unused message: headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -77674,8 +78221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -77728,9 +78275,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: &505 + default: &510 value: type: Repository id: 12345678 @@ -77778,17 +78325,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '200': description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: *505 + default: *510 '404': *6 x-github: githubCloudOnly: false @@ -77808,9 +78355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 requestBody: required: true content: @@ -77855,9 +78402,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: *505 + default: *510 '422': *15 '404': *6 x-github: @@ -77878,9 +78425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -77904,9 +78451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '200': description: Response @@ -77933,9 +78480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 requestBody: required: false content: @@ -77979,11 +78526,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *17 - - *199 + - *204 responses: '200': description: Response @@ -77991,9 +78538,9 @@ paths: application/json: schema: type: array - items: *200 + items: *205 examples: - default: *201 + default: *206 '400': *14 '422': *15 x-github: @@ -78012,18 +78559,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *202 + schema: *207 examples: - default: *203 + default: *208 '400': *14 '422': *15 x-github: @@ -78042,9 +78589,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *16 responses: '202': *37 @@ -78067,9 +78614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -78094,9 +78641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -78119,8 +78666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response if immutable releases are enabled @@ -78168,10 +78715,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '409': *52 x-github: githubCloudOnly: false @@ -78189,10 +78736,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '409': *52 x-github: githubCloudOnly: false @@ -78247,14 +78794,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &506 + schema: &511 title: Import description: A repository import from an external source. type: object @@ -78361,7 +78908,7 @@ paths: - html_url - authors_url examples: - default: &509 + default: &514 value: vcs: subversion use_lfs: true @@ -78377,7 +78924,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': &507 + '503': &512 description: Unavailable due to service under maintenance. content: application/json: @@ -78406,8 +78953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -78455,7 +79002,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: default: value: @@ -78480,7 +79027,7 @@ paths: type: string '422': *15 '404': *6 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78508,8 +79055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -78561,7 +79108,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: example-1: summary: Example 1 @@ -78609,7 +79156,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': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78632,12 +79179,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78663,9 +79210,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *319 - - *320 - - &670 + - *324 + - *325 + - &675 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -78679,7 +79226,7 @@ paths: application/json: schema: type: array - items: &508 + items: &513 title: Porter Author description: Porter Author type: object @@ -78733,7 +79280,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': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78758,8 +79305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *319 - - *320 + - *324 + - *325 - name: author_id in: path required: true @@ -78789,7 +79336,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: default: value: @@ -78802,7 +79349,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78826,8 +79373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -78868,7 +79415,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78896,8 +79443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -78924,11 +79471,11 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: - default: *509 + default: *514 '422': *15 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78951,8 +79498,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -78960,8 +79507,8 @@ paths: application/json: schema: *20 examples: - default: *510 - '301': *323 + default: *515 + '301': *328 '404': *6 x-github: githubCloudOnly: false @@ -78981,8 +79528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -78990,12 +79537,12 @@ paths: application/json: schema: anyOf: - - *216 + - *221 - type: object properties: {} additionalProperties: false examples: - default: &512 + default: &517 value: limit: collaborators_only origin: repository @@ -79020,13 +79567,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *511 + schema: *516 examples: default: summary: Example request body @@ -79038,9 +79585,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: - default: *512 + default: *517 '409': description: Response x-github: @@ -79062,8 +79609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -79086,8 +79633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -79097,9 +79644,9 @@ paths: application/json: schema: type: array - items: *513 + items: *518 examples: - default: &662 + default: &667 value: - id: 1 repository: @@ -79213,7 +79760,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79230,9 +79777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *319 - - *320 - - *220 + - *324 + - *325 + - *225 requestBody: required: false content: @@ -79261,7 +79808,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *518 examples: default: value: @@ -79392,9 +79939,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *319 - - *320 - - *220 + - *324 + - *325 + - *225 responses: '204': description: Response @@ -79425,8 +79972,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *319 - - *320 + - *324 + - *325 - 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 @@ -79474,7 +80021,7 @@ paths: required: false schema: type: string - - *227 + - *232 - name: sort description: What to sort results by. in: query @@ -79486,8 +80033,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -79497,9 +80044,9 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: &522 + default: &527 value: - id: 1 node_id: MDU6SXNzdWUx @@ -79647,8 +80194,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '422': *15 '404': *6 x-github: @@ -79677,8 +80224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -79760,9 +80307,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: &519 + default: &524 value: id: 1 node_id: MDU6SXNzdWUx @@ -79917,9 +80464,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *108 + '503': *113 '404': *6 - '410': *514 + '410': *519 x-github: triggersNotification: true githubCloudOnly: false @@ -79947,9 +80494,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *319 - - *320 - - *97 + - *324 + - *325 + - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -79959,7 +80506,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -79969,9 +80516,9 @@ paths: application/json: schema: type: array - items: *76 + items: *82 examples: - default: &521 + default: &526 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80002,7 +80549,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '422': *15 '404': *6 x-github: @@ -80029,17 +80576,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: &515 + default: &520 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80094,9 +80641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -80118,9 +80665,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: *515 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -80138,9 +80685,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -80168,15 +80715,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *76 + schema: *82 examples: default: value: @@ -80232,7 +80779,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -80249,17 +80796,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response '401': *23 '403': *27 '404': *6 - '410': *514 - '503': *108 + '410': *519 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80276,9 +80823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -80304,11 +80851,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -80327,9 +80874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -80361,16 +80908,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -80392,10 +80939,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *319 - - *320 - - *89 - - *517 + - *324 + - *325 + - *95 + - *522 responses: '204': description: Response @@ -80415,8 +80962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -80426,7 +80973,7 @@ paths: application/json: schema: type: array - items: &518 + items: &523 title: Issue Event description: Issue Event type: object @@ -80473,7 +81020,7 @@ paths: issue: anyOf: - type: 'null' - - *75 + - *81 label: title: Issue Event Label description: Issue Event Label @@ -80506,7 +81053,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *183 + requested_team: *188 dismissed_review: title: Issue Event Dismissed Review type: object @@ -80573,7 +81120,7 @@ paths: required: - from - to - author_association: *72 + author_association: *78 lock_reason: type: - string @@ -80748,7 +81295,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -80766,8 +81313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *319 - - *320 + - *324 + - *325 - name: event_id in: path required: true @@ -80778,7 +81325,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *523 examples: default: value: @@ -80971,7 +81518,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *514 + '410': *519 '403': *27 x-github: githubCloudOnly: false @@ -81005,9 +81552,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *319 - - *320 - - &520 + - *324 + - *325 + - &525 name: issue_number description: The number that identifies the issue. in: path @@ -81019,11 +81566,11 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: default: summary: Issue - value: *519 + value: *524 pinned_comment: summary: Issue with pinned comment value: @@ -81222,9 +81769,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 '304': *35 x-github: githubCloudOnly: false @@ -81249,9 +81796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -81384,15 +81931,15 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 '422': *15 - '503': *108 + '503': *113 '403': *27 - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81410,9 +81957,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -81438,9 +81985,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81456,9 +82003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: content: application/json: @@ -81483,9 +82030,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81507,9 +82054,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: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: assignee in: path required: true @@ -81549,10 +82096,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *319 - - *320 - - *520 - - *80 + - *324 + - *325 + - *525 + - *86 - *17 - *19 responses: @@ -81562,13 +82109,13 @@ paths: application/json: schema: type: array - items: *76 + items: *82 examples: - default: *521 + default: *526 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81597,9 +82144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -81621,16 +82168,16 @@ paths: description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: *515 + default: *520 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -81658,9 +82205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -81670,14 +82217,14 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81705,9 +82252,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -81729,17 +82276,17 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *323 + '301': *328 '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -81770,9 +82317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -81784,15 +82331,15 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 - '301': *323 + default: *524 + '301': *328 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *514 + '410': *519 x-github: triggersNotification: true githubCloudOnly: false @@ -81818,9 +82365,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -81830,14 +82377,14 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81854,9 +82401,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -81870,7 +82417,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &525 + - &530 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -81919,7 +82466,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &526 + - &531 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82047,7 +82594,7 @@ paths: - performed_via_github_app - assignee - assigner - - &527 + - &532 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82093,7 +82640,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &528 + - &533 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82139,7 +82686,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &529 + - &534 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82188,7 +82735,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &530 + - &535 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82217,7 +82764,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *183 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -82230,7 +82777,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &536 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82259,7 +82806,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *183 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -82272,7 +82819,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &537 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82328,7 +82875,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &538 title: Locked Issue Event description: Locked Issue Event type: object @@ -82373,7 +82920,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &539 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82434,7 +82981,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &540 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -82495,7 +83042,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &541 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -82556,7 +83103,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &542 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -82648,8 +83195,8 @@ paths: name: label color: red headers: - Link: *59 - '410': *514 + Link: *65 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82666,9 +83213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82678,9 +83225,9 @@ paths: application/json: schema: type: array - items: *523 + items: *528 examples: - default: &634 + default: &639 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -82703,10 +83250,10 @@ paths: data_type: date value: '2025-12-25' headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82723,9 +83270,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82735,9 +83282,9 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: &524 + default: &529 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82754,10 +83301,10 @@ paths: color: a2eeef default: false headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82773,9 +83320,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -82818,12 +83365,12 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 - '301': *323 + default: *529 + '301': *328 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -82840,9 +83387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -82902,12 +83449,12 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 - '301': *323 + default: *529 + '301': *328 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -82924,15 +83471,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '204': description: Response - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82951,9 +83498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: name in: path required: true @@ -82966,7 +83513,7 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: default: value: @@ -82977,9 +83524,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82999,9 +83546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -83030,7 +83577,7 @@ paths: '204': description: Response '403': *27 - '410': *514 + '410': *519 '404': *6 '422': *15 x-github: @@ -83048,9 +83595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '204': description: Response @@ -83080,20 +83627,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '200': description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 - '301': *323 + default: *524 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83110,9 +83657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - 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. @@ -83138,13 +83685,13 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83162,9 +83709,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83196,16 +83743,16 @@ paths: description: Response content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Response content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -83227,10 +83774,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *319 - - *320 - - *520 - - *517 + - *324 + - *325 + - *525 + - *522 responses: '204': description: Response @@ -83259,9 +83806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83283,9 +83830,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83318,9 +83865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83330,13 +83877,13 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83364,9 +83911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83393,16 +83940,16 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -83422,9 +83969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -83455,13 +84002,13 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 '403': *27 '404': *6 '422': *7 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -83479,9 +84026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83496,11 +84043,6 @@ paths: description: Timeline Event type: object anyOf: - - *525 - - *526 - - *527 - - *528 - - *529 - *530 - *531 - *532 @@ -83509,6 +84051,11 @@ paths: - *535 - *536 - *537 + - *538 + - *539 + - *540 + - *541 + - *542 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -83556,16 +84103,16 @@ paths: issue_url: type: string format: uri - author_association: *72 + author_association: *78 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *73 + reactions: *79 pin: anyOf: - type: 'null' - - *538 + - *543 required: - event - actor @@ -83596,7 +84143,7 @@ paths: properties: type: type: string - issue: *75 + issue: *81 required: - event - created_at @@ -83818,7 +84365,7 @@ paths: type: string body_text: type: string - author_association: *72 + author_association: *78 required: - event - id @@ -83841,7 +84388,7 @@ paths: type: string comments: type: array - items: &557 + items: &562 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -83949,7 +84496,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *72 + author_association: *78 _links: type: object properties: @@ -84044,7 +84591,7 @@ paths: enum: - line - file - reactions: *73 + reactions: *79 body_html: type: string examples: @@ -84082,7 +84629,7 @@ paths: type: string comments: type: array - items: *447 + items: *452 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84355,9 +84902,9 @@ paths: type: User site_admin: true headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84374,8 +84921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -84385,7 +84932,7 @@ paths: application/json: schema: type: array - items: &539 + items: &544 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84437,7 +84984,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84453,8 +85000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -84490,9 +85037,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: &540 + default: &545 value: id: 1 key: ssh-rsa AAA... @@ -84526,9 +85073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *319 - - *320 - - &541 + - *324 + - *325 + - &546 name: key_id description: The unique identifier of the key. in: path @@ -84540,9 +85087,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: *540 + default: *545 '404': *6 x-github: githubCloudOnly: false @@ -84560,9 +85107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *319 - - *320 - - *541 + - *324 + - *325 + - *546 responses: '204': description: Response @@ -84582,8 +85129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -84593,11 +85140,11 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 + default: *529 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -84616,8 +85163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -84653,9 +85200,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: - default: &542 + default: &547 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -84687,8 +85234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -84699,9 +85246,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: - default: *542 + default: *547 '404': *6 x-github: githubCloudOnly: false @@ -84718,8 +85265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -84758,7 +85305,7 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: default: value: @@ -84784,8 +85331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -84811,8 +85358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -84851,9 +85398,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *319 - - *320 - - *422 + - *324 + - *325 + - *427 responses: '200': description: Response @@ -84919,7 +85466,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 required: - _links - git_url @@ -85000,8 +85547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85066,8 +85613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85101,9 +85648,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *450 + schema: *455 examples: - default: *543 + default: *548 '204': description: Response when already merged '404': @@ -85128,8 +85675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *319 - - *320 + - *324 + - *325 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85170,7 +85717,7 @@ paths: application/json: schema: type: array - items: *260 + items: *265 examples: default: value: @@ -85209,7 +85756,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -85226,8 +85773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85267,9 +85814,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: &544 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85328,9 +85875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *319 - - *320 - - &545 + - *324 + - *325 + - &550 name: milestone_number description: The number that identifies the milestone. in: path @@ -85342,9 +85889,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: *544 + default: *549 '404': *6 x-github: githubCloudOnly: false @@ -85361,9 +85908,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 requestBody: required: false content: @@ -85401,9 +85948,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: *544 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85419,9 +85966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 responses: '204': description: Response @@ -85442,9 +85989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 - *17 - *19 responses: @@ -85454,11 +86001,11 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 + default: *529 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85475,12 +86022,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *319 - - *320 - - *546 - - *547 - - *80 - - *548 + - *324 + - *325 + - *551 + - *552 + - *86 + - *553 - *17 - *19 responses: @@ -85490,11 +86037,11 @@ paths: application/json: schema: type: array - items: *100 + items: *106 examples: - default: *549 + default: *554 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85516,8 +86063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -85575,14 +86122,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &550 + schema: &555 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -85726,7 +86273,7 @@ paths: - custom_404 - public examples: - default: &551 + default: &556 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -85767,8 +86314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85823,9 +86370,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *555 examples: - default: *551 + default: *556 '422': *15 '409': *52 x-github: @@ -85848,8 +86395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85949,8 +86496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -85976,8 +86523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -85987,7 +86534,7 @@ paths: application/json: schema: type: array - items: &552 + items: &557 title: Page Build description: Page Build type: object @@ -86060,7 +86607,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86079,8 +86626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response @@ -86127,16 +86674,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *552 + schema: *557 examples: - default: &553 + default: &558 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86184,8 +86731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *319 - - *320 + - *324 + - *325 - name: build_id in: path required: true @@ -86196,9 +86743,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *557 examples: - default: *553 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86218,8 +86765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86327,9 +86874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *319 - - *320 - - &554 + - *324 + - *325 + - &559 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86387,11 +86934,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *319 - - *320 - - *554 + - *324 + - *325 + - *559 responses: - '204': *179 + '204': *184 '404': *6 x-github: githubCloudOnly: false @@ -86416,8 +86963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -86685,7 +87232,7 @@ paths: description: Empty response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -86712,8 +87259,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Private vulnerability reporting status @@ -86750,10 +87297,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '422': *14 x-github: githubCloudOnly: false @@ -86772,10 +87319,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '422': *14 x-github: githubCloudOnly: false @@ -86795,8 +87342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -86804,7 +87351,7 @@ paths: application/json: schema: type: array - items: *274 + items: *279 examples: default: value: @@ -86835,8 +87382,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86848,7 +87395,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *274 + items: *279 required: - properties examples: @@ -86898,8 +87445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *319 - - *320 + - *324 + - *325 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -86959,11 +87506,11 @@ paths: application/json: schema: type: array - items: *454 + items: *459 examples: - default: *555 + default: *560 headers: - Link: *59 + Link: *65 '304': *35 '422': *15 x-github: @@ -86993,8 +87540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -87061,7 +87608,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &564 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87190,7 +87737,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 active_lock_reason: type: - string @@ -87229,7 +87776,7 @@ paths: items: *4 requested_teams: type: array - items: *239 + items: *244 head: type: object properties: @@ -87237,7 +87784,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: *4 @@ -87254,7 +87801,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: *4 @@ -87267,14 +87814,14 @@ paths: _links: type: object properties: - comments: *261 - commits: *261 - statuses: *261 - html: *261 - issue: *261 - review_comments: *261 - review_comment: *261 - self: *261 + comments: *266 + commits: *266 + statuses: *266 + html: *266 + issue: *266 + review_comments: *266 + review_comment: *266 + self: *266 required: - comments - commits @@ -87284,8 +87831,8 @@ paths: - review_comments - review_comment - self - author_association: *72 - auto_merge: *556 + author_association: *78 + auto_merge: *561 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -87385,7 +87932,7 @@ paths: - merged_by - review_comments examples: - default: &560 + default: &565 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -87912,8 +88459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: sort in: query required: false @@ -87932,7 +88479,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -87942,9 +88489,9 @@ paths: application/json: schema: type: array - items: *557 + items: *562 examples: - default: &562 + default: &567 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -87996,7 +88543,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88021,17 +88568,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *557 + schema: *562 examples: - default: &558 + default: &563 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88106,9 +88653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -88130,9 +88677,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: - default: *558 + default: *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88148,9 +88695,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -88171,9 +88718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -88199,11 +88746,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -88222,9 +88769,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -88256,16 +88803,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -88287,10 +88834,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *319 - - *320 - - *89 - - *517 + - *324 + - *325 + - *95 + - *522 responses: '204': description: Response @@ -88333,9 +88880,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *319 - - *320 - - &561 + - *324 + - *325 + - &566 name: pull_number description: The number that identifies the pull request. in: path @@ -88348,9 +88895,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *559 + schema: *564 examples: - default: *560 + default: *565 '304': *35 '404': *6 '406': @@ -88358,8 +88905,8 @@ paths: content: application/json: schema: *3 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88385,9 +88932,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -88429,9 +88976,9 @@ paths: description: Response content: application/json: - schema: *559 + schema: *564 examples: - default: *560 + default: *565 '422': *15 '403': *27 x-github: @@ -88453,9 +89000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -88516,21 +89063,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88556,10 +89103,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *319 - - *320 - - *561 - - *97 + - *324 + - *325 + - *566 + - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -88569,7 +89116,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -88579,11 +89126,11 @@ paths: application/json: schema: type: array - items: *557 + items: *562 examples: - default: *562 + default: *567 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88614,9 +89161,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -88722,7 +89269,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: example-for-a-multi-line-comment: value: @@ -88810,10 +89357,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *319 - - *320 - - *561 - - *89 + - *324 + - *325 + - *566 + - *95 requestBody: required: true content: @@ -88835,7 +89382,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: default: value: @@ -88921,9 +89468,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -88933,11 +89480,11 @@ paths: application/json: schema: type: array - items: *450 + items: *455 examples: - default: *563 + default: *568 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88965,9 +89512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -88977,7 +89524,7 @@ paths: application/json: schema: type: array - items: *461 + items: *466 examples: default: value: @@ -88993,10 +89540,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *59 + Link: *65 '422': *15 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89015,9 +89562,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 responses: '204': description: Response if pull request has been merged @@ -89040,9 +89587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -89154,9 +89701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 responses: '200': description: Response @@ -89172,7 +89719,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 required: - users - teams @@ -89213,7 +89760,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89231,9 +89778,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -89270,7 +89817,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: default: value: @@ -89806,9 +90353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -89842,7 +90389,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: default: value: @@ -90347,9 +90894,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -90359,7 +90906,7 @@ paths: application/json: schema: type: array - items: &564 + items: &569 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -90433,7 +90980,7 @@ paths: type: string body_text: type: string - author_association: *72 + author_association: *78 required: - id - node_id @@ -90482,7 +91029,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90515,9 +91062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -90607,9 +91154,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: &566 + default: &571 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -90672,10 +91219,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - &565 + - *324 + - *325 + - *566 + - &570 name: review_id description: The unique identifier of the review. in: path @@ -90687,9 +91234,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: &567 + default: &572 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -90748,10 +91295,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -90774,7 +91321,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: default: value: @@ -90836,18 +91383,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 responses: '200': description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: *566 + default: *571 '422': *7 '404': *6 x-github: @@ -90874,10 +91421,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 - *17 - *19 responses: @@ -90971,13 +91518,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *72 + author_association: *78 _links: type: object properties: - self: *261 - html: *261 - pull_request: *261 + self: *266 + html: *266 + pull_request: *266 required: - self - html @@ -90986,7 +91533,7 @@ paths: type: string body_html: type: string - reactions: *73 + reactions: *79 side: description: The side of the first line of the range for a multi-line comment. @@ -91106,7 +91653,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -91135,10 +91682,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -91167,7 +91714,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: default: value: @@ -91230,10 +91777,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -91268,9 +91815,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: *567 + default: *572 '404': *6 '422': *7 '403': *27 @@ -91292,9 +91839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -91358,8 +91905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *319 - - *320 + - *324 + - *325 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -91372,9 +91919,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: &569 + default: &574 value: type: file encoding: base64 @@ -91416,8 +91963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *319 - - *320 + - *324 + - *325 - name: dir description: The alternate path to look for a README file in: path @@ -91437,9 +91984,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: *569 + default: *574 '404': *6 '422': *15 x-github: @@ -91461,8 +92008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -91472,7 +92019,7 @@ paths: application/json: schema: type: array - items: *570 + items: *575 examples: default: value: @@ -91546,7 +92093,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -91566,8 +92113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -91643,9 +92190,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: &574 + default: &579 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -91750,9 +92297,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *319 - - *320 - - &572 + - *324 + - *325 + - &577 name: asset_id description: The unique identifier of the asset. in: path @@ -91764,9 +92311,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *576 examples: - default: &573 + default: &578 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 @@ -91801,7 +92348,7 @@ paths: type: User site_admin: false '404': *6 - '302': *463 + '302': *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91817,9 +92364,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *319 - - *320 - - *572 + - *324 + - *325 + - *577 requestBody: required: false content: @@ -91848,9 +92395,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *576 examples: - default: *573 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91866,12 +92413,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *319 - - *320 - - *572 + - *324 + - *325 + - *577 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91892,8 +92440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -91979,16 +92527,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92005,8 +92554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *319 - - *320 + - *324 + - *325 - name: tag description: tag parameter in: path @@ -92019,9 +92568,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 '404': *6 x-github: githubCloudOnly: false @@ -92043,9 +92592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *319 - - *320 - - &575 + - *324 + - *325 + - &580 name: release_id description: The unique identifier of the release. in: path @@ -92059,9 +92608,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: *570 + schema: *575 examples: - default: *574 + default: *579 '401': description: Unauthorized x-github: @@ -92079,9 +92628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 requestBody: required: false content: @@ -92145,9 +92694,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 '404': description: Not Found if the discussion category name is invalid content: @@ -92168,12 +92717,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92190,9 +92740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - *17 - *19 responses: @@ -92202,7 +92752,7 @@ paths: application/json: schema: type: array - items: *571 + items: *576 examples: default: value: @@ -92239,7 +92789,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92283,9 +92833,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: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - name: name in: query required: true @@ -92311,7 +92861,7 @@ paths: description: Response for successful upload content: application/json: - schema: *571 + schema: *576 examples: response-for-successful-upload: value: @@ -92366,9 +92916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - 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. @@ -92392,11 +92942,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -92415,9 +92965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 requestBody: required: true content: @@ -92447,16 +92997,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -92478,10 +93028,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *319 - - *320 - - *575 - - *517 + - *324 + - *325 + - *580 + - *522 responses: '204': description: Response @@ -92505,9 +93055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 - *17 - *19 responses: @@ -92523,8 +93073,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *281 - - &576 + - *286 + - &581 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -92543,69 +93093,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *282 - - *576 - - allOf: - - *283 - - *576 - - allOf: - - *284 - - *576 - - allOf: - - *577 - - *576 - - allOf: - - *285 - - *576 - - allOf: - - *286 - - *576 - allOf: - *287 - - *576 + - *581 - allOf: - *288 - - *576 + - *581 - allOf: - *289 - - *576 + - *581 + - allOf: + - *582 + - *581 - allOf: - *290 - - *576 + - *581 - allOf: - *291 - - *576 + - *581 - allOf: - *292 - - *576 + - *581 - allOf: - *293 - - *576 + - *581 - allOf: - *294 - - *576 + - *581 - allOf: - *295 - - *576 + - *581 - allOf: - *296 - - *576 + - *581 - allOf: - *297 - - *576 + - *581 - allOf: - *298 - - *576 + - *581 - allOf: - *299 - - *576 + - *581 - allOf: - *300 - - *576 + - *581 - allOf: - *301 - - *576 + - *581 + - allOf: + - *302 + - *581 + - allOf: + - *303 + - *581 + - allOf: + - *304 + - *581 + - allOf: + - *305 + - *581 + - allOf: + - *306 + - *581 examples: default: value: @@ -92644,8 +93194,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - name: includes_parents @@ -92656,7 +93206,7 @@ paths: schema: type: boolean default: true - - *578 + - *583 responses: '200': description: Response @@ -92664,7 +93214,7 @@ paths: application/json: schema: type: array - items: *302 + items: *307 examples: default: value: @@ -92695,7 +93245,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -92711,8 +93261,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 requestBody: description: Request body required: true @@ -92732,16 +93282,16 @@ paths: - tag - push default: branch - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *276 + items: *284 + conditions: *281 rules: type: array description: An array of rules within the ruleset. - items: *579 + items: *584 required: - name - enforcement @@ -92772,9 +93322,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: &589 + default: &594 value: id: 42 name: super cool ruleset @@ -92808,7 +93358,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *107 + '500': *53 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -92822,12 +93372,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *319 - - *320 - - *580 - - *581 - - *582 - - *583 + - *324 + - *325 + - *585 + - *586 + - *587 + - *588 - *17 - *19 responses: @@ -92835,11 +93385,11 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: - default: *585 + default: *590 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92858,19 +93408,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *319 - - *320 - - *586 + - *324 + - *325 + - *591 responses: '200': description: Response content: application/json: - schema: *587 + schema: *592 examples: - default: *588 + default: *593 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92896,8 +93446,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -92917,11 +93467,11 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *589 + default: *594 '404': *6 - '500': *107 + '500': *53 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -92937,8 +93487,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -92963,16 +93513,16 @@ paths: - branch - tag - push - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *276 + items: *284 + conditions: *281 rules: description: An array of rules within the ruleset. type: array - items: *579 + items: *584 examples: default: value: @@ -93000,12 +93550,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *589 + default: *594 '404': *6 '422': *15 - '500': *107 + '500': *53 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -93021,8 +93571,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93033,7 +93583,7 @@ paths: '204': description: Response '404': *6 - '500': *107 + '500': *53 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -93045,8 +93595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - name: ruleset_id @@ -93062,11 +93612,11 @@ paths: application/json: schema: type: array - items: *305 + items: *310 examples: - default: *590 + default: *595 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93083,8 +93633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93102,7 +93652,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: default: value: @@ -93135,7 +93685,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93157,22 +93707,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *319 - - *320 - - *592 - - *593 - - *594 - - *595 - - *596 - - *53 - - *19 - - *17 + - *324 + - *325 - *597 - *598 - *599 - *600 - *601 + - *59 + - *19 + - *17 - *602 + - *603 + - *604 + - *605 + - *606 + - *607 responses: '200': description: Response @@ -93180,24 +93730,24 @@ paths: application/json: schema: type: array - items: &606 + items: &611 type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *603 - resolution: *604 + state: *608 + resolution: *609 resolved_at: type: - string @@ -93291,7 +93841,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *605 + - *610 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -93414,7 +93964,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93436,16 +93986,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 - - *602 + - *324 + - *325 + - *421 + - *607 responses: '200': description: Response content: application/json: - schema: *606 + schema: *611 examples: default: value: @@ -93476,7 +94026,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93499,9 +94049,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: true content: @@ -93509,8 +94059,8 @@ paths: schema: type: object properties: - state: *603 - resolution: *604 + state: *608 + resolution: *609 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -93546,7 +94096,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *611 examples: default: value: @@ -93619,7 +94169,7 @@ paths: '422': description: State does not match the resolution or resolution comment, or assignee does not have write access to the repository - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -93641,9 +94191,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 - *19 - *17 responses: @@ -93654,7 +94204,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &756 + items: &761 type: object properties: type: @@ -93681,11 +94231,6 @@ paths: - commit details: oneOf: - - *607 - - *608 - - *609 - - *610 - - *611 - *612 - *613 - *614 @@ -93694,6 +94239,11 @@ paths: - *617 - *618 - *619 + - *620 + - *621 + - *622 + - *623 + - *624 examples: default: value: @@ -93753,11 +94303,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *59 + Link: *65 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93779,8 +94329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -93788,14 +94338,14 @@ paths: schema: type: object properties: - reason: &621 + reason: &626 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *620 + placeholder_id: *625 required: - reason - placeholder_id @@ -93812,7 +94362,7 @@ paths: schema: type: object properties: - reason: *621 + reason: *626 expire_at: type: - string @@ -93836,7 +94386,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -93859,13 +94409,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: - - *319 - - *320 + - *324 + - *325 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *108 + '503': *113 '200': description: Response content: @@ -93875,7 +94425,7 @@ paths: properties: incremental_scans: type: array - items: &622 + items: &627 description: Information on a single scan performed by secret scanning on the repository type: object @@ -93903,15 +94453,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *622 + items: *627 backfill_scans: type: array - items: *622 + items: *627 custom_pattern_backfill_scans: type: array items: allOf: - - *622 + - *627 - type: object properties: pattern_name: @@ -93981,9 +94531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *319 - - *320 - - *53 + - *324 + - *325 + - *59 - name: sort description: The property to sort the results by. in: query @@ -94026,9 +94576,9 @@ paths: application/json: schema: type: array - items: *623 + items: *628 examples: - default: *624 + default: *629 '400': *14 '404': *6 x-github: @@ -94051,8 +94601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -94132,7 +94682,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 required: - login - type @@ -94222,9 +94772,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: &626 + default: &631 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -94457,8 +95007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -94571,7 +95121,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: default: value: @@ -94718,17 +95268,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '200': description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: *626 + default: *631 '403': *27 '404': *6 x-github: @@ -94752,9 +95302,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 requestBody: required: true content: @@ -94834,7 +95384,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 required: - login - type @@ -94925,17 +95475,17 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: *626 - add_credit: *626 + default: *631 + add_credit: *631 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *116 + schema: *121 examples: invalid_state_transition: value: @@ -94966,9 +95516,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: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '202': *37 '400': *14 @@ -94995,17 +95545,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '202': description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 '400': *14 '422': *15 '403': *27 @@ -95031,8 +95581,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -95106,7 +95656,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -95128,8 +95678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -95138,7 +95688,7 @@ paths: application/json: schema: type: array - items: &627 + items: &632 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -95151,7 +95701,7 @@ paths: - 1124 - -435 '202': *37 - '204': *179 + '204': *184 '422': description: Repository contains more than 10,000 commits x-github: @@ -95171,8 +95721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -95223,7 +95773,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95250,8 +95800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -95323,7 +95873,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95345,8 +95895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -95500,8 +96050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -95511,7 +96061,7 @@ paths: application/json: schema: type: array - items: *627 + items: *632 examples: default: value: @@ -95524,7 +96074,7 @@ paths: - - 0 - 2 - 21 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95544,8 +96094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *319 - - *320 + - *324 + - *325 - name: sha in: path required: true @@ -95601,7 +96151,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *633 examples: default: value: @@ -95655,8 +96205,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -95668,9 +96218,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95688,14 +96238,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &629 + schema: &634 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -95768,8 +96318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -95795,7 +96345,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *634 examples: default: value: @@ -95822,8 +96372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -95843,8 +96393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -95903,7 +96453,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95926,8 +96476,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *319 - - *320 + - *324 + - *325 - name: ref in: path required: true @@ -95963,8 +96513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -95974,11 +96524,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -95996,8 +96546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 responses: @@ -96005,7 +96555,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &635 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -96017,7 +96567,7 @@ paths: required: - names examples: - default: &631 + default: &636 value: names: - octocat @@ -96040,8 +96590,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -96072,9 +96622,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *635 examples: - default: *631 + default: *636 '404': *6 '422': *7 x-github: @@ -96095,9 +96645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *319 - - *320 - - &632 + - *324 + - *325 + - &637 name: per description: The time frame to display results for. in: query @@ -96128,7 +96678,7 @@ paths: - 128 clones: type: array - items: &633 + items: &638 title: Traffic type: object properties: @@ -96215,8 +96765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -96310,8 +96860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -96374,9 +96924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *319 - - *320 - - *632 + - *324 + - *325 + - *637 responses: '200': description: Response @@ -96397,7 +96947,7 @@ paths: - 3782 views: type: array - items: *633 + items: *638 required: - uniques - count @@ -96474,8 +97024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -96511,7 +97061,7 @@ paths: description: Response content: application/json: - schema: *148 + schema: *153 examples: default: value: @@ -96749,8 +97299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -96773,8 +97323,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -96796,8 +97346,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -96823,8 +97373,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *319 - - *320 + - *324 + - *325 - name: ref in: path required: true @@ -96916,9 +97466,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -96959,7 +97509,7 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: default: value: @@ -97065,8 +97615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *137 - - *520 + - *142 + - *525 requestBody: required: true content: @@ -97132,14 +97682,14 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *523 + items: *528 examples: - default: *634 + default: *639 '400': *14 '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -97170,8 +97720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *137 - - *520 + - *142 + - *525 requestBody: required: true content: @@ -97238,14 +97788,14 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *523 + items: *528 examples: - default: *634 + default: *639 '400': *14 '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -97271,16 +97821,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: - - *137 - - *520 - - *223 + - *142 + - *525 + - *228 responses: '204': description: Issue field value deleted successfully '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -97394,7 +97944,7 @@ paths: html_url: type: string format: uri - repository: *148 + repository: *153 score: type: number file_size: @@ -97413,7 +97963,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &635 + text_matches: &640 title: Search Result Text Matches type: array items: @@ -97528,7 +98078,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *108 + '503': *113 '422': *15 '403': *27 x-github: @@ -97576,7 +98126,7 @@ paths: enum: - author-date - committer-date - - &636 + - &641 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 @@ -97645,7 +98195,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 comment_count: type: integer message: @@ -97664,7 +98214,7 @@ paths: url: type: string format: uri - verification: *500 + verification: *505 required: - author - committer @@ -97679,7 +98229,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 parents: type: array items: @@ -97691,12 +98241,12 @@ paths: type: string sha: type: string - repository: *148 + repository: *153 score: type: number node_id: type: string - text_matches: *635 + text_matches: *640 required: - sha - node_id @@ -97888,7 +98438,7 @@ paths: - interactions - created - updated - - *636 + - *641 - *17 - *19 - name: advanced_search @@ -97985,11 +98535,11 @@ paths: type: - string - 'null' - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: type: string state_reason: @@ -97999,7 +98549,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 comments: type: integer created_at: @@ -98013,7 +98563,7 @@ paths: - string - 'null' format: date-time - text_matches: *635 + text_matches: *640 pull_request: type: object properties: @@ -98051,10 +98601,10 @@ paths: type: string score: type: number - author_association: *72 + author_association: *78 draft: type: boolean - repository: *71 + repository: *77 body_html: type: string body_text: @@ -98062,7 +98612,7 @@ paths: timeline_url: type: string format: uri - type: *224 + type: *229 performed_via_github_app: anyOf: - type: 'null' @@ -98070,8 +98620,8 @@ paths: pinned_comment: anyOf: - type: 'null' - - *76 - reactions: *73 + - *82 + reactions: *79 required: - closed_at - comments @@ -98186,7 +98736,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *108 + '503': *113 '422': *15 '304': *35 '403': *27 @@ -98239,7 +98789,7 @@ paths: enum: - created - updated - - *636 + - *641 - *17 - *19 responses: @@ -98284,7 +98834,7 @@ paths: - 'null' score: type: number - text_matches: *635 + text_matches: *640 required: - id - node_id @@ -98369,7 +98919,7 @@ paths: - forks - help-wanted-issues - updated - - *636 + - *641 - *17 - *19 responses: @@ -98585,8 +99135,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -98599,7 +99147,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 permissions: type: object properties: @@ -98617,7 +99165,7 @@ paths: - admin - pull - push - text_matches: *635 + text_matches: *640 temp_clone_token: type: string allow_merge_commit: @@ -98820,7 +99368,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *108 + '503': *113 '422': *15 '304': *35 x-github: @@ -98925,7 +99473,7 @@ paths: - string - 'null' format: uri - text_matches: *635 + text_matches: *640 related: type: - array @@ -99118,7 +99666,7 @@ paths: - followers - repositories - joined - - *636 + - *641 - *17 - *19 responses: @@ -99228,7 +99776,7 @@ paths: type: - boolean - 'null' - text_matches: *635 + text_matches: *640 blog: type: - string @@ -99290,7 +99838,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *108 + '503': *113 '422': *15 x-github: githubCloudOnly: false @@ -99310,7 +99858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &639 + - &644 name: team_id description: The unique identifier of the team. in: path @@ -99322,9 +99870,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -99351,7 +99899,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *639 + - *644 requestBody: required: true content: @@ -99415,16 +99963,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '201': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 '422': *15 '403': *27 @@ -99452,7 +100000,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *639 + - *644 responses: '204': description: Response @@ -99481,7 +100029,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -99491,11 +100039,11 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99519,7 +100067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *639 + - *644 - name: role description: Filters members returned by their role in the team. in: query @@ -99542,9 +100090,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -99570,8 +100118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: if user is a member @@ -99607,8 +100155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -99647,8 +100195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -99684,16 +100232,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '200': description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-user-is-a-team-maintainer: *640 + response-if-user-is-a-team-maintainer: *645 '404': *6 x-github: githubCloudOnly: false @@ -99726,8 +100274,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 requestBody: required: false content: @@ -99752,9 +100300,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-users-membership-with-team-is-now-pending: *641 + response-if-users-membership-with-team-is-now-pending: *646 '403': description: Forbidden if team synchronization is set up '422': @@ -99788,8 +100336,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -99816,7 +100364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -99826,11 +100374,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *254 + default: *259 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -99858,15 +100406,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *642 + schema: *647 examples: alternative-response-with-extra-repository-information: value: @@ -100017,9 +100565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 requestBody: required: false content: @@ -100069,9 +100617,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 responses: '204': description: Response @@ -100096,7 +100644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -100106,11 +100654,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - response-if-child-teams-exist: *643 + response-if-child-teams-exist: *648 headers: - Link: *59 + Link: *65 '404': *6 '403': *27 '422': *15 @@ -100141,7 +100689,7 @@ paths: application/json: schema: oneOf: - - &644 + - &649 title: Private User description: Private User type: object @@ -100391,7 +100939,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &669 + - &674 title: Public User description: Public User type: object @@ -100725,7 +101273,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *649 examples: default: value: @@ -100804,7 +101352,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '304': *35 '404': *6 '403': *27 @@ -100827,7 +101375,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: - - *63 + - *69 responses: '204': description: If the user is blocked @@ -100855,7 +101403,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -100879,7 +101427,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -100928,11 +101476,11 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: - default: *230 + default: *235 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101069,21 +101617,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101123,7 +101671,7 @@ paths: type: integer secrets: type: array - items: &645 + items: &650 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -101165,9 +101713,9 @@ paths: - visibility - selected_repositories_url examples: - default: *441 + default: *446 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101237,13 +101785,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 responses: '200': description: Response content: application/json: - schema: *645 + schema: *650 examples: default: value: @@ -101273,7 +101821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 requestBody: required: true content: @@ -101318,7 +101866,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -101346,7 +101894,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 responses: '204': description: Response @@ -101371,7 +101919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *156 + - *161 responses: '200': description: Response @@ -101387,13 +101935,13 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *184 + default: *189 '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101414,7 +101962,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *156 + - *161 requestBody: required: true content: @@ -101446,7 +101994,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101468,7 +102016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *156 + - *161 - name: repository_id in: path required: true @@ -101480,7 +102028,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101501,7 +102049,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *156 + - *161 - name: repository_id in: path required: true @@ -101513,7 +102061,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101533,17 +102081,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101567,7 +102115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 requestBody: required: false content: @@ -101597,9 +102145,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 @@ -101621,11 +102169,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '202': *37 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101650,13 +102198,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '202': description: Response content: application/json: - schema: &646 + schema: &651 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -101709,7 +102257,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &647 + default: &652 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -101717,7 +102265,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101741,7 +102289,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *231 + - *236 - name: export_id in: path required: true @@ -101754,9 +102302,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *651 examples: - default: *647 + default: *652 '404': *6 x-github: githubCloudOnly: false @@ -101777,7 +102325,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *231 + - *236 responses: '200': description: Response @@ -101793,11 +102341,11 @@ paths: type: integer machines: type: array - items: *440 + items: *445 examples: - default: *648 + default: *653 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -101824,7 +102372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *231 + - *236 requestBody: required: true content: @@ -101880,11 +102428,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *322 + repository: *327 machine: anyOf: - type: 'null' - - *440 + - *445 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -102681,17 +103229,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '304': *35 - '500': *107 + '500': *53 '400': *14 '401': *23 '402': @@ -102721,16 +103269,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 - '500': *107 + default: *444 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102759,9 +103307,9 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: &659 + default: &664 value: - id: 197 name: hello_docker @@ -102862,7 +103410,7 @@ paths: application/json: schema: type: array - items: &649 + items: &654 title: Email description: Email type: object @@ -102932,16 +103480,16 @@ paths: application/json: schema: type: array - items: *649 + items: *654 examples: - default: &661 + default: &666 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -103011,7 +103559,7 @@ paths: application/json: schema: type: array - items: *649 + items: *654 examples: default: value: @@ -103123,9 +103671,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -103156,9 +103704,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -103178,7 +103726,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: - - *63 + - *69 responses: '204': description: if the person is followed by the authenticated user @@ -103208,7 +103756,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -103233,7 +103781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -103269,7 +103817,7 @@ paths: application/json: schema: type: array - items: &650 + items: &655 title: GPG Key description: A unique encryption key type: object @@ -103414,7 +103962,7 @@ paths: - subkeys - revoked examples: - default: &678 + default: &683 value: - id: 3 name: Octocat's GPG Key @@ -103446,7 +103994,7 @@ paths: revoked: false raw_key: string headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -103499,9 +104047,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: &651 + default: &656 value: id: 3 name: Octocat's GPG Key @@ -103558,7 +104106,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &652 + - &657 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -103570,9 +104118,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *655 examples: - default: *651 + default: *656 '404': *6 '304': *35 '403': *27 @@ -103595,7 +104143,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *652 + - *657 responses: '204': description: Response @@ -103738,7 +104286,7 @@ paths: suspended_at: suspended_by: headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -103786,11 +104334,11 @@ paths: type: array items: allOf: - - *71 + - *77 examples: - default: *140 + default: *145 headers: - Link: *59 + Link: *65 '404': *6 '403': *27 '304': *35 @@ -103813,7 +104361,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *137 + - *142 responses: '204': description: Response @@ -103839,7 +104387,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *137 + - *142 responses: '204': description: Response @@ -103873,12 +104421,12 @@ paths: application/json: schema: anyOf: - - *216 + - *221 - type: object properties: {} additionalProperties: false examples: - default: *217 + default: *222 '204': description: Response when there are no restrictions x-github: @@ -103902,7 +104450,7 @@ paths: required: true content: application/json: - schema: *511 + schema: *516 examples: default: value: @@ -103913,7 +104461,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: default: value: @@ -103994,7 +104542,7 @@ paths: - closed - all default: open - - *227 + - *232 - name: sort description: What to sort results by. in: query @@ -104006,8 +104554,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -104017,11 +104565,11 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *228 + default: *233 headers: - Link: *59 + Link: *65 '404': *6 '304': *35 x-github: @@ -104052,7 +104600,7 @@ paths: application/json: schema: type: array - items: &653 + items: &658 title: Key description: Key type: object @@ -104104,7 +104652,7 @@ paths: verified: false read_only: false headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -104155,9 +104703,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *658 examples: - default: &654 + default: &659 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -104190,15 +104738,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *541 + - *546 responses: '200': description: Response content: application/json: - schema: *653 + schema: *658 examples: - default: *654 + default: *659 '404': *6 '304': *35 '403': *27 @@ -104221,7 +104769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *541 + - *546 responses: '204': description: Response @@ -104254,7 +104802,7 @@ paths: application/json: schema: type: array - items: &655 + items: &660 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -104322,7 +104870,7 @@ paths: - id - type - login - plan: *91 + plan: *97 required: - billing_cycle - next_billing_date @@ -104333,7 +104881,7 @@ paths: - account - plan examples: - default: &656 + default: &661 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104366,7 +104914,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '304': *35 '401': *23 '404': *6 @@ -104395,11 +104943,11 @@ paths: application/json: schema: type: array - items: *655 + items: *660 examples: - default: *656 + default: *661 headers: - Link: *59 + Link: *65 '304': *35 '401': *23 x-github: @@ -104437,7 +104985,7 @@ paths: application/json: schema: type: array - items: *233 + items: *238 examples: default: value: @@ -104520,7 +105068,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -104545,13 +105093,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *233 + schema: *238 examples: default: value: @@ -104613,7 +105161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *67 + - *73 requestBody: required: true content: @@ -104638,7 +105186,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: default: value: @@ -104710,7 +105258,7 @@ paths: application/json: schema: type: array - items: *235 + items: *240 examples: default: value: @@ -104863,7 +105411,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -104972,7 +105520,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -105152,7 +105700,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *236 + - *241 - name: exclude in: query required: false @@ -105165,7 +105713,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -105359,7 +105907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *236 + - *241 responses: '302': description: Response @@ -105385,7 +105933,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *236 + - *241 responses: '204': description: Response @@ -105414,8 +105962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *236 - - *657 + - *241 + - *662 responses: '204': description: Response @@ -105439,7 +105987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *236 + - *241 - *17 - *19 responses: @@ -105449,9 +105997,9 @@ paths: application/json: schema: type: array - items: *58 + items: *64 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -105484,11 +106032,11 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -105528,7 +106076,7 @@ paths: - docker - nuget - container - - *658 + - *663 - *19 - *17 responses: @@ -105538,10 +106086,10 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *659 - '400': *660 + default: *664 + '400': *665 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105561,16 +106109,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: &679 + default: &684 value: id: 40201 name: octo-name @@ -105683,8 +106231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 responses: '204': description: Response @@ -105714,8 +106262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 - name: token description: package token schema: @@ -105747,8 +106295,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: - - *243 - - *244 + - *248 + - *249 - *19 - *17 - name: state @@ -105768,7 +106316,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -105817,15 +106365,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -105861,9 +106409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '204': description: Response @@ -105893,9 +106441,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '204': description: Response @@ -105932,11 +106480,11 @@ paths: application/json: schema: type: array - items: *649 + items: *654 examples: - default: *661 + default: *666 headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -106045,9 +106593,9 @@ paths: application/json: schema: type: array - items: *71 + items: *77 examples: - default: &668 + default: &673 summary: Default response value: - id: 1296269 @@ -106168,7 +106716,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '403': *27 @@ -106365,9 +106913,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106406,11 +106954,11 @@ paths: application/json: schema: type: array - items: *513 + items: *518 examples: - default: *662 + default: *667 headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -106431,7 +106979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *220 + - *225 responses: '204': description: Response @@ -106455,7 +107003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *220 + - *225 responses: '204': description: Response @@ -106488,7 +107036,7 @@ paths: application/json: schema: type: array - items: &663 + items: &668 title: Social account description: Social media account type: object @@ -106505,12 +107053,12 @@ paths: - provider - url examples: - default: &664 + default: &669 value: - provider: twitter url: https://twitter.com/github headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -106568,9 +107116,9 @@ paths: application/json: schema: type: array - items: *663 + items: *668 examples: - default: *664 + default: *669 '422': *15 '304': *35 '404': *6 @@ -106658,7 +107206,7 @@ paths: application/json: schema: type: array - items: &665 + items: &670 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -106678,7 +107226,7 @@ paths: - title - created_at examples: - default: &697 + default: &702 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -106689,7 +107237,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -106743,9 +107291,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *670 examples: - default: &666 + default: &671 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -106775,7 +107323,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: - - &667 + - &672 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -106787,9 +107335,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *670 examples: - default: *666 + default: *671 '404': *6 '304': *35 '403': *27 @@ -106812,7 +107360,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: - - *667 + - *672 responses: '204': description: Response @@ -106841,7 +107389,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &698 + - &703 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 @@ -106854,7 +107402,7 @@ paths: - created - updated default: created - - *53 + - *59 - *17 - *19 responses: @@ -106864,13 +107412,13 @@ paths: application/json: schema: type: array - items: *71 + items: *77 examples: - default-response: *668 + default-response: *673 application/vnd.github.v3.star+json: schema: type: array - items: &699 + items: &704 title: Starred Repository description: Starred Repository type: object @@ -106878,7 +107426,7 @@ paths: starred_at: type: string format: date-time - repo: *71 + repo: *77 required: - starred_at - repo @@ -107006,7 +107554,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -107026,8 +107574,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: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response if this repository is starred by you @@ -107055,8 +107603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -107080,8 +107628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -107114,11 +107662,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *254 + default: *259 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -107153,7 +107701,7 @@ paths: application/json: schema: type: array - items: *315 + items: *320 examples: default: value: @@ -107204,7 +107752,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -107231,7 +107779,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *93 + - *99 responses: '200': description: Response @@ -107239,10 +107787,10 @@ paths: application/json: schema: oneOf: - - *644 - - *669 + - *649 + - *674 examples: - default-response: &673 + default-response: &678 summary: Default response value: login: octocat @@ -107277,7 +107825,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &674 + response-with-git-hub-plan-information: &679 summary: Response with GitHub plan information value: login: octocat @@ -107334,14 +107882,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &671 + - &676 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *259 + - *264 requestBody: required: true description: Details of the draft item to create in the project. @@ -107375,9 +107923,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: - draft_issue: *265 + draft_issue: *270 '304': *35 '403': *27 '401': *23 @@ -107400,7 +107948,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *670 + - *675 - *17 responses: '200': @@ -107411,7 +107959,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: Link: example: ; rel="next" @@ -107435,8 +107983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *671 - - *259 + - *676 + - *264 requestBody: required: true content: @@ -107510,17 +108058,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *672 + schema: *677 examples: table_view: summary: Response for creating a table view - value: *269 + value: *274 board_view: summary: Response for creating a board view with filter - value: *269 + value: *274 roadmap_view: summary: Response for creating a roadmap view - value: *269 + value: *274 '304': *35 '403': *27 '401': *23 @@ -107554,7 +108102,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *63 + - *69 responses: '200': description: Response @@ -107562,11 +108110,11 @@ paths: application/json: schema: oneOf: - - *644 - - *669 + - *649 + - *674 examples: - default-response: *673 - response-with-git-hub-plan-information: *674 + default-response: *678 + response-with-git-hub-plan-information: *679 '404': *6 x-github: githubCloudOnly: false @@ -107592,7 +108140,7 @@ paths: - *17 - *45 - *46 - - *63 + - *69 requestBody: required: true content: @@ -107616,8 +108164,8 @@ paths: required: - subject_digests examples: - default: *675 - withPredicateType: *676 + default: *680 + withPredicateType: *681 responses: '200': description: Response @@ -107657,7 +108205,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *677 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107675,7 +108223,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *63 + - *69 requestBody: required: true content: @@ -107740,7 +108288,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *63 + - *69 - name: subject_digest description: Subject Digest in: path @@ -107771,7 +108319,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *63 + - *69 - name: attestation_id description: Attestation ID in: path @@ -107809,7 +108357,7 @@ paths: - *17 - *45 - *46 - - *63 + - *69 - name: subject_digest description: Subject Digest in: path @@ -107846,12 +108394,12 @@ paths: initiator: type: string examples: - default: *380 + default: *385 '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -107877,7 +108425,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: - - *63 + - *69 responses: '200': description: Response @@ -107885,9 +108433,9 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *659 + default: *664 '403': *27 '401': *23 x-github: @@ -107910,7 +108458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -107920,7 +108468,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -107982,8 +108530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *63 - - *67 + - *69 + - *73 - *17 - *19 responses: @@ -107993,7 +108541,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -108070,7 +108618,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108080,7 +108628,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -108138,7 +108686,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108150,9 +108698,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108169,7 +108717,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108181,9 +108729,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108200,7 +108748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *63 + - *69 - name: target_user in: path required: true @@ -108227,8 +108775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *63 - - *80 + - *69 + - *86 - *17 - *19 responses: @@ -108238,11 +108786,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -108261,7 +108809,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108271,11 +108819,11 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: - default: *678 + default: *683 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108297,7 +108845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *63 + - *69 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -108369,7 +108917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *63 + - *69 responses: '200': description: Response @@ -108377,7 +108925,7 @@ paths: application/json: schema: *20 examples: - default: *510 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108395,7 +108943,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108431,7 +108979,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108451,7 +108999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -108461,11 +109009,11 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108502,8 +109050,8 @@ paths: - docker - nuget - container - - *658 - - *63 + - *663 + - *69 - *19 - *17 responses: @@ -108513,12 +109061,12 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *659 + default: *664 '403': *27 '401': *23 - '400': *660 + '400': *665 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108538,17 +109086,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *679 + default: *684 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108569,9 +109117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '204': description: Response @@ -108603,9 +109151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 - name: token description: package token schema: @@ -108637,9 +109185,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: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '200': description: Response @@ -108647,7 +109195,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -108705,16 +109253,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *243 - - *244 - - *246 - - *63 + - *248 + - *249 + - *251 + - *69 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -108749,10 +109297,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *243 - - *244 - - *63 - - *246 + - *248 + - *249 + - *69 + - *251 responses: '204': description: Response @@ -108784,10 +109332,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *243 - - *244 - - *63 - - *246 + - *248 + - *249 + - *69 + - *251 responses: '204': description: Response @@ -108811,7 +109359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *63 + - *69 - name: q description: Limit results to projects of the specified type. in: query @@ -108828,11 +109376,11 @@ paths: application/json: schema: type: array - items: *257 + items: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -108852,18 +109400,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *259 - - *63 + - *264 + - *69 responses: '200': description: Response content: application/json: - schema: *257 + schema: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -108883,8 +109431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *259 - - *63 + - *264 + - *69 - *17 - *45 - *46 @@ -108895,11 +109443,11 @@ paths: application/json: schema: type: array - items: *262 + items: *267 examples: - default: *680 + default: *685 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -108918,8 +109466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *63 - - *259 + - *69 + - *264 requestBody: required: true content: @@ -108957,7 +109505,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *681 + items: *686 required: - name - data_type @@ -108973,7 +109521,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *682 + iteration_configuration: *687 required: - name - data_type @@ -108995,20 +109543,20 @@ paths: value: name: Due date data_type: date - single_select_field: *683 - iteration_field: *684 + single_select_field: *688 + iteration_field: *689 responses: '201': description: Response content: application/json: - schema: *262 + schema: *267 examples: - text_field: *685 - number_field: *686 - date_field: *687 - single_select_field: *688 - iteration_field: *689 + text_field: *690 + number_field: *691 + date_field: *692 + single_select_field: *693 + iteration_field: *694 '304': *35 '403': *27 '401': *23 @@ -109029,19 +109577,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *259 - - *690 - - *63 + - *264 + - *695 + - *69 responses: '200': description: Response content: application/json: - schema: *262 + schema: *267 examples: - default: *691 + default: *696 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109062,8 +109610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *259 - - *63 + - *264 + - *69 - *45 - *46 - *17 @@ -109095,11 +109643,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109118,8 +109666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *63 - - *259 + - *69 + - *264 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -109189,22 +109737,22 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *265 + value: *270 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *265 + value: *270 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *265 + value: *270 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *265 + value: *270 '304': *35 '403': *27 '401': *23 @@ -109224,9 +109772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -109246,11 +109794,11 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109269,9 +109817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -109344,13 +109892,13 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - text_field: *267 - number_field: *267 - date_field: *267 - single_select_field: *267 - iteration_field: *267 + text_field: *272 + number_field: *272 + date_field: *272 + single_select_field: *272 + iteration_field: *272 '401': *23 '403': *27 '404': *6 @@ -109370,9 +109918,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 responses: '204': description: Response @@ -109394,9 +109942,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *259 - - *63 - - *692 + - *264 + - *69 + - *697 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -109422,11 +109970,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -109452,7 +110000,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109462,7 +110010,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -109527,7 +110075,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109537,7 +110085,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -109600,7 +110148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *63 + - *69 - name: type description: Limit results to repositories of the specified type. in: query @@ -109643,11 +110191,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *254 + default: *259 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109667,12 +110215,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *63 - - *110 - - *112 - - *111 - - *693 - - *113 + - *69 + - *115 + - *117 + - *116 + - *698 + - *118 responses: '200': description: Response when getting a billing premium request usage report @@ -109779,8 +110327,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109800,10 +110348,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *63 - - *110 - - *694 - - *111 + - *69 + - *115 + - *699 + - *116 responses: '200': description: Response when getting a billing usage report @@ -109873,8 +110421,8 @@ paths: repositoryName: user/example '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109897,13 +110445,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *63 - - *110 - - *112 - - *111 - - *695 - - *113 - - *696 + - *69 + - *115 + - *117 + - *116 + - *700 + - *118 + - *701 responses: '200': description: Response when getting a billing usage summary @@ -110008,8 +110556,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110027,7 +110575,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110037,11 +110585,11 @@ paths: application/json: schema: type: array - items: *663 + items: *668 examples: - default: *664 + default: *669 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110059,7 +110607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110069,11 +110617,11 @@ paths: application/json: schema: type: array - items: *665 + items: *670 examples: - default: *697 + default: *702 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110095,9 +110643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *63 - - *698 - - *53 + - *69 + - *703 + - *59 - *17 - *19 responses: @@ -110108,13 +110656,13 @@ paths: schema: anyOf: - type: array - items: *699 + items: *704 - type: array - items: *71 + items: *77 examples: - default-response: *668 + default-response: *673 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110131,7 +110679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110141,11 +110689,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *254 + default: *259 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110272,7 +110820,7 @@ webhooks: type: string enum: - disabled - enterprise: &700 + enterprise: &705 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110341,7 +110889,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &701 + installation: &706 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110362,7 +110910,7 @@ webhooks: required: - id - node_id - organization: &702 + organization: &707 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110435,7 +110983,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &703 + repository: &708 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -110464,7 +111012,7 @@ webhooks: license: anyOf: - type: 'null' - - *77 + - *83 organization: anyOf: - type: 'null' @@ -110793,12 +111341,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -111356,10 +111898,10 @@ webhooks: type: string enum: - enabled - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -111435,11 +111977,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: &704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: &709 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) @@ -111662,11 +112204,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: *704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: *709 sender: *4 required: - action @@ -111854,11 +112396,11 @@ webhooks: - everyone required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: *704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: *709 sender: *4 required: - action @@ -111942,7 +112484,7 @@ webhooks: type: string enum: - completed - check_run: &706 + check_run: &711 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112007,8 +112549,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *78 - repository: *148 + items: *84 + repository: *153 status: type: string enum: @@ -112052,7 +112594,7 @@ webhooks: - examples: - neutral - deployment: *705 + deployment: *710 details_url: type: string examples: @@ -112112,7 +112654,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *78 + items: *84 started_at: type: string format: date-time @@ -112150,10 +112692,10 @@ webhooks: - output - app - pull_requests - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -112544,11 +113086,11 @@ webhooks: type: string enum: - created - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -112942,11 +113484,11 @@ webhooks: type: string enum: - requested_action - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 requested_action: description: The action requested by the user. type: object @@ -113349,11 +113891,11 @@ webhooks: type: string enum: - rerequested - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -114338,10 +114880,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -115045,10 +115587,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -115746,10 +116288,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -115918,7 +116460,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -116070,20 +116612,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &707 + commit_oid: &712 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: *700 - installation: *701 - organization: *702 - ref: &708 + enterprise: *705 + installation: *706 + organization: *707 + ref: &713 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: *703 + repository: *708 sender: *4 required: - action @@ -116250,7 +116792,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -116491,12 +117033,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -116594,7 +117136,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116779,12 +117321,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -116953,7 +117495,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117130,12 +117672,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -117236,7 +117778,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117425,9 +117967,9 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -117435,7 +117977,7 @@ webhooks: type: - string - 'null' - repository: *703 + repository: *708 sender: *4 required: - action @@ -117534,7 +118076,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117681,12 +118223,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -117855,7 +118397,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -118007,10 +118549,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -118270,10 +118812,10 @@ webhooks: - updated_at - author_association - body - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -118354,18 +118896,18 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *702 - pusher_type: &709 + organization: *707 + pusher_type: &714 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &710 + ref: &715 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -118375,7 +118917,7 @@ webhooks: enum: - tag - branch - repository: *703 + repository: *708 sender: *4 required: - ref @@ -118457,10 +118999,10 @@ webhooks: type: string enum: - created - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -118545,9 +119087,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -118624,10 +119166,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -118704,10 +119246,10 @@ webhooks: type: string enum: - updated - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -118784,19 +119326,19 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - repository: *703 - organization: *702 + enterprise: *705 + installation: *706 + repository: *708 + organization: *707 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *274 + items: *279 old_property_values: type: array description: The old custom property values for the repository. - items: *274 + items: *279 required: - action - repository @@ -118872,18 +119414,18 @@ webhooks: title: delete event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - pusher_type: *709 - ref: *710 + enterprise: *705 + installation: *706 + organization: *707 + pusher_type: *714 + ref: *715 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *703 + repository: *708 sender: *4 required: - ref @@ -118963,11 +119505,11 @@ webhooks: type: string enum: - assignees_changed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119047,11 +119589,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119132,11 +119674,11 @@ webhooks: type: string enum: - auto_reopened - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119217,11 +119759,11 @@ webhooks: type: string enum: - created - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119300,11 +119842,11 @@ webhooks: type: string enum: - dismissed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119383,11 +119925,11 @@ webhooks: type: string enum: - fixed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119467,11 +120009,11 @@ webhooks: type: string enum: - reintroduced - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119550,11 +120092,11 @@ webhooks: type: string enum: - reopened - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -119631,9 +120173,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - key: &711 + enterprise: *705 + installation: *706 + key: &716 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -119671,8 +120213,8 @@ webhooks: - verified - created_at - read_only - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -119749,11 +120291,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - key: *711 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + key: *716 + organization: *707 + repository: *708 sender: *4 required: - action @@ -120320,12 +120862,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: &715 + workflow: &720 title: Workflow type: - object @@ -121076,13 +121618,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *475 + - *480 pull_requests: type: array - items: *559 - repository: *703 - organization: *702 - installation: *701 + items: *564 + repository: *708 + organization: *707 + installation: *706 sender: *4 responses: '200': @@ -121153,7 +121695,7 @@ webhooks: type: string enum: - approved - approver: &712 + approver: &717 type: object properties: avatar_url: @@ -121196,11 +121738,11 @@ webhooks: type: string comment: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - reviewers: &713 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + reviewers: &718 type: array items: type: object @@ -121281,7 +121823,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &714 + workflow_job_run: &719 type: object properties: conclusion: @@ -122027,18 +122569,18 @@ webhooks: type: string enum: - rejected - approver: *712 + approver: *717 comment: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - reviewers: *713 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + reviewers: *718 sender: *4 since: type: string - workflow_job_run: *714 + workflow_job_run: *719 workflow_job_runs: type: array items: @@ -122755,13 +123297,13 @@ webhooks: type: string enum: - requested - enterprise: *700 + enterprise: *705 environment: type: string - installation: *701 - organization: *702 - repository: *703 - requestor: &720 + installation: *706 + organization: *707 + repository: *708 + requestor: &725 title: User type: - object @@ -124694,12 +125236,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Deployment Workflow Run type: @@ -125390,7 +125932,7 @@ webhooks: type: string enum: - answered - answer: &718 + answer: &723 type: object properties: author_association: @@ -125550,11 +126092,11 @@ webhooks: - created_at - updated_at - body - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -125681,11 +126223,11 @@ webhooks: - from required: - category - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -125768,11 +126310,11 @@ webhooks: type: string enum: - closed - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -125854,7 +126396,7 @@ webhooks: type: string enum: - created - comment: &717 + comment: &722 type: object properties: author_association: @@ -126014,11 +126556,11 @@ webhooks: - updated_at - body - reactions - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126101,12 +126643,12 @@ webhooks: type: string enum: - deleted - comment: *717 - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + comment: *722 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126201,12 +126743,12 @@ webhooks: - from required: - body - comment: *717 - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + comment: *722 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126290,11 +126832,11 @@ webhooks: type: string enum: - created - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126376,11 +126918,11 @@ webhooks: type: string enum: - deleted - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126480,11 +127022,11 @@ webhooks: type: string required: - from - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126566,10 +127108,10 @@ webhooks: type: string enum: - labeled - discussion: *716 - enterprise: *700 - installation: *701 - label: &719 + discussion: *721 + enterprise: *705 + installation: *706 + label: &724 title: Label type: object properties: @@ -126602,8 +127144,8 @@ webhooks: - color - default - description - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126686,11 +127228,11 @@ webhooks: type: string enum: - locked - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126772,11 +127314,11 @@ webhooks: type: string enum: - pinned - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126858,11 +127400,11 @@ webhooks: type: string enum: - reopened - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126947,16 +127489,16 @@ webhooks: changes: type: object properties: - new_discussion: *716 - new_repository: *703 + new_discussion: *721 + new_repository: *708 required: - new_discussion - new_repository - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127039,10 +127581,10 @@ webhooks: type: string enum: - unanswered - discussion: *716 - old_answer: *718 - organization: *702 - repository: *703 + discussion: *721 + old_answer: *723 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127124,12 +127666,12 @@ webhooks: type: string enum: - unlabeled - discussion: *716 - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127212,11 +127754,11 @@ webhooks: type: string enum: - unlocked - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127298,11 +127840,11 @@ webhooks: type: string enum: - unpinned - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127375,7 +127917,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *700 + enterprise: *705 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128053,9 +128595,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *701 - organization: *702 - repository: *703 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - forkee @@ -128201,9 +128743,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pages: description: The pages that were updated. type: array @@ -128241,7 +128783,7 @@ webhooks: - action - sha - html_url - repository: *703 + repository: *708 sender: *4 required: - pages @@ -128317,10 +128859,10 @@ webhooks: type: string enum: - created - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: &721 + organization: *707 + repositories: &726 description: An array of repository objects that the installation can access. type: array @@ -128346,8 +128888,8 @@ webhooks: - name - full_name - private - repository: *703 - requester: *720 + repository: *708 + requester: *725 sender: *4 required: - action @@ -128422,11 +128964,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -128503,11 +129045,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -128584,10 +129126,10 @@ webhooks: type: string enum: - added - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories_added: &722 + organization: *707 + repositories_added: &727 description: An array of repository objects, which were added to the installation. type: array @@ -128633,15 +129175,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *703 - repository_selection: &723 + repository: *708 + repository_selection: &728 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *720 + requester: *725 sender: *4 required: - action @@ -128720,10 +129262,10 @@ webhooks: type: string enum: - removed - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories_added: *722 + organization: *707 + repositories_added: *727 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -128750,9 +129292,9 @@ webhooks: - name - full_name - private - repository: *703 - repository_selection: *723 - requester: *720 + repository: *708 + repository_selection: *728 + requester: *725 sender: *4 required: - action @@ -128831,11 +129373,11 @@ webhooks: type: string enum: - suspend - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -129017,10 +129559,10 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 target_type: type: string @@ -129099,11 +129641,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -129269,7 +129811,7 @@ webhooks: pin: anyOf: - type: 'null' - - *538 + - *543 user: title: User type: @@ -129355,8 +129897,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130168,8 +130710,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130186,7 +130728,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -130530,8 +131072,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -130611,7 +131153,7 @@ webhooks: type: string enum: - deleted - comment: &724 + comment: &729 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -130768,7 +131310,7 @@ webhooks: pin: anyOf: - type: 'null' - - *538 + - *543 required: - url - html_url @@ -130782,8 +131324,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131591,8 +132133,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131609,7 +132151,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -131955,8 +132497,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -132036,7 +132578,7 @@ webhooks: type: string enum: - edited - changes: &748 + changes: &753 description: The changes to the comment. type: object properties: @@ -132048,9 +132590,9 @@ webhooks: type: string required: - from - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132861,8 +133403,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132879,7 +133421,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -133223,8 +133765,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -133305,9 +133847,9 @@ webhooks: type: string enum: - pinned - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134120,8 +134662,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134138,7 +134680,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -134484,8 +135026,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -134565,9 +135107,9 @@ webhooks: type: string enum: - unpinned - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135380,8 +135922,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135398,7 +135940,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -135744,8 +136286,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -135828,15 +136370,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 + blocked_issue: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - blocking_issue_repo: *71 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + blocking_issue_repo: *77 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -135919,15 +136461,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 + blocked_issue: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - blocking_issue_repo: *71 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + blocking_issue_repo: *77 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136009,15 +136551,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 - blocked_issue_repo: *71 + blocked_issue: *81 + blocked_issue_repo: *77 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136100,15 +136642,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 - blocked_issue_repo: *71 + blocked_issue: *81 + blocked_issue_repo: *77 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -136188,10 +136730,10 @@ webhooks: type: string enum: - assigned - assignee: *720 - enterprise: *700 - installation: *701 - issue: &727 + assignee: *725 + enterprise: *705 + installation: *706 + issue: &732 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137001,12 +137543,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137023,7 +137565,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -137126,8 +137668,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -137207,8 +137749,8 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138023,12 +138565,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138045,7 +138587,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -138291,8 +138833,8 @@ webhooks: required: - state - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -138371,8 +138913,8 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139178,12 +139720,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139200,7 +139742,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -139302,8 +139844,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -139382,8 +139924,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140212,12 +140754,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140234,7 +140776,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -140315,7 +140857,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &725 + milestone: &730 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140458,8 +141000,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -140558,8 +141100,8 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141369,12 +141911,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141388,7 +141930,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -141494,9 +142036,9 @@ webhooks: - active_lock_reason - body - reactions - label: *719 - organization: *702 - repository: *703 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -141576,8 +142118,8 @@ webhooks: type: string enum: - labeled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142386,12 +142928,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142405,7 +142947,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -142511,9 +143053,9 @@ webhooks: - active_lock_reason - body - reactions - label: *719 - organization: *702 - repository: *703 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -142593,8 +143135,8 @@ webhooks: type: string enum: - locked - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143428,12 +143970,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143447,7 +143989,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -143530,8 +144072,8 @@ webhooks: format: uri user_view_type: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -143610,8 +144152,8 @@ webhooks: type: string enum: - milestoned - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144439,12 +144981,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144461,7 +145003,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -144541,9 +145083,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *725 - organization: *702 - repository: *703 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -145430,11 +145972,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145461,7 +146003,7 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 + - *82 user: title: User type: @@ -145534,7 +146076,7 @@ webhooks: required: - login - id - type: *224 + type: *229 required: - id - number @@ -145673,10 +146215,6 @@ 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 @@ -146030,8 +146568,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146838,11 +147376,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146859,7 +147397,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -146870,7 +147408,7 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 + - *82 user: title: User type: @@ -146965,8 +147503,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -147046,9 +147584,9 @@ webhooks: type: string enum: - pinned - enterprise: *700 - installation: *701 - issue: &726 + enterprise: *705 + installation: *706 + issue: &731 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147852,12 +148390,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147874,7 +148412,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -147976,8 +148514,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -148056,8 +148594,8 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148889,12 +149427,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148991,9 +149529,9 @@ webhooks: format: uri user_view_type: type: string - type: *224 - organization: *702 - repository: *703 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -149880,12 +150418,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149902,7 +150440,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -150158,10 +150696,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -150499,11 +151033,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *700 - installation: *701 - issue: *726 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *731 + organization: *707 + repository: *708 sender: *4 required: - action @@ -150583,12 +151117,12 @@ webhooks: type: string enum: - typed - enterprise: *700 - installation: *701 - issue: *727 - type: *224 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -150669,7 +151203,7 @@ webhooks: type: string enum: - unassigned - assignee: &751 + assignee: &756 title: User type: - object @@ -150741,11 +151275,11 @@ webhooks: required: - login - id - enterprise: *700 - installation: *701 - issue: *727 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + organization: *707 + repository: *708 sender: *4 required: - action @@ -150824,12 +151358,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *700 - installation: *701 - issue: *727 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -150909,8 +151443,8 @@ webhooks: type: string enum: - unlocked - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151742,12 +152276,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151764,7 +152298,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -151844,8 +152378,8 @@ webhooks: format: uri user_view_type: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -151925,11 +152459,11 @@ webhooks: type: string enum: - unpinned - enterprise: *700 - installation: *701 - issue: *726 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *731 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152008,12 +152542,12 @@ webhooks: type: string enum: - untyped - enterprise: *700 - installation: *701 - issue: *727 - type: *224 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152093,11 +152627,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152175,11 +152709,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152289,11 +152823,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152375,9 +152909,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: &728 + enterprise: *705 + installation: *706 + marketplace_purchase: &733 title: Marketplace Purchase type: object required: @@ -152465,8 +152999,8 @@ webhooks: type: integer unit_count: type: integer - organization: *702 - previous_marketplace_purchase: &729 + organization: *707 + previous_marketplace_purchase: &734 title: Marketplace Purchase type: object properties: @@ -152550,7 +153084,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -152630,10 +153164,10 @@ webhooks: - changed effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152721,7 +153255,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -152803,10 +153337,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152892,7 +153426,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -152973,8 +153507,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 marketplace_purchase: title: Marketplace Purchase type: object @@ -153060,9 +153594,9 @@ webhooks: type: integer unit_count: type: integer - organization: *702 - previous_marketplace_purchase: *729 - repository: *703 + organization: *707 + previous_marketplace_purchase: *734 + repository: *708 sender: *4 required: - action @@ -153142,12 +153676,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 - previous_marketplace_purchase: *729 - repository: *703 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 + previous_marketplace_purchase: *734 + repository: *708 sender: *4 required: - action @@ -153249,11 +153783,11 @@ webhooks: type: string required: - to - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153355,11 +153889,11 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153438,11 +153972,11 @@ webhooks: type: string enum: - removed - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153520,11 +154054,11 @@ webhooks: type: string enum: - added - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153602,7 +154136,7 @@ webhooks: required: - login - id - team: &730 + team: &735 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -153832,11 +154366,11 @@ webhooks: type: string enum: - removed - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153915,7 +154449,7 @@ webhooks: required: - login - id - team: *730 + team: *735 required: - action - scope @@ -153997,8 +154531,8 @@ webhooks: type: string enum: - checks_requested - installation: *701 - merge_group: &731 + installation: *706 + merge_group: &736 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154017,15 +154551,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *400 + head_commit: *405 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154111,10 +154645,10 @@ webhooks: - merged - invalidated - dequeued - installation: *701 - merge_group: *731 - organization: *702 - repository: *703 + installation: *706 + merge_group: *736 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154187,7 +154721,7 @@ webhooks: type: string enum: - deleted - enterprise: *700 + enterprise: *705 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154296,12 +154830,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *701 - organization: *702 + installation: *706 + organization: *707 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -154381,11 +154915,11 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154464,9 +154998,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - milestone: &732 + enterprise: *705 + installation: *706 + milestone: &737 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154608,8 +155142,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154688,11 +155222,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154802,11 +155336,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154886,11 +155420,11 @@ webhooks: type: string enum: - opened - enterprise: *700 - installation: *701 - milestone: *732 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *737 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154969,11 +155503,11 @@ webhooks: type: string enum: - blocked - blocked_user: *720 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + blocked_user: *725 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155052,11 +155586,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *720 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + blocked_user: *725 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155135,9 +155669,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - membership: &733 + enterprise: *705 + installation: *706 + membership: &738 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155247,8 +155781,8 @@ webhooks: - role - organization_url - user - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155326,11 +155860,11 @@ webhooks: type: string enum: - member_added - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155409,8 +155943,8 @@ webhooks: type: string enum: - member_invited - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155532,10 +156066,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 - user: *720 + user: *725 required: - action - invitation @@ -155613,11 +156147,11 @@ webhooks: type: string enum: - member_removed - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155704,11 +156238,11 @@ webhooks: properties: from: type: string - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155785,9 +156319,9 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 package: description: Information about the package. type: object @@ -156310,7 +156844,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &734 + items: &739 title: Ruby Gems metadata type: object properties: @@ -156407,7 +156941,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -156483,9 +157017,9 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 package: description: Information about the package. type: object @@ -156847,7 +157381,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *734 + items: *739 source_url: type: string format: uri @@ -156918,7 +157452,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -157098,12 +157632,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *700 + enterprise: *705 id: type: integer - installation: *701 - organization: *702 - repository: *703 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - id @@ -157180,7 +157714,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &735 + personal_access_token_request: &740 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157330,10 +157864,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *700 - organization: *702 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -157410,11 +157944,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *735 - enterprise: *700 - organization: *702 + personal_access_token_request: *740 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -157490,11 +158024,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *735 - enterprise: *700 - organization: *702 + personal_access_token_request: *740 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -157569,11 +158103,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *735 - organization: *702 - enterprise: *700 + personal_access_token_request: *740 + organization: *707 + enterprise: *705 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -157678,7 +158212,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *736 + last_response: *741 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -157710,8 +158244,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 zen: description: Random string of GitHub zen. @@ -157956,10 +158490,10 @@ webhooks: - from required: - note - enterprise: *700 - installation: *701 - organization: *702 - project_card: &737 + enterprise: *705 + installation: *706 + organization: *707 + project_card: &742 title: Project Card type: object properties: @@ -158082,7 +158616,7 @@ webhooks: - creator - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -158163,11 +158697,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project_card: *737 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_card: *742 + repository: *708 sender: *4 required: - action @@ -158247,9 +158781,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 project_card: title: Project Card type: object @@ -158379,7 +158913,7 @@ webhooks: repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -158473,11 +159007,11 @@ webhooks: - from required: - note - enterprise: *700 - installation: *701 - organization: *702 - project_card: *737 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_card: *742 + repository: *708 sender: *4 required: - action @@ -158571,9 +159105,9 @@ webhooks: - from required: - column_id - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 project_card: allOf: - title: Project Card @@ -158770,7 +159304,7 @@ webhooks: type: string required: - after_id - repository: *703 + repository: *708 sender: *4 required: - action @@ -158850,10 +159384,10 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - organization: *702 - project: &739 + enterprise: *705 + installation: *706 + organization: *707 + project: &744 title: Project type: object properties: @@ -158980,7 +159514,7 @@ webhooks: - creator - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -159060,10 +159594,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project_column: &738 + enterprise: *705 + installation: *706 + organization: *707 + project_column: &743 title: Project Column type: object properties: @@ -159103,7 +159637,7 @@ webhooks: - name - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -159182,14 +159716,14 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -159278,11 +159812,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 + repository: *708 sender: *4 required: - action @@ -159362,11 +159896,11 @@ webhooks: type: string enum: - moved - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 + repository: *708 sender: *4 required: - action @@ -159446,11 +159980,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -159530,14 +160064,14 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - project: *739 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -159638,11 +160172,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -159721,11 +160255,11 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -159806,9 +160340,9 @@ webhooks: type: string enum: - closed - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -159889,9 +160423,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -159972,9 +160506,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -160095,9 +160629,9 @@ webhooks: type: string to: type: string - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -160180,7 +160714,7 @@ webhooks: type: string enum: - archived - changes: &743 + changes: &748 type: object properties: archived_at: @@ -160196,9 +160730,9 @@ webhooks: - string - 'null' format: date-time - installation: *701 - organization: *702 - projects_v2_item: &740 + installation: *706 + organization: *707 + projects_v2_item: &745 title: Projects v2 Item description: An item belonging to a project type: object @@ -160216,7 +160750,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *263 + content_type: *268 creator: *4 created_at: type: string @@ -160338,9 +160872,9 @@ webhooks: - 'null' to: type: string - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160422,9 +160956,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160505,9 +161039,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160612,7 +161146,7 @@ webhooks: oneOf: - type: string - type: integer - - &741 + - &746 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160636,7 +161170,7 @@ webhooks: required: - id - name - - &742 + - &747 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160676,8 +161210,8 @@ webhooks: oneOf: - type: string - type: integer - - *741 - - *742 + - *746 + - *747 type: - 'null' - string @@ -160700,9 +161234,9 @@ webhooks: - 'null' required: - body - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160799,9 +161333,9 @@ webhooks: type: - string - 'null' - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160884,10 +161418,10 @@ webhooks: type: string enum: - restored - changes: *743 - installation: *701 - organization: *702 - projects_v2_item: *740 + changes: *748 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -160969,9 +161503,9 @@ webhooks: type: string enum: - reopened - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -161052,9 +161586,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -161135,9 +161669,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -161283,9 +161817,9 @@ webhooks: - string - 'null' format: date - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -161356,10 +161890,10 @@ webhooks: title: public event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - repository @@ -161436,13 +161970,13 @@ webhooks: type: string enum: - assigned - assignee: *720 - enterprise: *700 - installation: *701 - number: &745 + assignee: *725 + enterprise: *705 + installation: *706 + number: &750 description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -161961,10 +162495,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -162619,10 +163149,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -163802,7 +164328,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -163884,11 +164410,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -164393,10 +164919,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -165057,10 +165579,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -166241,7 +166759,7 @@ webhooks: - draft reason: type: string - repository: *703 + repository: *708 sender: *4 required: - action @@ -166323,11 +166841,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -166842,10 +167360,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -167496,10 +168010,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -168680,7 +169190,7 @@ webhooks: - draft reason: type: string - repository: *703 + repository: *708 sender: *4 required: - action @@ -168762,13 +169272,13 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: &746 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: &751 allOf: - - *559 + - *564 - type: object properties: allow_auto_merge: @@ -168830,7 +169340,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *703 + repository: *708 sender: *4 required: - action @@ -168911,12 +169421,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -168996,11 +169506,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *700 - milestone: *260 - number: *745 - organization: *702 - pull_request: &747 + enterprise: *705 + milestone: *265 + number: *750 + organization: *707 + pull_request: &752 title: Pull Request type: object properties: @@ -169516,10 +170026,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -170175,10 +170681,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -171352,7 +171854,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -171431,11 +171933,11 @@ webhooks: type: string enum: - dequeued - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -171950,10 +172452,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -172611,10 +173109,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -173806,7 +174300,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *703 + repository: *708 sender: *4 required: - action @@ -173930,12 +174424,12 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -174015,11 +174509,11 @@ webhooks: type: string enum: - enqueued - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -174534,10 +175028,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -175195,10 +175685,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -176375,7 +176861,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -176455,11 +176941,11 @@ webhooks: type: string enum: - labeled - enterprise: *700 - installation: *701 - label: *719 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + label: *724 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -176976,10 +177462,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -177634,10 +178116,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -178818,7 +179296,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -178899,10 +179377,10 @@ webhooks: type: string enum: - locked - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -179418,10 +179896,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -180076,10 +180550,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -181259,7 +181729,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -181339,12 +181809,12 @@ webhooks: type: string enum: - milestoned - enterprise: *700 - milestone: *260 - number: *745 - organization: *702 - pull_request: *747 - repository: *703 + enterprise: *705 + milestone: *265 + number: *750 + organization: *707 + pull_request: *752 + repository: *708 sender: *4 required: - action @@ -181423,12 +181893,12 @@ webhooks: type: string enum: - opened - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -181509,12 +181979,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -181594,12 +182064,12 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -181974,9 +182444,9 @@ webhooks: - start_side - side - reactions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -182490,10 +182960,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -183134,10 +183600,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -184217,7 +184679,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -184297,7 +184759,7 @@ webhooks: type: string enum: - deleted - comment: &749 + comment: &754 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -184590,9 +185052,9 @@ webhooks: - start_side - side - reactions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -185104,10 +185566,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -185748,10 +186206,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -186821,7 +187275,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -186901,11 +187355,11 @@ webhooks: type: string enum: - edited - changes: *748 - comment: *749 - enterprise: *700 - installation: *701 - organization: *702 + changes: *753 + comment: *754 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -187419,10 +187873,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -188063,10 +188513,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -189137,7 +189583,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -189218,9 +189664,9 @@ webhooks: type: string enum: - dismissed - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -189735,10 +190181,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -190379,10 +190821,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -191464,7 +191902,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 review: description: The review that was affected. type: object @@ -191715,9 +192153,9 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -193826,8 +194264,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 - review: &750 + repository: *708 + review: &755 description: The review that was affected. type: object properties: @@ -194065,12 +194503,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -194588,10 +195026,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -195237,10 +195671,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -196428,7 +196858,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_reviewer: title: User type: @@ -196514,12 +196944,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -197037,10 +197467,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -197693,10 +198119,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198884,7 +199306,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199079,12 +199501,12 @@ webhooks: type: string enum: - review_requested - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -199604,10 +200026,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -200260,10 +200678,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -201444,7 +201858,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_reviewer: title: User type: @@ -201531,12 +201945,12 @@ webhooks: type: string enum: - review_requested - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -202056,10 +202470,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -202712,10 +203122,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -203887,7 +204293,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204071,9 +204477,9 @@ webhooks: type: string enum: - submitted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -204588,10 +204994,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -205234,10 +205636,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -206320,8 +206718,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 - review: *750 + repository: *708 + review: *755 sender: *4 required: - action @@ -206401,9 +206799,9 @@ webhooks: type: string enum: - resolved - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -206916,10 +207314,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -207518,10 +207912,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -208559,7 +208949,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 sender: *4 thread: type: object @@ -208956,9 +209346,9 @@ webhooks: type: string enum: - unresolved - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -209469,10 +209859,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -210067,10 +210453,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -211097,7 +211479,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 sender: *4 thread: type: object @@ -211496,10 +211878,10 @@ webhooks: type: string before: type: string - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -212016,10 +212398,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -212670,10 +213048,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -213845,7 +214219,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -213927,11 +214301,11 @@ webhooks: type: string enum: - unassigned - assignee: *751 - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + assignee: *756 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -214450,10 +214824,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -215108,10 +215478,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -216292,7 +216658,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -216371,11 +216737,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *700 - installation: *701 - label: *719 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + label: *724 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -216892,10 +217258,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -217550,10 +217912,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -218725,7 +219083,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -218806,10 +219164,10 @@ webhooks: type: string enum: - unlocked - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -219322,10 +219680,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -219978,10 +220332,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -221149,7 +221499,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -221352,7 +221702,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *700 + enterprise: *705 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -221447,8 +221797,8 @@ webhooks: - url - author - committer - installation: *701 - organization: *702 + installation: *706 + organization: *707 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -221627,10 +221977,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -222051,9 +222397,9 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 registry_package: type: object properties: @@ -222530,7 +222876,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *734 + items: *739 summary: type: string tag_name: @@ -222586,7 +222932,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -222664,9 +223010,9 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 registry_package: type: object properties: @@ -222978,7 +223324,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *734 + items: *739 summary: type: string tag_name: @@ -223028,7 +223374,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -223105,10 +223451,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - release: &752 + enterprise: *705 + installation: *706 + organization: *707 + release: &757 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223439,7 +223785,7 @@ webhooks: - updated_at - zipball_url - body - repository: *703 + repository: *708 sender: *4 required: - action @@ -223516,11 +223862,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -223637,11 +223983,11 @@ webhooks: type: boolean required: - to - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -223719,9 +224065,9 @@ webhooks: type: string enum: - prereleased - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -224057,7 +224403,7 @@ webhooks: - string - 'null' format: uri - repository: *703 + repository: *708 sender: *4 required: - action @@ -224133,10 +224479,10 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - release: &753 + enterprise: *705 + installation: *706 + organization: *707 + release: &758 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -224469,7 +224815,7 @@ webhooks: - string - 'null' format: uri - repository: *703 + repository: *708 sender: *4 required: - action @@ -224545,11 +224891,11 @@ webhooks: type: string enum: - released - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -224625,11 +224971,11 @@ webhooks: type: string enum: - unpublished - enterprise: *700 - installation: *701 - organization: *702 - release: *753 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *758 + repository: *708 sender: *4 required: - action @@ -224705,11 +225051,11 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_advisory: *623 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_advisory: *628 sender: *4 required: - action @@ -224785,11 +225131,11 @@ webhooks: type: string enum: - reported - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_advisory: *623 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_advisory: *628 sender: *4 required: - action @@ -224865,10 +225211,10 @@ webhooks: type: string enum: - archived - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -224945,10 +225291,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225026,10 +225372,10 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225114,10 +225460,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225232,10 +225578,10 @@ webhooks: - 'null' items: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225307,10 +225653,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 status: type: string @@ -225391,10 +225737,10 @@ webhooks: type: string enum: - privatized - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225471,10 +225817,10 @@ webhooks: type: string enum: - publicized - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225568,10 +225914,10 @@ webhooks: - name required: - repository - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -225651,11 +225997,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 sender: *4 required: - action @@ -225733,11 +226079,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 sender: *4 required: - action @@ -225815,11 +226161,11 @@ webhooks: type: string enum: - edited - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 changes: type: object properties: @@ -225838,16 +226184,16 @@ webhooks: properties: added: type: array - items: *276 + items: *281 deleted: type: array - items: *276 + items: *281 updated: type: array items: type: object properties: - condition: *276 + condition: *281 changes: type: object properties: @@ -225880,16 +226226,16 @@ webhooks: properties: added: type: array - items: *579 + items: *584 deleted: type: array - items: *579 + items: *584 updated: type: array items: type: object properties: - rule: *579 + rule: *584 changes: type: object properties: @@ -226126,10 +226472,10 @@ webhooks: - from required: - owner - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226207,10 +226553,10 @@ webhooks: type: string enum: - unarchived - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226288,7 +226634,7 @@ webhooks: type: string enum: - create - alert: &754 + alert: &759 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226413,10 +226759,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226626,10 +226972,10 @@ webhooks: type: string enum: - dismissed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226707,11 +227053,11 @@ webhooks: type: string enum: - reopen - alert: *754 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *759 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226913,10 +227259,10 @@ webhooks: enum: - fixed - open - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226994,17 +227340,17 @@ webhooks: type: string enum: - assigned - alert: &755 + alert: &760 type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri @@ -227109,10 +227455,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227190,11 +227536,11 @@ webhooks: type: string enum: - created - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227275,11 +227621,11 @@ webhooks: type: string enum: - created - alert: *755 - installation: *701 - location: *756 - organization: *702 - repository: *703 + alert: *760 + installation: *706 + location: *761 + organization: *707 + repository: *708 sender: *4 required: - location @@ -227517,11 +227863,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227599,11 +227945,11 @@ webhooks: type: string enum: - reopened - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227681,11 +228027,11 @@ webhooks: type: string enum: - resolved - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227763,12 +228109,12 @@ webhooks: type: string enum: - unassigned - alert: *755 + alert: *760 assignee: *4 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227846,11 +228192,11 @@ webhooks: type: string enum: - validated - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227980,10 +228326,10 @@ webhooks: - organization - enterprise - - repository: *703 - enterprise: *700 - installation: *701 - organization: *702 + repository: *708 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -228061,16 +228407,16 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - security_advisory: &757 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + security_advisory: &762 description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *55 + cvss_severities: *61 cwes: type: array items: @@ -228238,11 +228584,11 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - security_advisory: *757 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + security_advisory: *762 sender: *4 required: - action @@ -228315,16 +228661,16 @@ webhooks: type: string enum: - withdrawn - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 security_advisory: description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *55 + cvss_severities: *61 cwes: type: array items: @@ -228491,11 +228837,11 @@ webhooks: from: type: object properties: - security_and_analysis: *275 - enterprise: *700 - installation: *701 - organization: *702 - repository: *322 + security_and_analysis: *280 + enterprise: *705 + installation: *706 + organization: *707 + repository: *327 sender: *4 required: - changes @@ -228573,12 +228919,12 @@ webhooks: type: string enum: - cancelled - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: &758 + sponsorship: &763 type: object properties: created_at: @@ -228883,12 +229229,12 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - sponsorship @@ -228976,12 +229322,12 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -229058,17 +229404,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &759 + effective_date: &764 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: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - sponsorship @@ -229142,7 +229488,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &760 + changes: &765 type: object properties: tier: @@ -229186,13 +229532,13 @@ webhooks: - from required: - tier - effective_date: *759 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + effective_date: *764 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -229269,13 +229615,13 @@ webhooks: type: string enum: - tier_changed - changes: *760 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + changes: *765 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -229349,10 +229695,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229436,10 +229782,10 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229873,15 +230219,15 @@ webhooks: type: - string - 'null' - enterprise: *700 + enterprise: *705 id: description: The unique identifier of the status. type: integer - installation: *701 + installation: *706 name: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 sha: description: The Commit SHA. @@ -229991,15 +230337,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - parent_issue_repo: *71 + parent_issue: *81 + parent_issue_repo: *77 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - installation: *701 - organization: *702 - repository: *703 + sub_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -230083,15 +230429,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - parent_issue_repo: *71 + parent_issue: *81 + parent_issue_repo: *77 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - installation: *701 - organization: *702 - repository: *703 + sub_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -230175,15 +230521,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - sub_issue_repo: *71 + sub_issue: *81 + sub_issue_repo: *77 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - installation: *701 - organization: *702 - repository: *703 + parent_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -230267,15 +230613,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - sub_issue_repo: *71 + sub_issue: *81 + sub_issue_repo: *77 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - installation: *701 - organization: *702 - repository: *703 + parent_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -230352,12 +230698,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - team: &761 + team: &766 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230587,9 +230933,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -231059,7 +231405,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -231135,9 +231481,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -231607,7 +231953,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -231684,9 +232030,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -232156,7 +232502,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -232300,9 +232646,9 @@ webhooks: - from required: - permissions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -232772,7 +233118,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - changes @@ -232850,9 +233196,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -233322,7 +233668,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -233398,10 +233744,10 @@ webhooks: type: string enum: - started - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -233474,17 +233820,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *700 + enterprise: *705 inputs: type: - object - 'null' additionalProperties: true - installation: *701 - organization: *702 + installation: *706 + organization: *707 ref: type: string - repository: *703 + repository: *708 sender: *4 workflow: type: string @@ -233566,10 +233912,10 @@ webhooks: type: string enum: - completed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: allOf: @@ -233825,7 +234171,7 @@ webhooks: type: string required: - conclusion - deployment: *475 + deployment: *480 required: - action - repository @@ -233904,10 +234250,10 @@ webhooks: type: string enum: - in_progress - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: allOf: @@ -234189,7 +234535,7 @@ webhooks: required: - status - steps - deployment: *475 + deployment: *480 required: - action - repository @@ -234268,10 +234614,10 @@ webhooks: type: string enum: - queued - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: type: object @@ -234417,7 +234763,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *475 + deployment: *480 required: - action - repository @@ -234496,10 +234842,10 @@ webhooks: type: string enum: - waiting - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: type: object @@ -234646,7 +234992,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *475 + deployment: *480 required: - action - repository @@ -234726,12 +235072,12 @@ webhooks: type: string enum: - completed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object @@ -235750,12 +236096,12 @@ webhooks: type: string enum: - in_progress - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object @@ -236759,12 +237105,12 @@ webhooks: type: string enum: - requested - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 92deb8009..1f6c11258 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -9244,14 +9244,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -24248,6 +24240,658 @@ } } }, + "/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", + "examples": [ + "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", + "examples": [ + "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", @@ -32411,14 +33055,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -36936,14 +37572,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -40273,9 +40901,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -57151,14 +57776,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -59927,14 +60544,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -68524,14 +69133,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -73049,14 +73650,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -76386,9 +76979,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -79837,9 +80427,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -81240,9 +81827,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -93957,14 +94541,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -95875,14 +96451,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -98935,9 +99503,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -101631,14 +102196,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -102814,14 +103371,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105467,9 +106016,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -107279,9 +107825,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -108202,6 +108745,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": { @@ -108478,6 +109073,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": { @@ -108705,6 +109352,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": { @@ -121132,9 +121831,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -124305,9 +125001,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -128276,9 +128969,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -130823,39 +131513,691 @@ } } } - }, - "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", + "examples": [ + "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", + "examples": [ + "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" } } }, @@ -134321,9 +135663,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -135806,9 +137145,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -139107,14 +140443,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -143632,14 +144960,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -146969,9 +148289,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -161991,14 +163308,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -165880,9 +167189,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -168317,9 +169623,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -172502,14 +173805,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174734,14 +176029,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -176993,14 +178280,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179000,9 +180279,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -183507,9 +184783,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -184898,9 +186171,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -188315,9 +189585,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -190635,9 +191902,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -191267,6 +192531,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", @@ -191296,6 +192571,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" @@ -191448,7 +192763,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" ], @@ -191514,12 +192829,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": { @@ -191537,13 +192852,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" ] }, @@ -191574,6 +192938,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" + } } } } @@ -191617,6 +192992,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", @@ -191650,6 +193036,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" @@ -191981,6 +193407,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", @@ -192010,6 +193447,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" @@ -192078,7 +193555,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" ], @@ -192176,16 +193653,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 + ] + } } } } @@ -196739,14 +198279,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -200957,14 +202489,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202232,14 +203756,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -208782,14 +210298,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -213000,14 +214508,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -214275,14 +215775,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -226465,9 +227957,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -227812,12 +229301,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -228605,14 +230088,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -230035,14 +231510,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231114,14 +232581,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -248602,9 +250061,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -256258,9 +257714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -259747,12 +261200,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -260540,14 +261987,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261970,14 +263409,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -263049,14 +264480,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -265272,12 +266695,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -266065,14 +267482,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -267495,14 +268904,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -268574,14 +269975,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -276169,14 +277562,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -277361,14 +278746,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -280415,9 +281792,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -281351,9 +282725,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -283401,9 +284772,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -284337,9 +285705,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -287231,9 +288596,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -288167,9 +289529,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -295575,9 +296934,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -296511,9 +297867,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -333389,9 +334742,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -335390,9 +336740,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -336901,9 +338248,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -338750,9 +340094,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -354152,9 +355493,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -356332,9 +357670,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -358148,9 +359483,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -361989,9 +363321,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -370613,14 +371942,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -371888,14 +373209,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -377255,9 +378568,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -378695,9 +380005,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -404675,14 +405982,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -409200,14 +410499,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -412537,9 +413828,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -415893,9 +417181,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -417178,12 +418463,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -417971,14 +419250,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -419401,14 +420672,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -420480,14 +421743,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -433013,9 +434268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -434587,9 +435839,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -437757,14 +439006,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -442256,14 +443497,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -452944,14 +454177,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -459045,14 +460270,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -464942,14 +466159,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -469673,14 +470882,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -474174,14 +475375,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -478453,14 +479646,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -485122,14 +486307,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -489488,14 +490665,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -493938,14 +495107,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -498410,14 +499571,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -516321,14 +517474,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -521840,14 +522985,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -526216,14 +527353,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -530560,14 +531689,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -535009,14 +536130,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -550156,14 +551269,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -561768,9 +562873,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -568753,14 +569855,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -570028,14 +571122,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -573855,14 +574941,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -575123,14 +576201,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -582437,14 +583507,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -583705,14 +584767,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -587822,14 +588876,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -589090,14 +590136,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -592060,9 +593098,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -593876,9 +594911,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -601562,14 +602594,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -602837,14 +603861,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -606750,14 +607766,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -608025,14 +609033,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -617064,6 +618064,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": { @@ -617956,6 +618982,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": { @@ -620389,6 +621441,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": { @@ -652681,12 +653759,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -653474,14 +654546,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -654904,14 +655968,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -655983,14 +657039,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -662040,9 +663088,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -663568,12 +664613,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -664361,14 +665400,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -665791,14 +666822,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -666870,14 +667893,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -668652,9 +669667,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -671063,9 +672075,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -672767,9 +673776,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -675416,14 +676422,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -678442,9 +679440,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -684155,9 +685150,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -689775,9 +690767,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -692146,9 +693135,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -693962,9 +694948,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -696087,9 +697070,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -698259,9 +699239,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -700247,9 +701224,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -703148,12 +704122,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -703941,14 +704909,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -705371,14 +706331,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -706450,14 +707402,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -709163,9 +710107,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -711239,9 +712180,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -713050,9 +713988,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -719068,14 +720003,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -722305,14 +723232,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -728866,14 +729785,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -731160,14 +732071,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -733432,14 +734335,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -735598,9 +736493,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -737838,9 +738730,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -739168,9 +740057,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -741840,14 +742726,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -743303,12 +744181,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -744096,14 +744968,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -745526,14 +746390,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -746605,14 +747461,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -748718,9 +749566,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -752213,14 +753058,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -753436,14 +754273,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -754970,9 +755799,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -759281,14 +760107,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -763499,14 +764317,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -764774,14 +765584,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -769950,9 +770752,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -773251,14 +774050,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -777776,14 +778567,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -781113,9 +781896,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -786614,14 +787394,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -791139,14 +791911,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -794476,9 +795240,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -799987,14 +800748,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -804512,14 +805265,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -807849,9 +808594,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -814682,9 +815424,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -816073,9 +816812,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -824866,14 +825602,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -829084,14 +829812,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -830359,14 +831079,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -841711,14 +842423,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -846236,14 +846940,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -849573,9 +850269,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -855070,14 +855763,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -859595,14 +860280,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -862932,9 +863609,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -866312,9 +866986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -868938,14 +869609,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -870026,14 +870689,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -871133,9 +871788,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -872974,14 +873626,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -875001,14 +875645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -877028,14 +877664,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -879235,14 +879863,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -881610,14 +882230,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -884234,9 +884846,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -886535,14 +887144,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -889324,9 +889925,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -891625,14 +892223,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -894414,9 +895004,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -896715,14 +897302,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -899517,9 +900096,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -901818,14 +902394,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -904968,14 +905536,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -907807,14 +908367,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -910640,14 +911192,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -913159,14 +913703,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -915805,14 +916341,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -918276,14 +918804,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -920833,14 +921353,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -923308,14 +923820,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -925725,14 +926229,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -928238,14 +928734,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -930503,14 +930991,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -932551,14 +933031,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -936759,14 +937231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -938972,14 +939436,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -942015,14 +942471,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -945057,14 +945505,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -948099,14 +948539,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -951141,14 +951573,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -954183,14 +954607,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -957225,14 +957641,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -960267,14 +960675,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -963309,14 +963709,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -965389,14 +965781,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -967469,14 +967853,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -970153,14 +970529,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -974848,14 +975216,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -976116,14 +976476,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -978293,14 +978645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -980501,14 +980845,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -983671,14 +984007,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -986779,14 +987107,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -991347,14 +991667,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -995019,14 +995331,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -997605,14 +997909,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1000128,14 +1000424,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1002867,14 +1003155,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1005607,14 +1005887,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1008366,14 +1008638,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1010890,14 +1011154,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1013412,14 +1013668,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1015961,14 +1016209,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1018526,14 +1018766,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1021049,14 +1021281,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1023571,14 +1023795,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1026093,14 +1026309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1028404,14 +1028612,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1030656,14 +1030856,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1033281,14 +1033473,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1035846,14 +1036030,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1038369,14 +1038545,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1040891,14 +1041059,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1043852,14 +1044012,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1046193,14 +1046345,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1049259,14 +1049403,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1052423,14 +1052559,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1055492,14 +1055620,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1058588,14 +1058708,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1061798,14 +1061910,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1064974,14 +1065078,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1067159,14 +1067255,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1070228,14 +1070316,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1074787,14 +1074867,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1079338,14 +1079410,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1083907,14 +1083971,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1088466,14 +1088522,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1093024,14 +1093072,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1095973,14 +1096013,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1100009,14 +1100041,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1102735,14 +1102759,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1104114,14 +1104130,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1107062,14 +1107070,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1111098,14 +1111098,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1113824,14 +1113816,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1115203,14 +1115187,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1118151,14 +1118127,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1120877,14 +1120845,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1123266,14 +1123226,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1126292,14 +1126244,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1129240,14 +1129184,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1131966,14 +1131902,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1134355,14 +1134283,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1137381,14 +1137301,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1141896,14 +1141808,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1146533,14 +1146437,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1150941,14 +1150837,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1155543,14 +1155431,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1160028,14 +1159908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1164483,14 +1164355,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1168899,14 +1168763,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1173499,14 +1173355,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1176965,11 +1176813,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", @@ -1180929,14 +1180772,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1185336,14 +1185171,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1189748,14 +1189575,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1193253,11 +1193072,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1197190,14 +1197004,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1201672,14 +1201478,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1206188,14 +1205986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1210645,14 +1210435,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1215059,14 +1214841,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1219466,14 +1219240,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1223947,14 +1223713,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1226019,14 +1225777,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1228089,14 +1227839,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1230202,14 +1229944,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1232474,14 +1232208,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1234748,14 +1234474,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1237019,14 +1236737,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1239285,14 +1238995,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1241555,14 +1241257,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1243715,14 +1243409,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1245879,14 +1245565,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1248009,14 +1247687,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1250138,14 +1249808,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1252402,14 +1252064,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1254606,14 +1254260,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1256678,14 +1256324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1258834,14 +1258472,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1261058,14 +1260688,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1263278,14 +1262900,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1265499,14 +1265113,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1267762,14 +1267368,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1269983,14 +1269581,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1272111,14 +1271701,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1274239,14 +1273821,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1276414,14 +1275988,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1278588,14 +1278154,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1280782,14 +1280340,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1283057,14 +1282607,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1285245,14 +1284787,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1288173,14 +1287707,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1290846,14 +1290372,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1293020,14 +1292538,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1298428,14 +1297938,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1300812,14 +1300314,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1303008,14 +1302502,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1305212,14 +1304698,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1307431,14 +1306909,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1309760,14 +1309230,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1311959,14 +1311421,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1314039,14 +1313493,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1316123,14 +1315569,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1318220,14 +1317658,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1320300,14 +1319730,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1322499,14 +1321921,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1324703,14 +1324117,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1326933,14 +1326339,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1329131,14 +1328529,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1344396,14 +1343786,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1346334,11 +1345716,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1347187,11 +1346564,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1349645,14 +1349017,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1351498,11 +1350862,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1352358,11 +1351717,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1354818,14 +1354172,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1356684,11 +1356030,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1357531,11 +1356872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1359991,14 +1359327,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1363253,14 +1362581,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1364521,14 +1363841,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1366757,14 +1366069,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1369989,14 +1369293,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1371257,14 +1370553,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1373493,14 +1372781,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1375620,11 +1374900,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1376467,11 +1375742,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1378961,14 +1378231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1380795,11 +1380057,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1381642,11 +1380899,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1384107,14 +1383359,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1387417,14 +1386661,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1388685,14 +1387921,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1390921,14 +1390149,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1392756,11 +1391976,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1393603,11 +1392818,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1396051,14 +1395261,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1397948,11 +1397150,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1398801,11 +1397998,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1401260,14 +1400452,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1403127,11 +1402311,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1403980,11 +1403159,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1406438,14 +1405612,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1408595,11 +1407761,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1409442,11 +1408603,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1411936,14 +1411092,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1415167,14 +1414315,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1416435,14 +1415575,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1418671,14 +1417803,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1421903,14 +1421027,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1423171,14 +1422287,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1425407,14 +1424515,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1428639,14 +1427739,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1429907,14 +1428999,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1432143,14 +1431227,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1434350,11 +1433426,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1435185,11 +1434256,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1437508,14 +1436574,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1439740,11 +1438798,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1440575,11 +1439628,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1442888,14 +1441936,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1445141,11 +1444181,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1445976,11 +1445011,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1448290,14 +1447320,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1450152,11 +1449174,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1450987,11 +1450004,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1453312,14 +1452324,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1458432,14 +1457436,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1460502,11 +1459498,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1461349,11 +1460340,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1463813,14 +1462799,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1465661,11 +1464639,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1466508,11 +1465481,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1468972,14 +1467940,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1471008,11 +1469968,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1471855,11 +1470810,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1474312,14 +1473262,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1476163,11 +1475105,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1477010,11 +1475947,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1479458,14 +1478390,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1481473,11 +1480397,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1482311,11 +1481230,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1484637,14 +1483551,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1486708,11 +1485614,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1487507,11 +1486408,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1489793,14 +1488689,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1492034,11 +1490922,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1492827,11 +1491710,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1495102,14 +1493980,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1497357,11 +1496227,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1498204,11 +1497069,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1500662,14 +1499522,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1502635,11 +1501487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1503488,11 +1502335,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1505947,14 +1504789,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1507857,11 +1506691,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1508710,11 +1507539,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1511168,14 +1509992,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1513031,11 +1511847,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1513881,11 +1512692,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1516327,14 +1515133,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1517995,11 +1516793,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1520681,14 +1519474,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1523257,14 +1522042,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1525729,14 +1524506,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1528202,14 +1526971,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1530728,14 +1529489,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1533207,14 +1531960,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1535682,14 +1534427,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1538154,14 +1536891,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1540629,14 +1539358,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1542656,14 +1541377,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1546712,14 +1545425,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1550768,14 +1549473,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1552796,14 +1551493,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1554824,14 +1553513,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1556860,14 +1555541,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1558946,14 +1557619,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1560968,14 +1559633,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1563002,14 +1561659,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1565030,14 +1563679,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1567085,14 +1565726,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1569114,14 +1567747,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1572463,14 +1571088,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1575812,14 +1574429,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1582259,14 +1580868,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1584288,14 +1582889,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1586489,14 +1585082,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1588700,14 +1587285,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1590900,14 +1589477,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1593100,14 +1591669,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1596140,14 +1594701,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1599012,14 +1597565,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1602142,14 +1600687,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1605190,14 +1603727,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1608062,14 +1606591,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1610934,14 +1609455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1613974,14 +1612487,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1616846,14 +1615351,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1618719,14 +1617216,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1620962,14 +1619451,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1623238,14 +1621719,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1625514,14 +1623987,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1627651,12 +1626116,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -1628444,14 +1626903,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1629874,14 +1628325,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1630953,14 +1629396,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1633008,14 +1631443,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1635358,14 +1633785,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1637725,14 +1636144,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1640080,14 +1638491,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1642493,14 +1640896,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1644903,14 +1643298,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1647254,14 +1645641,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1649289,14 +1647668,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1651820,14 +1650191,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1654801,14 +1653164,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1657527,14 +1655882,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1659916,14 +1658263,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1662942,14 +1661281,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1665892,14 +1664223,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1668618,14 +1666941,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1671007,14 +1669322,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1674033,14 +1672340,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1676983,14 +1675282,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1679709,14 +1678000,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1682098,14 +1680381,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1685124,14 +1683399,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1688074,14 +1686341,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1690800,14 +1689059,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1693189,14 +1691440,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1696215,14 +1694458,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1698238,14 +1696473,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1707078,14 +1705305,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1709108,14 +1707327,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1711138,14 +1709349,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1714222,14 +1712425,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1717344,14 +1715539,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1720289,14 +1718476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1723235,14 +1721414,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1726567,14 +1724738,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1729881,14 +1728044,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 2de6a1ebc..e3d36b4ed 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -480,7 +480,7 @@ paths: required: false schema: type: string - - &53 + - &59 name: direction description: The direction to sort the results by. in: query @@ -719,7 +719,7 @@ paths: required: - vector_string - score - cvss_severities: &55 + cvss_severities: &61 type: - object - 'null' @@ -766,7 +766,7 @@ paths: required: - vector_string - score - epss: &56 + epss: &62 type: - object - 'null' @@ -929,7 +929,7 @@ paths: - subscriptions_url - type - url - type: &308 + type: &313 type: string description: The type of credit the user is receiving. enum: @@ -1089,7 +1089,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &117 + schema: &122 title: Validation Error Simple description: Validation Error Simple type: object @@ -1122,7 +1122,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &625 + - &630 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1707,7 +1707,7 @@ paths: schema: type: integer default: 30 - - &199 + - &204 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 @@ -1723,7 +1723,7 @@ paths: application/json: schema: type: array - items: &200 + items: &205 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1819,7 +1819,7 @@ paths: - installation_id - repository_id examples: - default: &201 + default: &206 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1882,7 +1882,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &116 + schema: &121 title: Validation Error description: Validation Error type: object @@ -1954,7 +1954,7 @@ paths: description: Response content: application/json: - schema: &202 + schema: &207 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2089,7 +2089,7 @@ paths: - request - response examples: - default: &203 + default: &208 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2293,7 +2293,7 @@ paths: parameters: - *17 - *19 - - &80 + - &86 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) @@ -2889,7 +2889,7 @@ paths: suspended_at: suspended_by: headers: - Link: &59 + Link: &65 example: ; rel="next", ; rel="last" schema: @@ -3087,7 +3087,7 @@ paths: - selected repositories: type: array - items: &71 + items: &77 title: Repository description: A repository on GitHub. type: object @@ -3114,7 +3114,7 @@ paths: license: anyOf: - type: 'null' - - &77 + - &83 title: License Simple description: License Simple type: object @@ -3474,12 +3474,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -5602,7 +5596,7 @@ paths: responses: '202': *37 '422': *7 - '500': &107 + '500': &53 description: Internal Error content: application/json: @@ -7752,7 +7746,7 @@ paths: required: true content: application/json: - schema: &129 + schema: &134 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -8457,7 +8451,7 @@ paths: description: Response content: application/json: - schema: &177 + schema: &182 type: array description: A list of default code security configurations items: @@ -8473,7 +8467,7 @@ paths: default configuration: *47 examples: - default: &178 + default: &183 value: - default_for_new_repos: public configuration: @@ -8813,7 +8807,7 @@ paths: - *38 - *49 responses: - '204': &179 + '204': &184 description: A header with no content is returned. '400': *14 '403': *27 @@ -8940,7 +8934,7 @@ paths: default: value: default_for_new_repos: all - configuration: &176 + configuration: &181 value: id: 1325 target_type: organization @@ -9025,7 +9019,7 @@ paths: application/json: schema: type: array - items: &180 + items: &185 type: object description: Repositories associated with a code security configuration and attachment status @@ -9043,7 +9037,7 @@ paths: - failed - updating - removed_by_enterprise - repository: &58 + repository: &64 title: Simple Repository description: A GitHub repository. type: object @@ -9370,7 +9364,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &181 + repository: &186 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -9445,6 +9439,213 @@ 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: + - *38 + - &54 + name: day + description: The day to request data for, in `YYYY-MM-DD` format. + in: query + required: true + schema: + type: string + format: date + examples: + - '2025-10-13' + responses: + '200': + description: Response + content: + application/json: + schema: &55 + 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: &56 + 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': *53 + '403': *27 + '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: + - *38 + responses: + '200': + description: Response + content: + application/json: + schema: &57 + 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: &58 + 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': *53 + '403': *27 + '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: + - *38 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *38 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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 @@ -9464,7 +9665,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *38 - - &185 + - &190 name: state in: query description: |- @@ -9473,7 +9674,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &186 + - &191 name: severity in: query description: |- @@ -9482,7 +9683,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &187 + - &192 name: ecosystem in: query description: |- @@ -9491,14 +9692,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &188 + - &193 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 - - &189 + - &194 name: epss_percentage in: query description: |- @@ -9510,7 +9711,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 - - &465 + - &470 name: has in: query description: |- @@ -9524,7 +9725,7 @@ paths: type: string enum: - patch - - &190 + - &195 name: assignee in: query description: |- @@ -9533,7 +9734,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &191 + - &196 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -9543,7 +9744,7 @@ paths: enum: - development - runtime - - &192 + - &197 name: sort in: query description: |- @@ -9558,7 +9759,7 @@ paths: - updated - epss_percentage default: created - - *53 + - *59 - *45 - *46 - *17 @@ -9569,11 +9770,11 @@ paths: application/json: schema: type: array - items: &193 + items: &198 type: object description: A Dependabot alert. properties: - number: &166 + number: &171 type: integer description: The security alert number. readOnly: true @@ -9591,7 +9792,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &54 + package: &60 type: object description: Details for the vulnerable package. readOnly: true @@ -9639,7 +9840,7 @@ paths: - direct - transitive - - security_advisory: &466 + security_advisory: &471 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9670,13 +9871,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &57 + items: &63 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *54 + package: *60 severity: type: string description: The severity of the vulnerability. @@ -9744,8 +9945,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *55 - epss: *56 + cvss_severities: *61 + epss: *62 cwes: type: array description: Details for the advisory pertaining to Common @@ -9864,30 +10065,30 @@ paths: - updated_at - withdrawn_at version: '2026-03-10' - security_vulnerability: *57 - url: &169 + security_vulnerability: *63 + url: &174 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &170 + html_url: &175 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &167 + created_at: &172 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: &168 + updated_at: &173 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: &172 + dismissed_at: &177 type: - string - 'null' @@ -9918,7 +10119,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &171 + fixed_at: &176 type: - string - 'null' @@ -9926,7 +10127,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &467 + auto_dismissed_at: &472 type: - string - 'null' @@ -9934,7 +10135,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &468 + dismissal_request: &473 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -9978,7 +10179,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *58 + repository: *64 required: - number - state @@ -9997,7 +10198,7 @@ paths: - repository additionalProperties: false examples: - default: &194 + default: &199 value: - number: 2 state: dismissed @@ -10366,7 +10567,7 @@ paths: application/json: schema: type: array - items: &60 + items: &66 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -10444,7 +10645,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -10519,9 +10720,9 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: &68 + default: &74 value: id: 1 name: Justice League @@ -10550,7 +10751,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *38 - - &61 + - &67 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -10569,7 +10770,7 @@ paths: type: array items: *4 examples: - default: &62 + default: &68 value: - login: octocat id: 1 @@ -10590,7 +10791,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10608,7 +10809,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10639,7 +10840,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10657,7 +10858,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10688,7 +10889,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10706,8 +10907,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *38 - - *61 - - &63 + - *67 + - &69 name: username description: The handle for the GitHub user account. in: path @@ -10721,7 +10922,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &64 + exampleKey1: &70 value: login: octocat id: 1 @@ -10757,8 +10958,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *38 - - *61 - - *63 + - *67 + - *69 responses: '201': description: Successfully added team member @@ -10766,7 +10967,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *64 + exampleKey1: *70 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10784,8 +10985,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *38 - - *61 - - *63 + - *67 + - *69 responses: '204': description: Response @@ -10807,7 +11008,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *38 - - *61 + - *67 - *17 - *19 responses: @@ -10817,7 +11018,7 @@ paths: application/json: schema: type: array - items: &65 + items: &71 title: Organization Simple description: A GitHub organization. type: object @@ -10889,7 +11090,7 @@ paths: - avatar_url - description examples: - default: &66 + default: &72 value: login: github id: 1 @@ -10920,7 +11121,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -10948,9 +11149,9 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: &104 + default: &110 value: - login: github id: 1 @@ -10981,7 +11182,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *38 - - *61 + - *67 requestBody: required: true content: @@ -11022,8 +11223,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *38 - - *61 - - &67 + - *67 + - &73 name: org description: The organization name. The name is not case sensitive. in: path @@ -11035,9 +11236,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *65 + schema: *71 examples: - default: *66 + default: *72 '404': description: The team is not assigned to the organization x-github: @@ -11056,16 +11257,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *38 - - *61 - *67 + - *73 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *65 + schema: *71 examples: - default: *66 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11082,8 +11283,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *38 - - *61 - *67 + - *73 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -11107,7 +11308,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *38 - - &69 + - &75 name: team_slug description: The slug of the team name. in: path @@ -11119,11 +11320,11 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: *68 + default: *74 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -11141,7 +11342,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *38 - - *69 + - *75 requestBody: required: true content: @@ -11199,11 +11400,11 @@ paths: description: Response content: application/json: - schema: *60 + schema: *66 examples: - default: *68 + default: *74 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -11224,7 +11425,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *38 - - *69 + - *75 responses: '204': description: Response @@ -11262,7 +11463,7 @@ paths: application/json: schema: type: array - items: &99 + items: &105 title: Event description: Event type: object @@ -11273,7 +11474,7 @@ paths: type: - string - 'null' - actor: &70 + actor: &76 title: Actor description: Actor type: object @@ -11314,7 +11515,7 @@ paths: - id - name - url - org: *70 + org: *76 payload: oneOf: - title: CreateEvent @@ -11361,7 +11562,7 @@ paths: properties: action: type: string - discussion: &716 + discussion: &721 title: Discussion description: A Discussion in a repository. type: object @@ -11658,7 +11859,7 @@ paths: - id labels: type: array - items: &74 + items: &80 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -11741,7 +11942,7 @@ paths: properties: action: type: string - issue: &75 + issue: &81 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -11862,7 +12063,7 @@ paths: milestone: anyOf: - type: 'null' - - &260 + - &265 title: Milestone description: A collection of related issues and pull requests. @@ -12034,7 +12235,7 @@ paths: timeline_url: type: string format: uri - type: &224 + type: &229 title: Issue Type description: The type of issue. type: @@ -12088,12 +12289,12 @@ paths: - node_id - name - description - repository: *71 + repository: *77 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &72 + author_association: &78 title: author_association type: string description: How the author is associated with the @@ -12109,7 +12310,7 @@ paths: - OWNER examples: - OWNER - reactions: &73 + reactions: &79 title: Reaction Rollup type: object properties: @@ -12145,7 +12346,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &637 + sub_issues_summary: &642 title: Sub-issues Summary type: object properties: @@ -12169,7 +12370,7 @@ paths: pinned_comment: anyOf: - type: 'null' - - &76 + - &82 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12220,16 +12421,16 @@ paths: issue_url: type: string format: uri - author_association: *72 + author_association: *78 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *73 + reactions: *79 pin: anyOf: - type: 'null' - - &538 + - &543 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -12256,7 +12457,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &638 + issue_dependencies_summary: &643 title: Issue Dependencies Summary type: object properties: @@ -12275,7 +12476,7 @@ paths: - total_blocking issue_field_values: type: array - items: &523 + items: &528 title: Issue Field Value description: A value assigned to an issue field type: object @@ -12418,10 +12619,10 @@ paths: assignees: type: array items: *4 - label: *74 + label: *80 labels: type: array - items: *74 + items: *80 required: - action - issue @@ -12430,8 +12631,8 @@ paths: properties: action: type: string - issue: *75 - comment: *76 + issue: *81 + comment: *82 required: - action - issue @@ -12595,8 +12796,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -12612,7 +12811,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 allow_forking: type: boolean is_template: @@ -12703,7 +12902,7 @@ paths: type: string number: type: integer - pull_request: &78 + pull_request: &84 title: Pull Request Minimal type: object properties: @@ -12774,10 +12973,10 @@ paths: assignees: type: array items: *4 - label: *74 + label: *80 labels: type: array - items: *74 + items: *80 required: - action - number @@ -12787,7 +12986,7 @@ paths: properties: action: type: string - pull_request: *78 + pull_request: *84 comment: type: object properties: @@ -13041,7 +13240,7 @@ paths: - pull_request updated_at: type: string - pull_request: *78 + pull_request: *84 required: - action - review @@ -13090,7 +13289,7 @@ paths: updated_at: type: string format: date-time - reactions: *73 + reactions: *79 required: - action - comment @@ -13101,7 +13300,7 @@ paths: type: string release: allOf: - - &570 + - &575 title: Release description: A release. type: object @@ -13183,7 +13382,7 @@ paths: author: *4 assets: type: array - items: &571 + items: &576 title: Release Asset description: Data related to a release. type: object @@ -13258,7 +13457,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *73 + reactions: *79 required: - assets_url - upload_url @@ -13351,7 +13550,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': &108 + '503': &113 description: Service unavailable content: application/json: @@ -13453,7 +13652,7 @@ paths: _links: type: object properties: - timeline: &79 + timeline: &85 title: Link With Type description: Hypermedia Link with Type type: object @@ -13465,17 +13664,17 @@ paths: required: - href - type - user: *79 - security_advisories: *79 - current_user: *79 - current_user_public: *79 - current_user_actor: *79 - current_user_organization: *79 + user: *85 + security_advisories: *85 + current_user: *85 + current_user_public: *85 + current_user_actor: *85 + current_user_organization: *85 current_user_organizations: type: array - items: *79 - repository_discussions: *79 - repository_discussions_category: *79 + items: *85 + repository_discussions: *85 + repository_discussions_category: *85 required: - timeline - user @@ -13537,7 +13736,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *80 + - *86 - *17 - *19 responses: @@ -13547,7 +13746,7 @@ paths: application/json: schema: type: array - items: &81 + items: &87 title: Base Gist description: Base Gist type: object @@ -13673,7 +13872,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &82 + default: &88 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13718,7 +13917,7 @@ paths: site_admin: false truncated: false headers: - Link: *59 + Link: *65 '304': *35 '403': *27 x-github: @@ -13797,7 +13996,7 @@ paths: description: Response content: application/json: - schema: &83 + schema: &89 title: Gist Simple description: Gist Simple type: object @@ -13815,7 +14014,7 @@ paths: url: type: string format: uri - user: &644 + user: &649 title: Public User description: Public User type: object @@ -14197,7 +14396,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &84 + default: &90 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -14301,7 +14500,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *80 + - *86 - *17 - *19 responses: @@ -14311,11 +14510,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '403': *27 @@ -14335,7 +14534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *80 + - *86 - *17 - *19 responses: @@ -14345,11 +14544,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '401': *23 '304': *35 '403': *27 @@ -14375,7 +14574,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &85 + - &91 name: gist_id description: The unique identifier of the gist. in: path @@ -14387,10 +14586,10 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - default: *84 - '403': &88 + default: *90 + '403': &94 description: Forbidden Gist content: application/json: @@ -14439,7 +14638,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *85 + - *91 requestBody: required: true content: @@ -14503,9 +14702,9 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - updateGist: *84 + updateGist: *90 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -14663,7 +14862,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -14692,7 +14891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *85 + - *91 - *17 - *19 responses: @@ -14702,7 +14901,7 @@ paths: application/json: schema: type: array - items: &86 + items: &92 title: Gist Comment description: A comment made to a gist. type: object @@ -14740,7 +14939,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *72 + author_association: *78 required: - url - id @@ -14780,7 +14979,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -14805,7 +15004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *85 + - *91 requestBody: required: true content: @@ -14831,9 +15030,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: &87 + default: &93 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14891,8 +15090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *85 - - &89 + - *91 + - &95 name: comment_id description: The unique identifier of the comment. in: path @@ -14905,12 +15104,12 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: *87 + default: *93 '304': *35 '404': *6 - '403': *88 + '403': *94 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14932,8 +15131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *85 - - *89 + - *91 + - *95 requestBody: required: true content: @@ -14959,9 +15158,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *92 examples: - default: *87 + default: *93 '404': *6 x-github: githubCloudOnly: false @@ -14978,8 +15177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *85 - - *89 + - *91 + - *95 responses: '204': description: Response @@ -15002,7 +15201,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *85 + - *91 - *17 - *19 responses: @@ -15103,7 +15302,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *85 + - *91 - *17 - *19 responses: @@ -15113,7 +15312,7 @@ paths: application/json: schema: type: array - items: *83 + items: *89 examples: default: value: @@ -15159,7 +15358,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 '304': *35 '403': *27 @@ -15178,13 +15377,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *85 + - *91 responses: '201': description: Response content: application/json: - schema: *81 + schema: *87 examples: default: value: @@ -15255,7 +15454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *85 + - *91 responses: '204': description: Response if gist is starred @@ -15285,7 +15484,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -15307,7 +15506,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *85 + - *91 responses: '204': description: Response @@ -15336,7 +15535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *85 + - *91 - name: sha in: path required: true @@ -15347,9 +15546,9 @@ paths: description: Response content: application/json: - schema: *83 + schema: *89 examples: - default: *84 + default: *90 '422': *15 '404': *6 '403': *27 @@ -15512,7 +15711,7 @@ paths: type: array items: allOf: - - *71 + - *77 repository_selection: type: string examples: @@ -15636,7 +15835,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '403': *27 '304': *35 '401': *23 @@ -15720,7 +15919,7 @@ paths: - closed - all default: open - - &227 + - &232 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15738,8 +15937,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - name: collab in: query required: false @@ -15769,9 +15968,9 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: &228 + default: &233 value: - id: 1 node_id: MDU6SXNzdWUx @@ -16016,7 +16215,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '404': *6 @@ -16051,7 +16250,7 @@ paths: application/json: schema: type: array - items: *77 + items: *83 examples: default: value: @@ -16349,7 +16548,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &90 + X-CommonMarker-Version: &96 example: 0.17.4 schema: type: string @@ -16404,7 +16603,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *90 + X-CommonMarker-Version: *96 content: text/html: schema: @@ -16433,7 +16632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &93 + - &99 name: account_id description: account_id parameter in: path @@ -16445,7 +16644,7 @@ paths: description: Response content: application/json: - schema: &92 + schema: &98 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -16479,7 +16678,7 @@ paths: - 'null' id: type: integer - plan: &91 + plan: &97 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -16582,7 +16781,7 @@ paths: - 'null' updated_at: type: string - plan: *91 + plan: *97 required: - url - id @@ -16590,7 +16789,7 @@ paths: - login - marketplace_purchase examples: - default: &94 + default: &100 value: url: https://api.github.com/orgs/github type: Organization @@ -16675,9 +16874,9 @@ paths: application/json: schema: type: array - items: *91 + items: *97 examples: - default: &95 + default: &101 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -16695,7 +16894,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '404': *6 '401': *23 x-github: @@ -16717,14 +16916,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &96 + - &102 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &97 + - &103 name: sort description: The property to sort the results by. in: query @@ -16754,9 +16953,9 @@ paths: application/json: schema: type: array - items: *92 + items: *98 examples: - default: &98 + default: &104 value: - url: https://api.github.com/orgs/github type: Organization @@ -16807,7 +17006,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '404': *6 '422': *15 '401': *23 @@ -16830,15 +17029,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *93 + - *99 responses: '200': description: Response content: application/json: - schema: *92 + schema: *98 examples: - default: *94 + default: *100 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -16870,11 +17069,11 @@ paths: application/json: schema: type: array - items: *91 + items: *97 examples: - default: *95 + default: *101 headers: - Link: *59 + Link: *65 '401': *23 x-github: githubCloudOnly: false @@ -16895,8 +17094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *96 - - *97 + - *102 + - *103 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16916,11 +17115,11 @@ paths: application/json: schema: type: array - items: *92 + items: *98 examples: - default: *98 + default: *104 headers: - Link: *59 + Link: *65 '401': *23 x-github: githubCloudOnly: false @@ -17183,14 +17382,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &319 + - &324 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &320 + - &325 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -17207,7 +17406,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -17252,7 +17451,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &323 + '301': &328 description: Moved permanently content: application/json: @@ -17274,7 +17473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &546 + - &551 name: all description: If `true`, show notifications marked as read. in: query @@ -17282,7 +17481,7 @@ paths: schema: type: boolean default: false - - &547 + - &552 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -17291,8 +17490,8 @@ paths: schema: type: boolean default: false - - *80 - - &548 + - *86 + - &553 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: @@ -17317,14 +17516,14 @@ paths: application/json: schema: type: array - items: &100 + items: &106 title: Thread description: Thread type: object properties: id: type: string - repository: &148 + repository: &153 title: Minimal Repository description: Minimal Repository type: object @@ -17586,8 +17785,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -17676,7 +17873,7 @@ paths: type: boolean examples: - false - security_and_analysis: &275 + security_and_analysis: &280 type: - object - 'null' @@ -17886,7 +18083,7 @@ paths: - url - subscription_url examples: - default: &549 + default: &554 value: - id: '1' repository: @@ -17968,7 +18165,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -18052,7 +18249,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &101 + - &107 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 @@ -18066,7 +18263,7 @@ paths: description: Response content: application/json: - schema: *100 + schema: *106 examples: default: value: @@ -18168,7 +18365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *101 + - *107 responses: '205': description: Reset Content @@ -18190,7 +18387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *101 + - *107 responses: '204': description: No content @@ -18213,13 +18410,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *101 + - *107 responses: '200': description: Response content: application/json: - schema: &102 + schema: &108 title: Thread Subscription description: Thread Subscription type: object @@ -18263,7 +18460,7 @@ paths: - url - subscribed examples: - default: &103 + default: &109 value: subscribed: true ignored: false @@ -18294,7 +18491,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *101 + - *107 requestBody: required: false content: @@ -18315,9 +18512,9 @@ paths: description: Response content: application/json: - schema: *102 + schema: *108 examples: - default: *103 + default: *109 '304': *35 '403': *27 '401': *23 @@ -18340,7 +18537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *101 + - *107 responses: '204': description: Response @@ -18435,9 +18632,9 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: Link: example: ; rel="next" @@ -18464,13 +18661,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &105 + schema: &111 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -18504,12 +18701,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *105 + schema: *111 examples: selected_actions: *40 responses: @@ -18538,13 +18735,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &106 + schema: &112 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -18578,12 +18775,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *106 + schema: *112 examples: selected_actions: *42 responses: @@ -18612,7 +18809,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: - - *67 + - *73 - name: page in: query description: The page number of results to fetch. @@ -18658,7 +18855,7 @@ paths: items: anyOf: - type: 'null' - - *58 + - *64 additionalProperties: false examples: default: @@ -18763,7 +18960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -18829,7 +19026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *67 + - *73 requestBody: required: true content: @@ -18879,7 +19076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *67 + - *73 - name: page description: The page number of the results to fetch. in: query @@ -19036,7 +19233,7 @@ paths: total_count: 3 '404': *6 '403': *27 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19057,8 +19254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *67 - - &109 + - *73 + - &114 name: budget_id description: The ID corresponding to the budget. in: path @@ -19160,8 +19357,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19181,8 +19378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *67 - - *109 + - *73 + - *114 requestBody: required: true content: @@ -19374,8 +19571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *67 - - *109 + - *73 + - *114 responses: '200': description: Response when deleting a budget @@ -19401,8 +19598,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19422,8 +19619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *67 - - &110 + - *73 + - &115 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, @@ -19432,7 +19629,7 @@ paths: required: false schema: type: integer - - &112 + - &117 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 @@ -19441,7 +19638,7 @@ paths: required: false schema: type: integer - - &111 + - &116 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 @@ -19456,14 +19653,14 @@ paths: required: false schema: type: string - - &693 + - &698 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &113 + - &118 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -19579,8 +19776,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19600,9 +19797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *67 - - *110 - - &694 + - *73 + - *115 + - &699 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 @@ -19611,7 +19808,7 @@ paths: required: false schema: type: integer - - *111 + - *116 responses: '200': description: Billing usage report response for an organization @@ -19686,8 +19883,8 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19710,19 +19907,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *67 - - *110 - - *112 - - *111 - - &695 + - *73 + - *115 + - *117 + - *116 + - &700 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *113 - - &696 + - *118 + - &701 name: sku description: The SKU to query for usage. in: query @@ -19832,8 +20029,8 @@ paths: netAmount: 8.0 '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19859,13 +20056,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &114 + schema: &119 title: Organization Full description: Organization Full type: object @@ -20266,7 +20463,7 @@ paths: path: "/properties/secret_scanning_push_protection_custom_link_enabled" version: '2026-03-10' examples: - default-response: &115 + default-response: &120 value: login: github id: 1 @@ -20372,7 +20569,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *67 + - *73 requestBody: required: false content: @@ -20589,17 +20786,17 @@ paths: description: Response content: application/json: - schema: *114 + schema: *119 examples: - default: *115 + default: *120 '422': description: Validation failed content: application/json: schema: oneOf: - - *116 - - *117 + - *121 + - *122 '409': *52 x-github: githubCloudOnly: false @@ -20633,7 +20830,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *67 + - *73 responses: '202': *37 '404': *6 @@ -20664,7 +20861,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -20690,7 +20887,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20711,7 +20908,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: - - *67 + - *73 - *17 - *19 responses: @@ -20729,7 +20926,7 @@ paths: type: integer repository_cache_usages: type: array - items: &330 + items: &335 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -20767,7 +20964,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20787,7 +20984,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -20805,7 +21002,7 @@ paths: type: integer runners: type: array - items: &118 + items: &123 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -20868,7 +21065,7 @@ paths: - size_gb - display_name - source - machine_size_details: &126 + machine_size_details: &131 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -20977,7 +21174,7 @@ paths: - public_ip_enabled - platform examples: - default: &147 + default: &152 value: total_count: 2 runners: @@ -21019,7 +21216,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21037,7 +21234,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -21115,9 +21312,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: &127 + default: &132 value: id: 5 name: My hosted ubuntu runner @@ -21158,7 +21355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -21174,7 +21371,7 @@ paths: type: integer images: type: array - items: &119 + items: &124 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -21233,7 +21430,7 @@ paths: - latest_version - state examples: - default: &121 + default: &126 value: total_count: 2 image_versions: @@ -21264,8 +21461,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: - - *67 - - &120 + - *73 + - &125 name: image_definition_id description: Image definition ID of custom image in: path @@ -21277,7 +21474,7 @@ paths: description: Response content: application/json: - schema: *119 + schema: *124 examples: default: value: @@ -21307,8 +21504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *67 - - *120 + - *73 + - *125 responses: '204': description: Response @@ -21331,8 +21528,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: - - *120 - - *67 + - *125 + - *73 responses: '200': description: Response @@ -21348,7 +21545,7 @@ paths: type: integer image_versions: type: array - items: &122 + items: &127 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -21386,7 +21583,7 @@ paths: - created_on - state_details examples: - default: *121 + default: *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21406,9 +21603,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: - - *67 - - *120 - - &123 + - *73 + - *125 + - &128 name: version description: Version of a custom image in: path @@ -21421,7 +21618,7 @@ paths: description: Response content: application/json: - schema: *122 + schema: *127 examples: default: value: @@ -21447,9 +21644,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: - - *67 - - *120 - - *123 + - *73 + - *125 + - *128 responses: '204': description: Response @@ -21470,7 +21667,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: - - *67 + - *73 responses: '200': description: Response @@ -21486,7 +21683,7 @@ paths: type: integer images: type: array - items: &124 + items: &129 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -21526,7 +21723,7 @@ paths: - display_name - source examples: - default: &125 + default: &130 value: id: ubuntu-20.04 platform: linux-x64 @@ -21550,7 +21747,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: - - *67 + - *73 responses: '200': description: Response @@ -21566,9 +21763,9 @@ paths: type: integer images: type: array - items: *124 + items: *129 examples: - default: *125 + default: *130 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21585,7 +21782,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: - - *67 + - *73 responses: '200': description: Response @@ -21640,7 +21837,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: - - *67 + - *73 responses: '200': description: Response @@ -21656,7 +21853,7 @@ paths: type: integer machine_specs: type: array - items: *126 + items: *131 examples: default: value: @@ -21681,7 +21878,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: - - *67 + - *73 responses: '200': description: Response @@ -21725,8 +21922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *67 - - &128 + - *73 + - &133 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -21738,11 +21935,11 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21760,8 +21957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *67 - - *128 + - *73 + - *133 requestBody: required: true content: @@ -21814,9 +22011,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21832,16 +22029,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *67 - - *128 + - *73 + - *133 responses: '202': description: Response content: application/json: - schema: *118 + schema: *123 examples: - default: *127 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21861,7 +22058,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -21894,12 +22091,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *129 + schema: *134 examples: default: *44 responses: @@ -21933,7 +22130,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *67 + - *73 - name: custom_property_name in: path required: true @@ -21966,13 +22163,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: - - *67 + - *73 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &130 + schema: &135 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -21986,7 +22183,7 @@ paths: required: - include_claim_keys examples: - default: &131 + default: &136 value: include_claim_keys: - repo @@ -22008,20 +22205,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: - - *67 + - *73 requestBody: required: true content: application/json: - schema: *130 + schema: *135 examples: - default: *131 + default: *136 responses: '201': description: Empty response content: application/json: - schema: &157 + schema: &162 title: Empty Object description: An object without any properties. type: object @@ -22051,7 +22248,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -22060,7 +22257,7 @@ paths: schema: type: object properties: - enabled_repositories: &132 + enabled_repositories: &137 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -22073,7 +22270,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: &133 + allowed_actions: &138 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -22081,12 +22278,12 @@ paths: - all - local_only - selected - selected_actions_url: &336 + selected_actions_url: &341 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: &134 + sha_pinning_required: &139 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -22117,7 +22314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -22128,9 +22325,9 @@ paths: schema: type: object properties: - enabled_repositories: *132 - allowed_actions: *133 - sha_pinning_required: *134 + enabled_repositories: *137 + allowed_actions: *138 + sha_pinning_required: *139 required: - enabled_repositories examples: @@ -22158,13 +22355,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &340 + schema: &345 type: object properties: days: @@ -22201,12 +22398,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &341 + schema: &346 type: object properties: days: @@ -22243,13 +22440,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &135 + schema: &140 type: object properties: approval_policy: @@ -22263,7 +22460,7 @@ paths: required: - approval_policy examples: - default: &342 + default: &347 value: approval_policy: first_time_contributors '404': *6 @@ -22284,7 +22481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -22294,7 +22491,7 @@ paths: required: true content: application/json: - schema: *135 + schema: *140 examples: default: summary: Set approval policy to first time contributors @@ -22316,13 +22513,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: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &343 + schema: &348 type: object required: - run_workflows_from_fork_pull_requests @@ -22348,7 +22545,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &136 + default: &141 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -22371,12 +22568,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: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &344 + schema: &349 type: object required: - run_workflows_from_fork_pull_requests @@ -22399,7 +22596,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *136 + default: *141 responses: '204': description: Empty response for successful settings update @@ -22429,7 +22626,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: - - *67 + - *73 - *17 - *19 responses: @@ -22447,9 +22644,9 @@ paths: type: number repositories: type: array - items: *71 + items: *77 examples: - default: &140 + default: &145 value: total_count: 1 repositories: @@ -22589,7 +22786,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: - - *67 + - *73 responses: '204': description: Response @@ -22633,8 +22830,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: - - *67 - - &137 + - *73 + - &142 name: repository_id description: The unique identifier of the repository. in: path @@ -22662,8 +22859,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -22686,13 +22883,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &138 + schema: &143 type: object properties: github_owned_allowed: @@ -22714,7 +22911,7 @@ paths: items: type: string examples: - default: &139 + default: &144 value: github_owned_allowed: true verified_allowed: false @@ -22739,7 +22936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -22747,9 +22944,9 @@ paths: required: false content: application/json: - schema: *138 + schema: *143 examples: - selected_actions: *139 + selected_actions: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -22769,7 +22966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -22817,7 +23014,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -22864,7 +23061,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: - - *67 + - *73 - *17 - *19 responses: @@ -22879,9 +23076,9 @@ paths: type: integer repositories: type: array - items: *71 + items: *77 examples: - default: *140 + default: *145 '403': *27 '404': *6 x-github: @@ -22901,7 +23098,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: - - *67 + - *73 requestBody: required: true content: @@ -22949,8 +23146,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No content @@ -22976,8 +23173,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No content @@ -23005,23 +23202,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &345 + schema: &350 type: object properties: - default_workflow_permissions: &141 + default_workflow_permissions: &146 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &142 + can_approve_pull_request_reviews: &147 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -23029,7 +23226,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &143 + default: &148 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -23054,7 +23251,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Success response @@ -23062,13 +23259,13 @@ paths: required: false content: application/json: - schema: &346 + schema: &351 type: object properties: - default_workflow_permissions: *141 - can_approve_pull_request_reviews: *142 + default_workflow_permissions: *146 + can_approve_pull_request_reviews: *147 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23088,7 +23285,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: - - *67 + - *73 - *17 - *19 - name: visible_to_repository @@ -23113,7 +23310,7 @@ paths: type: number runner_groups: type: array - items: &144 + items: &149 type: object properties: id: @@ -23230,7 +23427,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: - - *67 + - *73 requestBody: required: true content: @@ -23303,9 +23500,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: - default: &146 + default: &151 value: id: 2 name: octo-runner-group @@ -23340,8 +23537,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: - - *67 - - &145 + - *73 + - &150 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -23353,7 +23550,7 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: default: value: @@ -23389,8 +23586,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -23446,9 +23643,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *149 examples: - default: *146 + default: *151 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -23467,8 +23664,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: - - *67 - - *145 + - *73 + - *150 responses: '204': description: Response @@ -23491,8 +23688,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: - - *67 - - *145 + - *73 + - *150 - *17 - *19 responses: @@ -23510,11 +23707,11 @@ paths: type: number runners: type: array - items: *118 + items: *123 examples: - default: *147 + default: *152 headers: - Link: *59 + Link: *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -23534,8 +23731,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: - - *67 - - *145 + - *73 + - *150 - *19 - *17 responses: @@ -23553,9 +23750,9 @@ paths: type: number repositories: type: array - items: *148 + items: *153 examples: - default: &184 + default: &189 value: total_count: 1 repositories: @@ -23807,8 +24004,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -23852,9 +24049,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: - - *67 - - *145 - - *137 + - *73 + - *150 + - *142 responses: '204': description: Response @@ -23876,9 +24073,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: - - *67 - - *145 - - *137 + - *73 + - *150 + - *142 responses: '204': description: Response @@ -23901,8 +24098,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: - - *67 - - *145 + - *73 + - *150 - *17 - *19 responses: @@ -23920,7 +24117,7 @@ paths: type: number runners: type: array - items: &150 + items: &155 title: Self hosted runners description: A self hosted runner type: object @@ -23954,7 +24151,7 @@ paths: type: boolean labels: type: array - items: &153 + items: &158 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -23984,7 +24181,7 @@ paths: - busy - labels examples: - default: &151 + default: &156 value: total_count: 2 runners: @@ -24024,7 +24221,7 @@ paths: name: no-gpu type: custom headers: - Link: *59 + Link: *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -24043,8 +24240,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: - - *67 - - *145 + - *73 + - *150 requestBody: required: true content: @@ -24088,9 +24285,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: - - *67 - - *145 - - &149 + - *73 + - *150 + - &154 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -24118,9 +24315,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: - - *67 - - *145 - - *149 + - *73 + - *150 + - *154 responses: '204': description: Response @@ -24150,7 +24347,7 @@ paths: in: query schema: type: string - - *67 + - *73 - *17 - *19 responses: @@ -24168,11 +24365,11 @@ paths: type: integer runners: type: array - items: *150 + items: *155 examples: - default: *151 + default: *156 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24194,7 +24391,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -24202,7 +24399,7 @@ paths: application/json: schema: type: array - items: &347 + items: &352 title: Runner Application description: Runner Application type: object @@ -24227,7 +24424,7 @@ paths: - download_url - filename examples: - default: &348 + default: &353 value: - os: osx architecture: x64 @@ -24270,7 +24467,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: - - *67 + - *73 requestBody: required: true content: @@ -24313,7 +24510,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &349 + '201': &354 description: Response content: application/json: @@ -24323,7 +24520,7 @@ paths: - runner - encoded_jit_config properties: - runner: *150 + runner: *155 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -24380,13 +24577,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *67 + - *73 responses: '201': description: Response content: application/json: - schema: &152 + schema: &157 title: Authentication Token description: Authentication Token type: object @@ -24410,7 +24607,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *71 + items: *77 single_file: type: - string @@ -24428,7 +24625,7 @@ paths: - token - expires_at examples: - default: &350 + default: &355 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -24459,15 +24656,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *67 + - *73 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: &351 + default: &356 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -24492,16 +24689,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: - - *67 - - *149 + - *73 + - *154 responses: '200': description: Response content: application/json: - schema: *150 + schema: *155 examples: - default: &352 + default: &357 value: id: 23 name: MBP @@ -24542,8 +24739,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: - - *67 - - *149 + - *73 + - *154 responses: '204': description: Response @@ -24569,10 +24766,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: - - *67 - - *149 + - *73 + - *154 responses: - '200': &154 + '200': &159 description: Response content: application/json: @@ -24586,7 +24783,7 @@ paths: type: integer labels: type: array - items: *153 + items: *158 examples: default: value: @@ -24625,8 +24822,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: - - *67 - - *149 + - *73 + - *154 requestBody: required: true content: @@ -24650,7 +24847,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24674,8 +24871,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: - - *67 - - *149 + - *73 + - *154 requestBody: required: true content: @@ -24700,7 +24897,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24724,10 +24921,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: - - *67 - - *149 + - *73 + - *154 responses: - '200': &353 + '200': &358 description: Response content: application/json: @@ -24741,7 +24938,7 @@ paths: type: integer labels: type: array - items: *153 + items: *158 examples: default: value: @@ -24782,9 +24979,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: - - *67 - - *149 - - &354 + - *73 + - *154 + - &359 name: name description: The name of a self-hosted runner's custom label. in: path @@ -24792,7 +24989,7 @@ paths: schema: type: string responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -24817,7 +25014,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -24835,7 +25032,7 @@ paths: type: integer secrets: type: array - items: &155 + items: &160 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -24887,7 +25084,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24910,13 +25107,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &366 + schema: &371 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24951,7 +25148,7 @@ paths: - key_id - key examples: - default: &367 + default: &372 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24976,8 +25173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *67 - - &156 + - *73 + - &161 name: secret_name description: The name of the secret. in: path @@ -24989,7 +25186,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *160 examples: default: value: @@ -25019,8 +25216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -25077,7 +25274,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -25103,8 +25300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -25130,8 +25327,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -25149,9 +25346,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: &160 + default: &165 value: total_count: 1 repositories: @@ -25243,8 +25440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -25296,8 +25493,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -25330,8 +25527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -25363,8 +25560,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *67 - - &335 + - *73 + - &340 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)." @@ -25388,7 +25585,7 @@ paths: type: integer variables: type: array - items: &158 + items: &163 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -25457,7 +25654,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25478,7 +25675,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *67 + - *73 requestBody: required: true content: @@ -25526,7 +25723,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -25551,8 +25748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *67 - - &159 + - *73 + - &164 name: name description: The name of the variable. in: path @@ -25564,7 +25761,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *163 examples: default: value: @@ -25594,8 +25791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 requestBody: required: true content: @@ -25657,8 +25854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 responses: '204': description: Response @@ -25684,8 +25881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - *19 - *17 responses: @@ -25703,9 +25900,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 '409': description: Response when the visibility of the variable is not set to `selected` @@ -25731,8 +25928,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 requestBody: required: true content: @@ -25781,8 +25978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - name: repository_id in: path required: true @@ -25816,8 +26013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *67 - - *159 + - *73 + - *164 - name: repository_id in: path required: true @@ -25858,7 +26055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *67 + - *73 requestBody: required: true content: @@ -25977,7 +26174,7 @@ paths: type: integer deployment_records: type: array - items: &161 + items: &166 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -26022,7 +26219,7 @@ paths: description: The ID of the provenance attestation associated with the deployment record. examples: - default: &162 + default: &167 value: total_count: 1 deployment_records: @@ -26037,6 +26234,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26057,7 +26256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *67 + - *73 - name: cluster in: path description: The cluster name. @@ -26195,9 +26394,11 @@ paths: type: integer deployment_records: type: array - items: *161 + items: *166 examples: - default: *162 + default: *167 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26217,7 +26418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *67 + - *73 requestBody: required: true content: @@ -26364,6 +26565,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26381,7 +26584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *67 + - *73 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -26407,9 +26610,9 @@ paths: - 3 deployment_records: type: array - items: *161 + items: *166 examples: - default: *162 + default: *167 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26429,7 +26632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *67 + - *73 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -26515,7 +26718,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 requestBody: required: true content: @@ -26539,12 +26742,12 @@ paths: required: - subject_digests examples: - default: &675 + default: &680 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &676 + withPredicateType: &681 value: subject_digests: - sha256:abc123 @@ -26603,7 +26806,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &677 + default: &682 value: attestations_subject_digests: - sha256:abc: @@ -26727,7 +26930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *67 + - *73 requestBody: required: true content: @@ -26792,7 +26995,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *67 + - *73 - name: subject_digest description: Subject Digest in: path @@ -26827,7 +27030,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -26875,7 +27078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *67 + - *73 - name: attestation_id description: Attestation ID in: path @@ -26913,7 +27116,7 @@ paths: - *17 - *45 - *46 - - *67 + - *73 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -26969,7 +27172,7 @@ paths: initiator: type: string examples: - default: &380 + default: &385 value: attestations: - bundle: @@ -27090,7 +27293,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -27102,7 +27305,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27121,8 +27324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: If the user is blocked @@ -27147,8 +27350,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -27168,8 +27371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -27194,15 +27397,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *67 + - *73 - *19 - *17 - - *53 + - *59 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &163 + schema: &168 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -27228,7 +27431,7 @@ paths: application/json: schema: type: array - items: &164 + items: &169 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -27259,7 +27462,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &183 + items: &188 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -27336,7 +27539,7 @@ paths: parent: anyOf: - type: 'null' - - &239 + - &244 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -27472,7 +27675,7 @@ paths: - string - 'null' format: date-time - state: *163 + state: *168 contact_link: description: The contact link of the campaign. type: @@ -27568,9 +27771,9 @@ paths: closed_at: state: open headers: - Link: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27594,7 +27797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -27695,9 +27898,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: &165 + default: &170 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -27746,7 +27949,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27768,7 +27971,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27780,16 +27983,16 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: *165 + default: *170 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27810,7 +28013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27860,7 +28063,7 @@ paths: - string - 'null' format: uri - state: *163 + state: *168 examples: default: value: @@ -27870,9 +28073,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *169 examples: - default: *165 + default: *170 '400': description: Bad Request content: @@ -27884,7 +28087,7 @@ paths: content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27905,7 +28108,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *67 + - *73 - name: campaign_number description: The campaign number. in: path @@ -27916,7 +28119,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27938,18 +28141,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *67 - - &404 + - *73 + - &409 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: &173 + schema: &178 type: string description: The name of the tool used to generate the code scanning analysis. - - &405 + - &410 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 @@ -27957,7 +28160,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &174 + schema: &179 type: - string - 'null' @@ -27967,13 +28170,13 @@ paths: - *46 - *19 - *17 - - *53 + - *59 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &407 + schema: &412 type: string description: State of a code scanning alert. enum: @@ -27996,7 +28199,7 @@ paths: be returned. in: query required: false - schema: &408 + schema: &413 type: string description: Severity of a code scanning alert. enum: @@ -28025,18 +28228,18 @@ paths: items: type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: &409 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: &414 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &175 + state: &180 type: - string - 'null' @@ -28046,13 +28249,13 @@ paths: - dismissed - fixed - - fixed_at: *171 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: &410 + dismissed_at: *177 + dismissed_reason: &415 type: - string - 'null' @@ -28063,14 +28266,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &411 + dismissed_comment: &416 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &412 + rule: &417 type: object properties: id: @@ -28131,43 +28334,43 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &413 + tool: &418 type: object properties: - name: *173 + name: *178 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *174 - most_recent_instance: &414 + guid: *179 + most_recent_instance: &419 type: object properties: - ref: &406 + ref: &411 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &424 + analysis_key: &429 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: &425 + environment: &430 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: &426 + category: &431 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: *175 + state: *180 commit_sha: type: string message: @@ -28175,7 +28378,7 @@ paths: properties: text: type: string - location: &427 + location: &432 type: object description: Describe a region within a file for the alert. properties: @@ -28196,7 +28399,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: &428 + items: &433 type: - string - 'null' @@ -28208,7 +28411,7 @@ paths: - test - library - - repository: *58 + repository: *64 dismissal_approved_by: anyOf: - type: 'null' @@ -28460,9 +28663,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: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28484,7 +28687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *67 + - *73 - name: target_type in: query description: The target type of the code security configuration @@ -28595,7 +28798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *67 + - *73 requestBody: required: true content: @@ -28832,7 +29035,7 @@ paths: application/json: schema: *47 examples: - default: *176 + default: *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28854,15 +29057,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *177 + schema: *182 examples: - default: *178 + default: *183 '304': *35 '403': *27 '404': *6 @@ -28888,7 +29091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *67 + - *73 requestBody: required: true content: @@ -28914,7 +29117,7 @@ paths: - 32 - 91 responses: - '204': *179 + '204': *184 '400': *14 '403': *27 '404': *6 @@ -28940,7 +29143,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *67 + - *73 - *49 responses: '200': @@ -28949,7 +29152,7 @@ paths: application/json: schema: *47 examples: - default: *176 + default: *181 '304': *35 '403': *27 '404': *6 @@ -28973,7 +29176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *67 + - *73 - *49 requestBody: required: true @@ -29246,10 +29449,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *67 + - *73 - *49 responses: - '204': *179 + '204': *184 '400': *14 '403': *27 '404': *6 @@ -29277,7 +29480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *67 + - *73 - *49 requestBody: required: true @@ -29341,7 +29544,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: - - *67 + - *73 - *49 requestBody: required: true @@ -29387,7 +29590,7 @@ paths: default: value: default_for_new_repos: all - configuration: *176 + configuration: *181 '403': *27 '404': *6 x-github: @@ -29411,7 +29614,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *67 + - *73 - *49 - name: per_page description: The number of results per page (max 100). For more information, @@ -29440,13 +29643,13 @@ paths: application/json: schema: type: array - items: *180 + items: *185 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *181 + repository: *186 '403': *27 '404': *6 x-github: @@ -29470,7 +29673,7 @@ paths: parameters: - *17 - *19 - - *67 + - *73 responses: '200': description: Response @@ -29486,7 +29689,7 @@ paths: type: integer codespaces: type: array - items: &229 + items: &234 type: object title: Codespace description: A codespace. @@ -29517,11 +29720,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *148 + repository: *153 machine: anyOf: - type: 'null' - - &440 + - &445 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -29808,7 +30011,7 @@ paths: - pulls_url - recent_folders examples: - default: &230 + default: &235 value: total_count: 3 codespaces: @@ -30218,7 +30421,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -30240,7 +30443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *67 + - *73 deprecated: true requestBody: required: true @@ -30284,7 +30487,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30307,7 +30510,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *67 + - *73 deprecated: true requestBody: required: true @@ -30339,7 +30542,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30362,7 +30565,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *67 + - *73 requestBody: required: true content: @@ -30393,7 +30596,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30414,7 +30617,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -30432,7 +30635,7 @@ paths: type: integer secrets: type: array - items: &182 + items: &187 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -30473,7 +30676,7 @@ paths: - updated_at - visibility examples: - default: &441 + default: &446 value: total_count: 2 secrets: @@ -30486,7 +30689,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30505,13 +30708,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &442 + schema: &447 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -30546,7 +30749,7 @@ paths: - key_id - key examples: - default: &443 + default: &448 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30569,23 +30772,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: Response content: application/json: - schema: *182 + schema: *187 examples: - default: &445 + default: &450 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30605,8 +30808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -30661,7 +30864,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -30687,8 +30890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -30713,8 +30916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -30732,9 +30935,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 '404': *6 x-github: githubCloudOnly: false @@ -30756,8 +30959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -30807,8 +31010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -30841,8 +31044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -30881,7 +31084,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: - - *67 + - *73 responses: '200': description: OK @@ -30990,7 +31193,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31022,7 +31225,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: - - *67 + - *73 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -31045,7 +31248,7 @@ paths: currently being billed. seats: type: array - items: &232 + items: &237 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -31058,13 +31261,13 @@ paths: organization: anyOf: - type: 'null' - - *65 + - *71 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *183 - - *60 + - *188 + - *66 type: - 'null' - object @@ -31194,8 +31397,8 @@ paths: type: User site_admin: false headers: - Link: *59 - '500': *107 + Link: *65 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31228,7 +31431,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: - - *67 + - *73 requestBody: content: application/json: @@ -31270,7 +31473,7 @@ paths: default: value: seats_created: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31306,7 +31509,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: - - *67 + - *73 requestBody: content: application/json: @@ -31348,7 +31551,7 @@ paths: default: value: seats_cancelled: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31386,7 +31589,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: - - *67 + - *73 requestBody: content: application/json: @@ -31427,7 +31630,7 @@ paths: default: value: seats_created: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31463,7 +31666,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: - - *67 + - *73 requestBody: content: application/json: @@ -31505,7 +31708,7 @@ paths: default: value: seats_cancelled: 5 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31541,7 +31744,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: - - *67 + - *73 responses: '200': description: Response @@ -31578,7 +31781,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31606,7 +31809,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: - - *67 + - *73 requestBody: required: true content: @@ -31631,7 +31834,7 @@ paths: responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31661,7 +31864,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: - - *67 + - *73 - *17 - *19 responses: @@ -31676,13 +31879,13 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 required: - total_count - repositories examples: - default: *184 - '500': *107 + default: *189 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31710,7 +31913,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: - - *67 + - *73 requestBody: required: true content: @@ -31736,7 +31939,7 @@ paths: responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31766,12 +31969,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31800,12 +32003,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: No Content - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31840,7 +32043,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: - - *67 + - *73 responses: '200': description: OK @@ -31860,7 +32063,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31893,7 +32096,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: - - *67 + - *73 requestBody: description: The content exclusion rules to set required: true @@ -31945,7 +32148,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -31984,7 +32187,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *67 + - *73 - 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`). @@ -32016,7 +32219,7 @@ paths: application/json: schema: type: array - items: &312 + items: &317 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -32331,7 +32534,7 @@ paths: - date additionalProperties: true examples: - default: &313 + default: &318 value: - date: '2024-06-24' total_active_users: 24 @@ -32430,10 +32633,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *107 + '500': *53 '403': *27 '404': *6 - '422': &314 + '422': &319 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -32444,6 +32647,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: + - *73 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *73 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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: + - *73 + - *54 + responses: + '200': + description: Response + content: + application/json: + schema: *55 + examples: + default: *56 + '500': *53 + '403': *27 + '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: + - *73 + responses: + '200': + description: Response + content: + application/json: + schema: *57 + examples: + default: *58 + '500': *53 + '403': *27 + '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 @@ -32460,12 +32813,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *67 - - *185 - - *186 - - *187 - - *188 - - *189 + - *73 + - *190 + - *191 + - *192 + - *193 + - *194 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -32495,7 +32848,7 @@ paths: enum: - patch - deployment - - *190 + - *195 - name: runtime_risk in: query description: |- @@ -32504,9 +32857,9 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *191 - - *192 - - *53 + - *196 + - *197 + - *59 - *45 - *46 - *17 @@ -32517,9 +32870,9 @@ paths: application/json: schema: type: array - items: *193 + items: *198 examples: - default: *194 + default: *199 '304': *35 '400': *14 '403': *27 @@ -32545,7 +32898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *67 + - *73 - *17 - *19 responses: @@ -32563,7 +32916,7 @@ paths: type: integer secrets: type: array - items: &195 + items: &200 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -32615,7 +32968,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32636,13 +32989,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: &471 + schema: &476 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32661,7 +33014,7 @@ paths: - key_id - key examples: - default: &472 + default: &477 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32684,14 +33037,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: Response content: application/json: - schema: *195 + schema: *200 examples: default: value: @@ -32719,8 +33072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -32777,7 +33130,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -32809,8 +33162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -32834,8 +33187,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - *19 - *17 responses: @@ -32853,9 +33206,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32876,8 +33229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -32927,8 +33280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -32959,8 +33312,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *67 - - *156 + - *73 + - *161 - name: repository_id in: path required: true @@ -32990,7 +33343,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: - - *67 + - *73 responses: '200': description: Response @@ -32998,7 +33351,7 @@ paths: application/json: schema: type: array - items: &241 + items: &246 title: Package description: A software package type: object @@ -33051,7 +33404,7 @@ paths: repository: anyOf: - type: 'null' - - *148 + - *153 created_at: type: string format: date-time @@ -33069,7 +33422,7 @@ paths: - created_at - updated_at examples: - default: &242 + default: &247 value: - id: 197 name: hello_docker @@ -33147,7 +33500,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *67 + - *73 - *17 - *19 responses: @@ -33157,7 +33510,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: 200-response: value: @@ -33229,7 +33582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *67 + - *73 - *17 - *19 responses: @@ -33239,7 +33592,7 @@ paths: application/json: schema: type: array - items: &218 + items: &223 title: Organization Invitation description: Organization Invitation type: object @@ -33293,7 +33646,7 @@ paths: - invitation_teams_url - node_id examples: - default: &219 + default: &224 value: - id: 1 login: monalisa @@ -33326,7 +33679,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -33350,7 +33703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *67 + - *73 - *17 - *19 responses: @@ -33360,7 +33713,7 @@ paths: application/json: schema: type: array - items: &196 + items: &201 title: Org Hook description: Org Hook type: object @@ -33460,7 +33813,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -33483,7 +33836,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *67 + - *73 requestBody: required: true content: @@ -33545,9 +33898,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: - default: &197 + default: &202 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -33594,8 +33947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *67 - - &198 + - *73 + - &203 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. @@ -33608,9 +33961,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: - default: *197 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -33637,8 +33990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 requestBody: required: false content: @@ -33684,7 +34037,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *201 examples: default: value: @@ -33725,8 +34078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 responses: '204': description: Response @@ -33753,8 +34106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *67 - - *198 + - *73 + - *203 responses: '200': description: Response @@ -33784,8 +34137,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *67 - - *198 + - *73 + - *203 requestBody: required: false content: @@ -33835,10 +34188,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *17 - - *199 + - *204 responses: '200': description: Response @@ -33846,9 +34199,9 @@ paths: application/json: schema: type: array - items: *200 + items: *205 examples: - default: *201 + default: *206 '400': *14 '422': *15 x-github: @@ -33873,17 +34226,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *202 + schema: *207 examples: - default: *203 + default: *208 '400': *14 '422': *15 x-github: @@ -33908,8 +34261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 - *16 responses: '202': *37 @@ -33938,8 +34291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *67 - - *198 + - *73 + - *203 responses: '204': description: Response @@ -33961,8 +34314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *67 - - &208 + - *73 + - &213 name: actor_type in: path description: The type of the actor @@ -33975,14 +34328,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &209 + - &214 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &204 + - &209 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`.' @@ -33990,7 +34343,7 @@ paths: required: true schema: type: string - - &205 + - &210 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) @@ -34001,7 +34354,7 @@ paths: type: string - *19 - *17 - - *53 + - *59 - name: sort description: The property to sort the results by. in: query @@ -34084,13 +34437,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *67 - - *204 - - *205 + - *73 + - *209 + - *210 - *19 - *17 - - *53 - - &214 + - *59 + - &219 name: sort description: The property to sort the results by. in: query @@ -34168,15 +34521,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *67 - - *204 - - *205 + - *73 + - *209 + - *210 responses: '200': description: Response content: application/json: - schema: &206 + schema: &211 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -34192,7 +34545,7 @@ paths: type: integer format: int64 examples: - default: &207 + default: &212 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -34212,24 +34565,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *67 - - &210 + - *73 + - &215 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *204 - - *205 + - *209 + - *210 responses: '200': description: Response content: application/json: - schema: *206 + schema: *211 examples: - default: *207 + default: *212 x-github: enabledForGitHubApps: true category: orgs @@ -34247,19 +34600,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *67 - - *204 - - *205 - - *208 + - *73 - *209 + - *210 + - *213 + - *214 responses: '200': description: Response content: application/json: - schema: *206 + schema: *211 examples: - default: *207 + default: *212 x-github: enabledForGitHubApps: true category: orgs @@ -34276,10 +34629,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *67 - - *204 - - *205 - - &211 + - *73 + - *209 + - *210 + - &216 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -34292,7 +34645,7 @@ paths: description: Response content: application/json: - schema: &212 + schema: &217 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -34308,7 +34661,7 @@ paths: type: integer format: int64 examples: - default: &213 + default: &218 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -34344,19 +34697,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *67 + - *73 + - *215 + - *209 - *210 - - *204 - - *205 - - *211 + - *216 responses: '200': description: Response content: application/json: - schema: *212 + schema: *217 examples: - default: *213 + default: *218 x-github: enabledForGitHubApps: true category: orgs @@ -34373,20 +34726,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *67 - - *208 + - *73 + - *213 + - *214 - *209 - - *204 - - *205 - - *211 + - *210 + - *216 responses: '200': description: Response content: application/json: - schema: *212 + schema: *217 examples: - default: *213 + default: *218 x-github: enabledForGitHubApps: true category: orgs @@ -34403,14 +34756,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *67 + - *73 + - *215 + - *209 - *210 - - *204 - - *205 - *19 - *17 - - *53 - - *214 + - *59 + - *219 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -34486,7 +34839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *67 + - *73 responses: '200': description: Response @@ -34494,7 +34847,7 @@ paths: application/json: schema: *20 examples: - default: &510 + default: &515 value: id: 1 account: @@ -34563,7 +34916,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -34633,7 +34986,7 @@ paths: suspended_at: suspended_by: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34652,7 +35005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -34660,12 +35013,12 @@ paths: application/json: schema: anyOf: - - &216 + - &221 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &215 + limit: &220 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -34693,7 +35046,7 @@ paths: properties: {} additionalProperties: false examples: - default: &217 + default: &222 value: limit: collaborators_only origin: organization @@ -34717,18 +35070,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: application/json: - schema: &511 + schema: &516 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *215 + limit: *220 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -34753,9 +35106,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: - default: *217 + default: *222 '422': *15 x-github: githubCloudOnly: false @@ -34773,7 +35126,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -34797,7 +35150,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *67 + - *73 - *17 - *19 - name: role @@ -34831,11 +35184,11 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -34856,7 +35209,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *67 + - *73 requestBody: required: false content: @@ -34910,7 +35263,7 @@ paths: description: Response content: application/json: - schema: *218 + schema: *223 examples: default: value: @@ -34964,8 +35317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *67 - - &220 + - *73 + - &225 name: invitation_id description: The unique identifier of the invitation. in: path @@ -34995,8 +35348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *67 - - *220 + - *73 + - *225 - *17 - *19 responses: @@ -35006,9 +35359,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: &240 + default: &245 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -35024,7 +35377,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -35043,7 +35396,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -35051,7 +35404,7 @@ paths: application/json: schema: type: array - items: &221 + items: &226 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -35201,7 +35554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -35294,9 +35647,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *226 examples: - default: &222 + default: &227 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -35351,8 +35704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *67 - - &223 + - *73 + - &228 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -35453,9 +35806,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *226 examples: - default: *222 + default: *227 '404': *6 '422': *7 x-github: @@ -35479,10 +35832,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *67 - - *223 + - *73 + - *228 responses: - '204': *179 + '204': *184 '404': *6 '422': *7 x-github: @@ -35502,7 +35855,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -35510,7 +35863,7 @@ paths: application/json: schema: type: array - items: *224 + items: *229 examples: default: value: @@ -35548,7 +35901,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -35598,9 +35951,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: &225 + default: &230 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -35632,8 +35985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *67 - - &226 + - *73 + - &231 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -35689,9 +36042,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *229 examples: - default: *225 + default: *230 '404': *6 '422': *7 x-github: @@ -35715,8 +36068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *67 - - *226 + - *73 + - *231 responses: '204': description: Response @@ -35749,7 +36102,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *67 + - *73 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -35779,7 +36132,7 @@ paths: - closed - all default: open - - *227 + - *232 - name: type description: Can be the name of an issue type. in: query @@ -35797,8 +36150,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -35808,11 +36161,11 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *228 + default: *233 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -35832,7 +36185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *67 + - *73 - 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) @@ -35870,9 +36223,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -35890,8 +36243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response if requester is an organization member and user is @@ -35925,8 +36278,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -35958,8 +36311,8 @@ paths: parameters: - *17 - *19 - - *67 - - *63 + - *73 + - *69 responses: '200': description: Response @@ -35975,11 +36328,11 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: - default: *230 + default: *235 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -36002,9 +36355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *67 - - *63 - - &231 + - *73 + - *69 + - &236 name: codespace_name in: path required: true @@ -36014,7 +36367,7 @@ paths: responses: '202': *37 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -36037,17 +36390,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *67 - - *63 - - *231 + - *73 + - *69 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: &439 + default: &444 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -36189,7 +36542,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -36220,14 +36573,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: - - *67 - - *63 + - *73 + - *69 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *232 + schema: *237 examples: default: value: @@ -36271,7 +36624,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -36296,14 +36649,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '200': description: Response content: application/json: - schema: &233 + schema: &238 title: Org Membership description: Org Membership type: object @@ -36352,7 +36705,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *65 + organization: *71 user: anyOf: - type: 'null' @@ -36372,7 +36725,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &234 + response-if-user-has-an-active-admin-membership-with-organization: &239 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -36444,8 +36797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 requestBody: required: false content: @@ -36473,9 +36826,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: - response-if-user-already-had-membership-with-organization: *234 + response-if-user-already-had-membership-with-organization: *239 '422': *15 '403': *27 x-github: @@ -36505,8 +36858,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -36531,7 +36884,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *67 + - *73 - *17 - *19 - name: exclude @@ -36553,7 +36906,7 @@ paths: application/json: schema: type: array - items: &235 + items: &240 title: Migration description: A migration. type: object @@ -36595,7 +36948,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *71 + items: *77 url: type: string format: uri @@ -36651,7 +37004,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *58 + items: *64 version: '2026-03-10' examples: default: @@ -36805,7 +37158,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36821,7 +37174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *67 + - *73 requestBody: required: true content: @@ -36902,7 +37255,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -37080,8 +37433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *67 - - &236 + - *73 + - &241 name: migration_id description: The unique identifier of the migration. in: path @@ -37109,7 +37462,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -37278,8 +37631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *67 - - *236 + - *73 + - *241 responses: '302': description: Response @@ -37300,8 +37653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *67 - - *236 + - *73 + - *241 responses: '204': description: Response @@ -37324,9 +37677,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *67 - - *236 - - &658 + - *73 + - *241 + - &663 name: repo_name description: repo_name parameter in: path @@ -37353,8 +37706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *67 - - *236 + - *73 + - *241 - *17 - *19 responses: @@ -37364,9 +37717,9 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: &247 + default: &252 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37479,7 +37832,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -37494,7 +37847,7 @@ paths: content: application/json: schema: - items: *58 + items: *64 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -37523,7 +37876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response - list of organization roles @@ -37539,7 +37892,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &238 + items: &243 title: Organization Role description: Organization roles type: object @@ -37688,8 +38041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -37714,9 +38067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *67 - - *69 - - &237 + - *73 + - *75 + - &242 name: role_id description: The unique identifier of the role. in: path @@ -37751,9 +38104,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *67 - - *69 - - *237 + - *73 + - *75 + - *242 responses: '204': description: Response @@ -37778,8 +38131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -37804,9 +38157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *67 - - *63 - - *237 + - *73 + - *69 + - *242 responses: '204': description: Response @@ -37836,9 +38189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *67 - - *63 - - *237 + - *73 + - *69 + - *242 responses: '204': description: Response @@ -37866,14 +38219,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *67 - - *237 + - *73 + - *242 responses: '200': description: Response content: application/json: - schema: *238 + schema: *243 examples: default: value: @@ -37923,8 +38276,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: - - *67 - - *237 + - *73 + - *242 - *17 - *19 responses: @@ -38003,7 +38356,7 @@ paths: parent: anyOf: - type: 'null' - - *239 + - *244 type: description: The ownership type of the team type: string @@ -38036,9 +38389,9 @@ paths: - type - parent examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '404': description: Response if the organization or role does not exist. '422': @@ -38065,8 +38418,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: - - *67 - - *237 + - *73 + - *242 - *17 - *19 responses: @@ -38095,7 +38448,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *239 + items: *244 name: type: - string @@ -38212,9 +38565,9 @@ paths: - type - url examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': description: Response if the organization or role does not exist. '422': @@ -38236,7 +38589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *67 + - *73 - 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) @@ -38263,9 +38616,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38288,8 +38641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *67 - - *63 + - *73 + - *69 requestBody: required: false content: @@ -38346,8 +38699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -38404,8 +38757,8 @@ paths: - docker - nuget - container - - *67 - - &659 + - *73 + - &664 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38441,12 +38794,12 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *242 + default: *247 '403': *27 '401': *23 - '400': &661 + '400': &666 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38468,7 +38821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &243 + - &248 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 @@ -38486,20 +38839,20 @@ paths: - docker - nuget - container - - &244 + - &249 name: package_name description: The name of the package. in: path required: true schema: type: string - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: default: value: @@ -38551,9 +38904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 responses: '204': description: Response @@ -38585,9 +38938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 - name: token description: package token schema: @@ -38619,9 +38972,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: - - *243 - - *244 - - *67 + - *248 + - *249 + - *73 - *19 - *17 - name: state @@ -38641,7 +38994,7 @@ paths: application/json: schema: type: array - items: &245 + items: &250 title: Package Version description: A version of a software package type: object @@ -38776,10 +39129,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - &246 + - *248 + - *249 + - *73 + - &251 name: package_version_id description: Unique identifier of the package version. in: path @@ -38791,7 +39144,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -38827,10 +39180,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - *246 + - *248 + - *249 + - *73 + - *251 responses: '204': description: Response @@ -38862,10 +39215,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *243 - - *244 - - *67 - - *246 + - *248 + - *249 + - *73 + - *251 responses: '204': description: Response @@ -38892,10 +39245,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: - - *67 + - *73 - *17 - *19 - - &248 + - &253 name: sort description: The property by which to sort the results. in: query @@ -38905,8 +39258,8 @@ paths: enum: - created_at default: created_at - - *53 - - &249 + - *59 + - &254 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -38918,7 +39271,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &250 + - &255 name: repository description: The name of the repository to use to filter the results. in: query @@ -38927,7 +39280,7 @@ paths: type: string examples: - Hello-World - - &251 + - &256 name: permission description: The permission to use to filter the results. in: query @@ -38936,7 +39289,7 @@ paths: type: string examples: - issues_read - - &252 + - &257 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) @@ -38946,7 +39299,7 @@ paths: schema: type: string format: date-time - - &253 + - &258 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) @@ -38956,7 +39309,7 @@ paths: schema: type: string format: date-time - - &254 + - &259 name: token_id description: The ID of the token in: query @@ -38969,7 +39322,7 @@ paths: examples: - token_id[]=1,token_id[]=2 responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -39104,7 +39457,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39124,7 +39477,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: - - *67 + - *73 requestBody: required: true content: @@ -39166,7 +39519,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -39191,7 +39544,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: - - *67 + - *73 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -39228,11 +39581,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39253,7 +39606,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: - - *67 + - *73 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -39264,7 +39617,7 @@ paths: - *17 - *19 responses: - '500': *107 + '500': *53 '404': *6 '403': *27 '200': @@ -39273,11 +39626,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39298,19 +39651,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: - - *67 + - *73 - *17 - *19 - - *248 - - *53 - - *249 - - *250 - - *251 - - *252 - *253 + - *59 - *254 + - *255 + - *256 + - *257 + - *258 + - *259 responses: - '500': *107 + '500': *53 '422': *15 '404': *6 '403': *27 @@ -39439,7 +39792,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39459,7 +39812,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: - - *67 + - *73 requestBody: required: true content: @@ -39494,7 +39847,7 @@ paths: - 1296269 - 1296280 responses: - '500': *107 + '500': *53 '404': *6 '202': *37 '403': *27 @@ -39519,7 +39872,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: - - *67 + - *73 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -39547,9 +39900,9 @@ paths: value: action: revoke responses: - '500': *107 + '500': *53 '404': *6 - '204': *179 + '204': *184 '403': *27 '422': *15 x-github: @@ -39571,7 +39924,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: - - *67 + - *73 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -39581,7 +39934,7 @@ paths: - *17 - *19 responses: - '500': *107 + '500': *53 '404': *6 '403': *27 '200': @@ -39590,11 +39943,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39616,7 +39969,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -39634,7 +39987,7 @@ paths: type: integer configurations: type: array - items: &255 + items: &260 title: Organization private registry description: Private registry configuration for an organization type: object @@ -39663,6 +40016,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 @@ -39693,6 +40055,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 @@ -39717,7 +40109,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *59 + Link: *65 '400': *14 '404': *6 x-github: @@ -39730,6 +40122,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: @@ -39739,7 +40132,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -39790,11 +40183,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 @@ -39817,11 +40213,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: @@ -39848,6 +40291,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 @@ -39882,6 +40334,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 @@ -39917,6 +40378,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 @@ -39930,7 +40421,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &256 + org-private-registry-with-selected-visibility: &261 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -39971,7 +40462,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: - - *67 + - *73 responses: '200': description: Response @@ -39999,7 +40490,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -40021,16 +40512,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *255 + schema: *260 examples: - default: *256 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -40042,6 +40533,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: @@ -40051,8 +40543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 requestBody: required: true content: @@ -40127,12 +40619,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 @@ -40157,8 +40708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *67 - - *156 + - *73 + - *161 responses: '204': description: Response @@ -40181,7 +40732,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *67 + - *73 - name: q description: Limit results to projects of the specified type. in: query @@ -40198,7 +40749,7 @@ paths: application/json: schema: type: array - items: &257 + items: &262 title: Projects v2 Project description: A projects v2 project type: object @@ -40272,7 +40823,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &744 + - &749 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -40357,7 +40908,7 @@ paths: - deleted_at - deleted_by examples: - default: &258 + default: &263 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -40440,7 +40991,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -40460,24 +41011,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &259 + - &264 name: project_number description: The project's number. in: path required: true schema: type: integer - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *257 + schema: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -40497,8 +41048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true description: Details of the draft item to create in the project. @@ -40532,7 +41083,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &269 title: Projects v2 Item description: An item belonging to a project type: object @@ -40545,8 +41096,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *75 - - &454 + - *81 + - &459 title: Pull Request Simple description: Pull Request Simple type: object @@ -40666,7 +41217,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 active_lock_reason: type: - string @@ -40715,7 +41266,7 @@ paths: items: *4 requested_teams: type: array - items: *183 + items: *188 head: type: object properties: @@ -40723,7 +41274,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: @@ -40743,7 +41294,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: @@ -40759,7 +41310,7 @@ paths: _links: type: object properties: - comments: &261 + comments: &266 title: Link description: Hypermedia Link type: object @@ -40768,13 +41319,13 @@ paths: type: string required: - href - commits: *261 - statuses: *261 - html: *261 - issue: *261 - review_comments: *261 - review_comment: *261 - self: *261 + commits: *266 + statuses: *266 + html: *266 + issue: *266 + review_comments: *266 + review_comment: *266 + self: *266 required: - comments - commits @@ -40784,8 +41335,8 @@ paths: - review_comments - review_comment - self - author_association: *72 - auto_merge: &556 + author_association: *78 + auto_merge: &561 title: Auto merge description: The status of auto merging a pull request. type: @@ -40959,7 +41510,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &263 + content_type: &268 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -41003,7 +41554,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &265 + draft_issue: &270 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -41077,8 +41628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *259 - - *67 + - *264 + - *73 - *17 - *45 - *46 @@ -41089,7 +41640,7 @@ paths: application/json: schema: type: array - items: &262 + items: &267 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -41242,7 +41793,7 @@ paths: - updated_at - project_url examples: - default: &680 + default: &685 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41353,7 +41904,7 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -41372,8 +41923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *259 - - *67 + - *264 + - *73 requestBody: required: true content: @@ -41419,7 +41970,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &681 + items: &686 type: object properties: name: @@ -41456,7 +42007,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &682 + iteration_configuration: &687 type: object description: The configuration for iteration fields. properties: @@ -41506,7 +42057,7 @@ paths: value: name: Due date data_type: date - single_select_field: &683 + single_select_field: &688 summary: Create a single select field value: name: Priority @@ -41533,7 +42084,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &684 + iteration_field: &689 summary: Create an iteration field value: name: Sprint @@ -41557,9 +42108,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *262 + schema: *267 examples: - text_field: &685 + text_field: &690 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -41568,7 +42119,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: &686 + number_field: &691 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -41577,7 +42128,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: &687 + date_field: &692 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -41586,7 +42137,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: &688 + single_select_field: &693 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41620,7 +42171,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &689 + iteration_field: &694 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -41665,23 +42216,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *259 - - &690 + - *264 + - &695 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *262 + schema: *267 examples: - default: &691 + default: &696 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41716,7 +42267,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -41737,8 +42288,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *259 - - *67 + - *264 + - *73 - 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. @@ -41770,7 +42321,7 @@ paths: application/json: schema: type: array - items: &266 + items: &271 title: Projects v2 Item description: An item belonging to a project type: object @@ -41787,7 +42338,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *263 + content_type: *268 content: type: - object @@ -41837,7 +42388,7 @@ paths: - updated_at - archived_at examples: - default: &267 + default: &272 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -42514,7 +43065,7 @@ paths: data_type: sub_issues_progress value: headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -42534,8 +43085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -42605,22 +43156,22 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *265 + value: *270 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *265 + value: *270 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *265 + value: *270 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *265 + value: *270 '304': *35 '403': *27 '401': *23 @@ -42640,9 +43191,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *259 - - *67 - - &268 + - *264 + - *73 + - &273 name: item_id description: The unique identifier of the project item. in: path @@ -42668,11 +43219,11 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -42691,9 +43242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *259 - - *67 - - *268 + - *264 + - *73 + - *273 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -42766,13 +43317,13 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - text_field: *267 - number_field: *267 - date_field: *267 - single_select_field: *267 - iteration_field: *267 + text_field: *272 + number_field: *272 + date_field: *272 + single_select_field: *272 + iteration_field: *272 '401': *23 '403': *27 '404': *6 @@ -42792,9 +43343,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *259 - - *67 - - *268 + - *264 + - *73 + - *273 responses: '204': description: Response @@ -42817,8 +43368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *67 - - *259 + - *73 + - *264 requestBody: required: true content: @@ -42892,7 +43443,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &672 + schema: &677 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -42996,7 +43547,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &269 + value: &274 value: id: 1 number: 1 @@ -43042,10 +43593,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *269 + value: *274 roadmap_view: summary: Response for creating a roadmap view - value: *269 + value: *274 '304': *35 '403': *27 '401': *23 @@ -43073,9 +43624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *259 - - *67 - - &692 + - *264 + - *73 + - &697 name: view_number description: The number that identifies the project view. in: path @@ -43107,11 +43658,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -43134,7 +43685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Response @@ -43142,7 +43693,7 @@ paths: application/json: schema: type: array - items: &270 + items: &275 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -43220,7 +43771,7 @@ paths: - property_name - value_type examples: - default: &271 + default: &276 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -43269,7 +43820,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *67 + - *73 requestBody: required: true content: @@ -43280,7 +43831,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *270 + items: *275 minItems: 1 maxItems: 100 required: @@ -43310,9 +43861,9 @@ paths: application/json: schema: type: array - items: *270 + items: *275 examples: - default: *271 + default: *276 '403': *27 '404': *6 x-github: @@ -43333,8 +43884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *67 - - &272 + - *73 + - &277 name: custom_property_name description: The custom property name in: path @@ -43346,9 +43897,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: &273 + default: &278 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -43382,8 +43933,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: - - *67 - - *272 + - *73 + - *277 requestBody: required: true content: @@ -43463,9 +44014,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *275 examples: - default: *273 + default: *278 '403': *27 '404': *6 x-github: @@ -43488,10 +44039,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *67 - - *272 + - *73 + - *277 responses: - '204': *179 + '204': *184 '403': *27 '404': *6 x-github: @@ -43512,7 +44063,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *67 + - *73 - *17 - *19 - name: repository_query @@ -43553,7 +44104,7 @@ paths: - octocat/Hello-World properties: type: array - items: &274 + items: &279 title: Custom Property Value description: Custom property name and associated value type: object @@ -43595,7 +44146,7 @@ paths: - property_name: team value: octocat headers: - Link: *59 + Link: *65 '403': *27 '404': *6 x-github: @@ -43623,7 +44174,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: - - *67 + - *73 requestBody: required: true content: @@ -43643,7 +44194,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *274 + items: *279 required: - repository_names - properties @@ -43684,7 +44235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *67 + - *73 - *17 - *19 responses: @@ -43696,9 +44247,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43715,8 +44266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response if user is a public member @@ -43740,8 +44291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -43762,8 +44313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *67 - - *63 + - *73 + - *69 responses: '204': description: Response @@ -43787,7 +44338,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *67 + - *73 - name: type description: Specifies the types of repositories you want returned. in: query @@ -43833,11 +44384,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43856,7 +44407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *67 + - *73 requestBody: required: true content: @@ -44038,7 +44589,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &327 title: Full Repository description: Full Repository type: object @@ -44348,10 +44899,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - type: boolean - examples: - - true archived: type: boolean disabled: @@ -44401,7 +44948,7 @@ paths: template_repository: anyOf: - type: 'null' - - *71 + - *77 temp_clone_token: type: - string @@ -44501,13 +45048,13 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 organization: anyOf: - type: 'null' - *4 - parent: *71 - source: *71 + parent: *77 + source: *77 forks: type: integer master_branch: @@ -44520,7 +45067,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &459 + code_of_conduct: &464 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -44550,7 +45097,7 @@ paths: - key - name - html_url - security_and_analysis: *275 + security_and_analysis: *280 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -44645,7 +45192,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &324 + default: &329 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -45169,10 +45716,10 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - *17 - *19 - - &578 + - &583 name: targets description: | A comma-separated list of rule targets to filter by. @@ -45191,7 +45738,7 @@ paths: application/json: schema: type: array - items: &302 + items: &307 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -45226,7 +45773,7 @@ paths: source: type: string description: The name of the source - enforcement: &278 + enforcement: &283 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -45239,7 +45786,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &279 + items: &284 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -45310,7 +45857,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &276 + - &281 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -45334,7 +45881,7 @@ paths: match. items: type: string - - &280 + - &285 title: Organization ruleset conditions type: object description: |- @@ -45348,7 +45895,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -45382,7 +45929,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -45404,7 +45951,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *276 + - *281 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -45417,7 +45964,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &277 + items: &282 title: Repository ruleset property targeting definition type: object @@ -45450,7 +45997,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *277 + items: *282 required: - repository_property type: @@ -45458,12 +46005,12 @@ paths: - object rules: type: array - items: &579 + items: &584 title: Repository Rule type: object description: A repository rule. oneOf: - - &281 + - &286 title: creation description: Only allow users with bypass permission to create matching refs. @@ -45475,7 +46022,7 @@ paths: type: string enum: - creation - - &282 + - &287 title: update description: Only allow users with bypass permission to update matching refs. @@ -45496,7 +46043,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &283 + - &288 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -45508,7 +46055,7 @@ paths: type: string enum: - deletion - - &284 + - &289 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -45520,7 +46067,7 @@ paths: type: string enum: - required_linear_history - - &577 + - &582 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -45598,7 +46145,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &285 + - &290 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -45622,7 +46169,7 @@ paths: type: string required: - required_deployment_environments - - &286 + - &291 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -45634,7 +46181,7 @@ paths: type: string enum: - required_signatures - - &287 + - &292 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -45740,7 +46287,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &288 + - &293 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -45788,7 +46335,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &289 + - &294 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -45800,7 +46347,7 @@ paths: type: string enum: - non_fast_forward - - &290 + - &295 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -45837,7 +46384,7 @@ paths: required: - operator - pattern - - &291 + - &296 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -45874,7 +46421,7 @@ paths: required: - operator - pattern - - &292 + - &297 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -45911,7 +46458,7 @@ paths: required: - operator - pattern - - &293 + - &298 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -45948,7 +46495,7 @@ paths: required: - operator - pattern - - &294 + - &299 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -45985,7 +46532,7 @@ paths: required: - operator - pattern - - &295 + - &300 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -46010,7 +46557,7 @@ paths: type: string required: - restricted_file_paths - - &296 + - &301 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -46034,7 +46581,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &297 + - &302 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -46057,7 +46604,7 @@ paths: type: string required: - restricted_file_extensions - - &298 + - &303 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -46082,7 +46629,7 @@ paths: maximum: 100 required: - max_file_size - - &299 + - &304 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -46132,7 +46679,7 @@ paths: - repository_id required: - workflows - - &300 + - &305 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -46193,7 +46740,7 @@ paths: - tool required: - code_scanning_tools - - &301 + - &306 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -46255,7 +46802,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -46271,7 +46818,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 requestBody: description: Request body required: true @@ -46292,25 +46839,20 @@ paths: - push - repository default: branch - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *280 + items: *284 + conditions: *285 rules: type: array description: An array of rules within the ruleset. - items: &304 + items: &309 title: Repository Rule type: object description: A repository rule. oneOf: - - *281 - - *282 - - *283 - - *284 - - *285 - *286 - *287 - *288 @@ -46327,6 +46869,11 @@ paths: - *299 - *300 - *301 + - *302 + - *303 + - *304 + - *305 + - *306 required: - name - enforcement @@ -46364,9 +46911,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: &303 + default: &308 value: id: 21 name: super cool ruleset @@ -46407,7 +46954,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *107 + '500': *53 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -46421,8 +46968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *67 - - &580 + - *73 + - &585 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 @@ -46437,7 +46984,7 @@ paths: in: query schema: type: string - - &581 + - &586 name: time_period description: |- The time period to filter by. @@ -46453,14 +47000,14 @@ paths: - week - month default: day - - &582 + - &587 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 - - &583 + - &588 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46480,7 +47027,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &589 title: Rule Suites description: Response type: array @@ -46536,7 +47083,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &585 + default: &590 value: - id: 21 actor_id: 12 @@ -46560,7 +47107,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46579,8 +47126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *67 - - &586 + - *73 + - &591 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -46596,7 +47143,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &592 title: Rule Suite description: Response type: object @@ -46703,7 +47250,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &588 + default: &593 value: id: 21 actor_id: 12 @@ -46738,7 +47285,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46764,7 +47311,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46776,11 +47323,11 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *303 + default: *308 '404': *6 - '500': *107 + '500': *53 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -46796,7 +47343,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46822,16 +47369,16 @@ paths: - tag - push - repository - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *280 + items: *284 + conditions: *285 rules: description: An array of rules within the ruleset. type: array - items: *304 + items: *309 examples: default: value: @@ -46866,12 +47413,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *303 + default: *308 '404': *6 '422': *15 - '500': *107 + '500': *53 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -46887,7 +47434,7 @@ paths: category: orgs subcategory: rules parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -46898,7 +47445,7 @@ paths: '204': description: Response '404': *6 - '500': *107 + '500': *53 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -46910,7 +47457,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *67 + - *73 - *17 - *19 - name: ruleset_id @@ -46926,7 +47473,7 @@ paths: application/json: schema: type: array - items: &305 + items: &310 title: Ruleset version type: object description: The historical version of a ruleset @@ -46950,7 +47497,7 @@ paths: type: string format: date-time examples: - default: &590 + default: &595 value: - version_id: 3 actor: @@ -46968,7 +47515,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46985,7 +47532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *67 + - *73 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47003,9 +47550,9 @@ paths: description: Response content: application/json: - schema: &591 + schema: &596 allOf: - - *305 + - *310 - type: object required: - state @@ -47052,7 +47599,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47074,8 +47621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *67 - - &592 + - *73 + - &597 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -47086,7 +47633,7 @@ paths: enum: - open - resolved - - &593 + - &598 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -47096,7 +47643,7 @@ paths: required: false schema: type: string - - &594 + - &599 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -47105,7 +47652,7 @@ paths: required: false schema: type: string - - &595 + - &600 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -47124,7 +47671,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &596 + - &601 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. @@ -47136,10 +47683,10 @@ paths: - created - updated default: created - - *53 + - *59 - *19 - *17 - - &597 + - &602 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 @@ -47149,7 +47696,7 @@ paths: required: false schema: type: string - - &598 + - &603 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 @@ -47159,7 +47706,7 @@ paths: required: false schema: type: string - - &599 + - &604 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -47168,7 +47715,7 @@ paths: required: false schema: type: string - - &600 + - &605 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -47177,7 +47724,7 @@ paths: schema: type: boolean default: false - - &601 + - &606 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -47186,7 +47733,7 @@ paths: schema: type: boolean default: false - - &602 + - &607 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -47205,27 +47752,27 @@ paths: items: type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &603 + state: &608 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: &604 + resolution: &609 type: - string - 'null' @@ -47259,7 +47806,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *58 + repository: *64 push_protection_bypassed: type: - boolean @@ -47332,14 +47879,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &605 + - &610 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &607 + - &612 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -47396,7 +47943,7 @@ paths: - blob_url - commit_sha - commit_url - - &608 + - &613 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. @@ -47457,7 +48004,7 @@ paths: - page_url - commit_sha - commit_url - - &609 + - &614 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -47472,7 +48019,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &610 + - &615 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -47487,7 +48034,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &611 + - &616 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -47502,7 +48049,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &612 + - &617 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -47517,7 +48064,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &613 + - &618 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -47532,7 +48079,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &614 + - &619 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -47547,7 +48094,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &615 + - &620 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. @@ -47562,7 +48109,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &616 + - &621 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. @@ -47577,7 +48124,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &617 + - &622 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. @@ -47592,7 +48139,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &618 + - &623 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. @@ -47607,7 +48154,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &619 + - &624 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 @@ -47808,9 +48355,9 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47835,7 +48382,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *67 + - *73 responses: '200': description: Response @@ -47847,7 +48394,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &307 + pattern_config_version: &312 type: - string - 'null' @@ -47857,7 +48404,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &306 + items: &311 type: object properties: token_type: @@ -47926,7 +48473,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *306 + items: *311 examples: default: value: @@ -47975,7 +48522,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *67 + - *73 requestBody: required: true content: @@ -47983,7 +48530,7 @@ paths: schema: type: object properties: - pattern_config_version: *307 + pattern_config_version: *312 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -48009,7 +48556,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *307 + custom_pattern_version: *312 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -48063,8 +48610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *67 - - *53 + - *73 + - *59 - name: sort description: The property to sort the results by. in: query @@ -48107,7 +48654,7 @@ paths: application/json: schema: type: array - items: &623 + items: &628 description: A repository security advisory. type: object properties: @@ -48315,7 +48862,7 @@ paths: required: - vector_string - score - cvss_severities: *55 + cvss_severities: *61 cwes: type: - array @@ -48351,7 +48898,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 credits_detailed: type: - array @@ -48362,7 +48909,7 @@ paths: type: object properties: user: *4 - type: *308 + type: *313 state: type: string description: The state of the user's acceptance of the @@ -48388,13 +48935,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *183 + items: *188 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *58 + - *64 type: - 'null' required: @@ -48458,7 +49005,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &624 + default: &629 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48837,7 +49384,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *67 + - *73 responses: '200': description: Response @@ -48845,7 +49392,7 @@ paths: application/json: schema: type: array - items: *239 + items: *244 examples: default: value: @@ -48885,8 +49432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -48911,8 +49458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response @@ -48939,7 +49486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *67 + - *73 responses: '200': description: Immutable releases settings response @@ -48989,7 +49536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *67 + - *73 responses: '204': description: Response @@ -49047,7 +49594,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *67 + - *73 - *19 - *17 responses: @@ -49065,9 +49612,9 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *160 + default: *165 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49086,7 +49633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *67 + - *73 requestBody: required: true content: @@ -49135,8 +49682,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -49158,8 +49705,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: - - *67 - - *137 + - *73 + - *142 responses: '204': description: Response @@ -49182,7 +49729,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *67 + - *73 - *17 - *19 responses: @@ -49200,7 +49747,7 @@ paths: type: integer network_configurations: type: array - items: &309 + items: &314 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -49278,7 +49825,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49297,7 +49844,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: - - *67 + - *73 requestBody: required: true content: @@ -49340,9 +49887,9 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: &310 + default: &315 value: id: 123456789ABCDEF name: My network configuration @@ -49370,8 +49917,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: - - *67 - - &311 + - *73 + - &316 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -49383,11 +49930,11 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: *310 + default: *315 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49406,8 +49953,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: - - *67 - - *311 + - *73 + - *316 requestBody: required: true content: @@ -49447,9 +49994,9 @@ paths: description: Response content: application/json: - schema: *309 + schema: *314 examples: - default: *310 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49468,8 +50015,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: - - *67 - - *311 + - *73 + - *316 responses: '204': description: Response @@ -49492,7 +50039,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: - - *67 + - *73 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -49551,7 +50098,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49581,8 +50128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *67 - - *69 + - *73 + - *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`). @@ -49614,13 +50161,13 @@ paths: application/json: schema: type: array - items: *312 + items: *317 examples: - default: *313 - '500': *107 + default: *318 + '500': *53 '403': *27 '404': *6 - '422': *314 + '422': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49638,7 +50185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *67 + - *73 - *17 - *19 - name: team_type @@ -49660,11 +50207,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '403': *27 x-github: githubCloudOnly: false @@ -49684,7 +50231,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *67 + - *73 requestBody: required: true content: @@ -49756,7 +50303,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &320 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49830,7 +50377,7 @@ paths: parent: anyOf: - type: 'null' - - *239 + - *244 members_count: type: integer examples: @@ -50155,7 +50702,7 @@ paths: - repos_count - organization examples: - default: &316 + default: &321 value: id: 1 node_id: MDQ6VGVhbTE= @@ -50236,16 +50783,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *67 - - *69 + - *73 + - *75 responses: '200': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -50266,8 +50813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *67 - - *69 + - *73 + - *75 requestBody: required: false content: @@ -50330,16 +50877,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '201': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 '422': *15 '403': *27 @@ -50364,12 +50911,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *67 - - *69 + - *73 + - *75 responses: '204': description: Response - '422': &317 + '422': &322 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -50392,8 +50939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -50403,12 +50950,12 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 - '422': *317 + Link: *65 + '422': *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50428,8 +50975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *67 - - *69 + - *73 + - *75 - name: role description: Filters members returned by their role in the team. in: query @@ -50452,9 +50999,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50482,15 +51029,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 responses: '200': description: Response content: application/json: - schema: &318 + schema: &323 title: Team Membership description: Team Membership type: object @@ -50518,7 +51065,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &640 + response-if-user-is-a-team-maintainer: &645 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -50554,9 +51101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 requestBody: required: false content: @@ -50581,9 +51128,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-users-membership-with-team-is-now-pending: &641 + response-if-users-membership-with-team-is-now-pending: &646 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -50618,9 +51165,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *67 + - *73 + - *75 - *69 - - *63 responses: '204': description: Response @@ -50646,8 +51193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -50657,11 +51204,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50688,16 +51235,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &642 + schema: &647 title: Team Repository description: A team's access to a repository. type: object @@ -50723,7 +51270,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 forks: type: integer permissions: @@ -51417,10 +51964,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 requestBody: required: false content: @@ -51465,10 +52012,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *67 - - *69 - - *319 - - *320 + - *73 + - *75 + - *324 + - *325 responses: '204': description: Response @@ -51492,8 +52039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *67 - - *69 + - *73 + - *75 - *17 - *19 responses: @@ -51503,9 +52050,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - response-if-child-teams-exist: &643 + response-if-child-teams-exist: &648 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51533,7 +52080,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51558,7 +52105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *67 + - *73 - name: security_product in: path description: The security feature to enable or disable. @@ -51659,7 +52206,7 @@ paths: resources: type: object properties: - core: &321 + core: &326 title: Rate Limit type: object properties: @@ -51676,21 +52223,21 @@ paths: - remaining - reset - used - graphql: *321 - search: *321 - code_search: *321 - source_import: *321 - integration_manifest: *321 - code_scanning_upload: *321 - actions_runner_registration: *321 - scim: *321 - dependency_snapshots: *321 - dependency_sbom: *321 - code_scanning_autofix: *321 + graphql: *326 + search: *326 + code_search: *326 + source_import: *326 + integration_manifest: *326 + code_scanning_upload: *326 + actions_runner_registration: *326 + scim: *326 + dependency_snapshots: *326 + dependency_sbom: *326 + code_scanning_autofix: *326 required: - core - search - rate: *321 + rate: *326 required: - rate - resources @@ -51803,14 +52350,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *322 + schema: *327 examples: default-response: summary: Default response @@ -52315,7 +52862,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *323 + '301': *328 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52333,8 +52880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -52626,10 +53173,10 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 - '307': &325 + default: *329 + '307': &330 description: Temporary Redirect content: application/json: @@ -52658,8 +53205,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -52681,7 +53228,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *325 + '307': *330 '404': *6 '409': *52 x-github: @@ -52705,11 +53252,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - - &358 + - &363 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52732,7 +53279,7 @@ paths: type: integer artifacts: type: array - items: &326 + items: &331 title: Artifact description: An artifact type: object @@ -52827,7 +53374,7 @@ paths: - expires_at - updated_at examples: - default: &359 + default: &364 value: total_count: 2 artifacts: @@ -52866,7 +53413,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52888,9 +53435,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *319 - - *320 - - &327 + - *324 + - *325 + - &332 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52902,7 +53449,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *331 examples: default: value: @@ -52940,9 +53487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *319 - - *320 - - *327 + - *324 + - *325 + - *332 responses: '204': description: Response @@ -52966,9 +53513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *319 - - *320 - - *327 + - *324 + - *325 + - *332 - name: archive_format in: path required: true @@ -52982,7 +53529,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': &514 + '410': &519 description: Gone content: application/json: @@ -53007,14 +53554,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &328 + schema: &333 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -53048,13 +53595,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *328 + schema: *333 examples: selected_actions: *40 responses: @@ -53083,14 +53630,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &329 + schema: &334 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -53124,13 +53671,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *329 + schema: *334 examples: selected_actions: *42 responses: @@ -53161,14 +53708,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *330 + schema: *335 examples: default: value: @@ -53194,11 +53741,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - - &331 + - &336 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 @@ -53226,13 +53773,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *53 + - *59 responses: '200': description: Response content: application/json: - schema: &332 + schema: &337 title: Repository actions caches description: Repository actions caches type: object @@ -53282,7 +53829,7 @@ paths: - total_count - actions_caches examples: - default: &333 + default: &338 value: total_count: 1 actions_caches: @@ -53294,7 +53841,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53314,23 +53861,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: - - *319 - - *320 + - *324 + - *325 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *331 + - *336 responses: '200': description: Response content: application/json: - schema: *332 + schema: *337 examples: - default: *333 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53350,8 +53897,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: - - *319 - - *320 + - *324 + - *325 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -53382,9 +53929,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *319 - - *320 - - &334 + - *324 + - *325 + - &339 name: job_id description: The unique identifier of the job. in: path @@ -53396,7 +53943,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &367 title: Job description: Information of a job execution in a workflow run type: object @@ -53743,9 +54290,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *319 - - *320 - - *334 + - *324 + - *325 + - *339 responses: '302': description: Response @@ -53773,9 +54320,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *319 - - *320 - - *334 + - *324 + - *325 + - *339 requestBody: required: false content: @@ -53797,7 +54344,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -53821,8 +54368,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Status response @@ -53872,8 +54419,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -53907,7 +54454,7 @@ paths: description: Empty response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -53936,8 +54483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -53955,7 +54502,7 @@ paths: type: integer secrets: type: array - items: &364 + items: &369 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53976,7 +54523,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &370 value: total_count: 2 secrets: @@ -53987,7 +54534,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54009,9 +54556,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *319 - - *320 - - *335 + - *324 + - *325 + - *340 - *19 responses: '200': @@ -54028,7 +54575,7 @@ paths: type: integer variables: type: array - items: &368 + items: &373 title: Actions Variable type: object properties: @@ -54062,7 +54609,7 @@ paths: - created_at - updated_at examples: - default: &369 + default: &374 value: total_count: 2 variables: @@ -54075,7 +54622,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54095,8 +54642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -54105,12 +54652,12 @@ paths: schema: type: object properties: - enabled: &337 + enabled: &342 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *133 - selected_actions_url: *336 - sha_pinning_required: *134 + allowed_actions: *138 + selected_actions_url: *341 + sha_pinning_required: *139 required: - enabled examples: @@ -54138,8 +54685,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -54150,9 +54697,9 @@ paths: schema: type: object properties: - enabled: *337 - allowed_actions: *133 - sha_pinning_required: *134 + enabled: *342 + allowed_actions: *138 + sha_pinning_required: *139 required: - enabled examples: @@ -54182,14 +54729,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &338 + schema: &343 type: object properties: access_level: @@ -54206,7 +54753,7 @@ paths: required: - access_level examples: - default: &339 + default: &344 value: access_level: organization x-github: @@ -54230,15 +54777,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *338 + schema: *343 examples: - default: *339 + default: *344 responses: '204': description: Response @@ -54262,14 +54809,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *340 + schema: *345 examples: default: value: @@ -54293,8 +54840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Empty response for successful settings update @@ -54304,7 +54851,7 @@ paths: required: true content: application/json: - schema: *341 + schema: *346 examples: default: summary: Set retention days @@ -54328,16 +54875,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *135 + schema: *140 examples: - default: *342 + default: *347 '404': *6 x-github: enabledForGitHubApps: true @@ -54356,8 +54903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -54367,7 +54914,7 @@ paths: required: true content: application/json: - schema: *135 + schema: *140 examples: default: summary: Set approval policy to first time contributors @@ -54391,16 +54938,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *343 + schema: *348 examples: - default: *136 + default: *141 '403': *27 '404': *6 x-github: @@ -54420,15 +54967,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *344 + schema: *349 examples: - default: *136 + default: *141 responses: '204': description: Empty response for successful settings update @@ -54452,16 +54999,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *138 + schema: *143 examples: - default: *139 + default: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54480,8 +55027,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -54489,9 +55036,9 @@ paths: required: false content: application/json: - schema: *138 + schema: *143 examples: - selected_actions: *139 + selected_actions: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54513,16 +55060,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *345 + schema: *350 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54543,8 +55090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Success response @@ -54555,9 +55102,9 @@ paths: required: true content: application/json: - schema: *346 + schema: *351 examples: - default: *143 + default: *148 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54584,8 +55131,8 @@ paths: in: query schema: type: string - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -54603,11 +55150,11 @@ paths: type: integer runners: type: array - items: *150 + items: *155 examples: - default: *151 + default: *156 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54629,8 +55176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -54638,9 +55185,9 @@ paths: application/json: schema: type: array - items: *347 + items: *352 examples: - default: *348 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54662,8 +55209,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -54706,7 +55253,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *349 + '201': *354 '404': *6 '422': *7 '409': *52 @@ -54737,16 +55284,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *350 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54774,16 +55321,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response content: application/json: - schema: *152 + schema: *157 examples: - default: *351 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54805,17 +55352,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: '200': description: Response content: application/json: - schema: *150 + schema: *155 examples: - default: *352 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54836,9 +55383,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: '204': description: Response @@ -54864,11 +55411,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: - '200': *154 + '200': *159 '404': *6 x-github: githubCloudOnly: false @@ -54890,9 +55437,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 requestBody: required: true content: @@ -54916,7 +55463,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -54940,9 +55487,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 requestBody: required: true content: @@ -54967,7 +55514,7 @@ paths: - gpu - accelerated responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -54991,11 +55538,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: - - *319 - - *320 - - *149 + - *324 + - *325 + - *154 responses: - '200': *353 + '200': *358 '404': *6 x-github: githubCloudOnly: false @@ -55022,12 +55569,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: - - *319 - - *320 - - *149 - - *354 + - *324 + - *325 + - *154 + - *359 responses: - '200': *154 + '200': *159 '404': *6 '422': *7 x-github: @@ -55053,9 +55600,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *319 - - *320 - - &372 + - *324 + - *325 + - &377 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. @@ -55063,7 +55610,7 @@ paths: required: false schema: type: string - - &373 + - &378 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -55071,7 +55618,7 @@ paths: required: false schema: type: string - - &374 + - &379 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -55080,7 +55627,7 @@ paths: required: false schema: type: string - - &375 + - &380 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 @@ -55107,7 +55654,7 @@ paths: - pending - *17 - *19 - - &376 + - &381 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)." @@ -55116,7 +55663,7 @@ paths: schema: type: string format: date-time - - &355 + - &360 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -55125,13 +55672,13 @@ paths: schema: type: boolean default: false - - &377 + - &382 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &378 + - &383 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -55154,7 +55701,7 @@ paths: type: integer workflow_runs: type: array - items: &356 + items: &361 title: Workflow Run description: An invocation of a workflow type: object @@ -55271,7 +55818,7 @@ paths: type: - array - 'null' - items: *78 + items: *84 created_at: type: string format: date-time @@ -55332,7 +55879,7 @@ paths: head_commit: anyOf: - type: 'null' - - &400 + - &405 title: Simple Commit description: A commit. type: object @@ -55406,8 +55953,8 @@ paths: - timestamp - author - committer - repository: *148 - head_repository: *148 + repository: *153 + head_repository: *153 head_repository_id: type: integer examples: @@ -55447,7 +55994,7 @@ paths: - workflow_url - pull_requests examples: - default: &379 + default: &384 value: total_count: 1 workflow_runs: @@ -55661,7 +56208,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55683,24 +56230,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *319 - - *320 - - &357 + - *324 + - *325 + - &362 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *355 + - *360 responses: '200': description: Response content: application/json: - schema: *356 + schema: *361 examples: - default: &360 + default: &365 value: id: 30433642 name: Build @@ -55941,9 +56488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '204': description: Response @@ -55966,9 +56513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -56096,15 +56643,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: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56131,13 +56678,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 - *17 - *19 - - *358 - - *53 + - *363 + - *59 responses: '200': description: Response @@ -56153,11 +56700,11 @@ paths: type: integer artifacts: type: array - items: *326 + items: *331 examples: - default: *359 + default: *364 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56179,25 +56726,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *319 - - *320 - - *357 - - &361 + - *324 + - *325 + - *362 + - &366 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *355 + - *360 responses: '200': description: Response content: application/json: - schema: *356 + schema: *361 examples: - default: *360 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56220,10 +56767,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *319 - - *320 - - *357 - - *361 + - *324 + - *325 + - *362 + - *366 - *17 - *19 responses: @@ -56241,9 +56788,9 @@ paths: type: integer jobs: type: array - items: *362 + items: *367 examples: - default: &363 + default: &368 value: total_count: 1 jobs: @@ -56332,7 +56879,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -56356,10 +56903,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *319 - - *320 - - *357 - - *361 + - *324 + - *325 + - *362 + - *366 responses: '302': description: Response @@ -56387,15 +56934,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '202': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56422,9 +56969,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: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: true content: @@ -56491,15 +57038,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '202': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -56526,9 +57073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 - 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 @@ -56558,11 +57105,11 @@ paths: type: integer jobs: type: array - items: *362 + items: *367 examples: - default: *363 + default: *368 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56585,9 +57132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '302': description: Response @@ -56614,14 +57161,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '204': description: Response '403': *27 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56643,9 +57190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -56714,7 +57261,7 @@ paths: items: type: object properties: - type: &480 + type: &485 type: string description: The type of reviewer. enum: @@ -56725,7 +57272,7 @@ paths: reviewer: anyOf: - *4 - - *183 + - *188 required: - environment - wait_timer @@ -56800,9 +57347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: true content: @@ -56852,7 +57399,7 @@ paths: application/json: schema: type: array - items: &475 + items: &480 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56964,7 +57511,7 @@ paths: - created_at - updated_at examples: - default: &476 + default: &481 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -57020,9 +57567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: false content: @@ -57044,7 +57591,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -57067,9 +57614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 requestBody: required: false content: @@ -57091,7 +57638,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -57123,9 +57670,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *319 - - *320 - - *357 + - *324 + - *325 + - *362 responses: '200': description: Response @@ -57262,8 +57809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -57281,11 +57828,11 @@ paths: type: integer secrets: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57308,16 +57855,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *366 + schema: *371 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57339,17 +57886,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *364 + schema: *369 examples: - default: &493 + default: &498 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -57375,9 +57922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -57408,7 +57955,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -57434,9 +57981,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -57461,9 +58008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *319 - - *320 - - *335 + - *324 + - *325 + - *340 - *19 responses: '200': @@ -57480,11 +58027,11 @@ paths: type: integer variables: type: array - items: *368 + items: *373 examples: - default: *369 + default: *374 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57505,8 +58052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -57533,7 +58080,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -57558,17 +58105,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 responses: '200': description: Response content: application/json: - schema: *368 + schema: *373 examples: - default: &494 + default: &499 value: name: USERNAME value: octocat @@ -57594,9 +58141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 requestBody: required: true content: @@ -57638,9 +58185,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *319 - - *320 - - *159 + - *324 + - *325 + - *164 responses: '204': description: Response @@ -57665,8 +58212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -57684,7 +58231,7 @@ paths: type: integer workflows: type: array - items: &370 + items: &375 title: Workflow description: A GitHub Actions workflow type: object @@ -57779,7 +58326,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57802,9 +58349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *319 - - *320 - - &371 + - *324 + - *325 + - &376 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57819,7 +58366,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *375 examples: default: value: @@ -57852,9 +58399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Response @@ -57879,9 +58426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -57976,9 +58523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '204': description: Response @@ -58005,19 +58552,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *319 - - *320 - - *371 - - *372 - - *373 - - *374 - - *375 - - *17 - - *19 + - *324 + - *325 - *376 - - *355 - *377 - *378 + - *379 + - *380 + - *17 + - *19 + - *381 + - *360 + - *382 + - *383 responses: '200': description: Response @@ -58033,11 +58580,11 @@ paths: type: integer workflow_runs: type: array - items: *356 + items: *361 examples: - default: *379 + default: *384 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58067,9 +58614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *319 - - *320 - - *371 + - *324 + - *325 + - *376 responses: '200': description: Response @@ -58130,9 +58677,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *319 - - *320 - - *53 + - *324 + - *325 + - *59 - *17 - *45 - *46 @@ -58280,7 +58827,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '422': *7 x-github: githubCloudOnly: false @@ -58299,8 +58846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -58312,9 +58859,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -58337,8 +58884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *319 - - *320 + - *324 + - *325 - name: assignee in: path required: true @@ -58374,8 +58921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -58487,8 +59034,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *45 - *46 @@ -58545,7 +59092,7 @@ paths: initiator: type: string examples: - default: *380 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58579,8 +59126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -58588,7 +59135,7 @@ paths: application/json: schema: type: array - items: &381 + items: &386 title: Autolink reference description: An autolink reference. type: object @@ -58647,8 +59194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -58687,9 +59234,9 @@ paths: description: response content: application/json: - schema: *381 + schema: *386 examples: - default: &382 + default: &387 value: id: 1 key_prefix: TICKET- @@ -58720,9 +59267,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *319 - - *320 - - &383 + - *324 + - *325 + - &388 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58734,9 +59281,9 @@ paths: description: Response content: application/json: - schema: *381 + schema: *386 examples: - default: *382 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -58756,9 +59303,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *319 - - *320 - - *383 + - *324 + - *325 + - *388 responses: '204': description: Response @@ -58782,8 +59329,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response if Dependabot is enabled @@ -58833,8 +59380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -58855,8 +59402,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -58876,8 +59423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *319 - - *320 + - *324 + - *325 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58915,7 +59462,7 @@ paths: - url protected: type: boolean - protection: &385 + protection: &390 title: Branch Protection description: Branch Protection type: object @@ -58958,7 +59505,7 @@ paths: required: - contexts - checks - enforce_admins: &388 + enforce_admins: &393 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58975,7 +59522,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &390 + required_pull_request_reviews: &395 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58997,7 +59544,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *183 + items: *188 apps: description: The list of apps with review dismissal access. @@ -59029,7 +59576,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *183 + items: *188 apps: description: The list of apps allowed to bypass pull request requirements. @@ -59059,7 +59606,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &387 + restrictions: &392 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -59122,7 +59669,7 @@ paths: type: string teams: type: array - items: *183 + items: *188 apps: type: array items: @@ -59334,7 +59881,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -59352,9 +59899,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *319 - - *320 - - &386 + - *324 + - *325 + - &391 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). @@ -59368,14 +59915,14 @@ paths: description: Response content: application/json: - schema: &396 + schema: &401 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &450 + commit: &455 title: Commit description: Commit type: object @@ -59414,7 +59961,7 @@ paths: author: anyOf: - type: 'null' - - &384 + - &389 title: Git User description: Metaproperties for Git author/committer information. @@ -59436,7 +59983,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 message: type: string examples: @@ -59460,7 +60007,7 @@ paths: required: - sha - url - verification: &500 + verification: &505 title: Verification type: object properties: @@ -59496,14 +60043,14 @@ paths: author: oneOf: - *4 - - *157 + - *162 type: - 'null' - object committer: oneOf: - *4 - - *157 + - *162 type: - 'null' - object @@ -59540,7 +60087,7 @@ paths: type: integer files: type: array - items: &461 + items: &466 title: Diff Entry description: Diff Entry type: object @@ -59636,7 +60183,7 @@ paths: - self protected: type: boolean - protection: *385 + protection: *390 protection_url: type: string format: uri @@ -59745,7 +60292,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *323 + '301': *328 '404': *6 x-github: githubCloudOnly: false @@ -59767,15 +60314,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *385 + schema: *390 examples: default: value: @@ -59969,9 +60516,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -60231,7 +60778,7 @@ paths: url: type: string format: uri - required_status_checks: &393 + required_status_checks: &398 title: Status Check Policy description: Status Check Policy type: object @@ -60312,7 +60859,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 apps: type: array items: *5 @@ -60330,7 +60877,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 apps: type: array items: *5 @@ -60390,7 +60937,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *387 + restrictions: *392 required_conversation_resolution: type: object properties: @@ -60502,9 +61049,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60529,17 +61076,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: &389 + default: &394 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -60561,17 +61108,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: *389 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60590,9 +61137,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60617,17 +61164,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *390 + schema: *395 examples: - default: &391 + default: &396 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60723,9 +61270,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -60823,9 +61370,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *395 examples: - default: *391 + default: *396 '422': *15 x-github: githubCloudOnly: false @@ -60846,9 +61393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60875,17 +61422,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: &392 + default: &397 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60908,17 +61455,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *388 + schema: *393 examples: - default: *392 + default: *397 '404': *6 x-github: githubCloudOnly: false @@ -60938,9 +61485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -60965,17 +61512,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *393 + schema: *398 examples: - default: &394 + default: &399 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -61001,9 +61548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -61055,9 +61602,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *398 examples: - default: *394 + default: *399 '404': *6 '422': *15 x-github: @@ -61079,9 +61626,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -61105,9 +61652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -61141,9 +61688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -61210,9 +61757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -61276,9 +61823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: content: application/json: @@ -61344,15 +61891,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response content: application/json: - schema: *387 + schema: *392 examples: default: value: @@ -61443,9 +61990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '204': description: Response @@ -61468,9 +62015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -61480,7 +62027,7 @@ paths: type: array items: *5 examples: - default: &395 + default: &400 value: - id: 1 slug: octoapp @@ -61537,9 +62084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61573,7 +62120,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -61594,9 +62141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61630,7 +62177,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -61651,9 +62198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61687,7 +62234,7 @@ paths: type: array items: *5 examples: - default: *395 + default: *400 '422': *15 x-github: githubCloudOnly: false @@ -61709,9 +62256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -61719,9 +62266,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '404': *6 x-github: githubCloudOnly: false @@ -61741,9 +62288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -61779,9 +62326,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -61802,9 +62349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: false content: @@ -61840,9 +62387,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -61863,9 +62410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: content: application/json: @@ -61900,9 +62447,9 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 '422': *15 x-github: githubCloudOnly: false @@ -61924,9 +62471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 responses: '200': description: Response @@ -61936,7 +62483,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '404': *6 x-github: githubCloudOnly: false @@ -61960,9 +62507,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -61995,7 +62542,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -62020,9 +62567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -62055,7 +62602,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -62080,9 +62627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -62115,7 +62662,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '422': *15 x-github: githubCloudOnly: false @@ -62142,9 +62689,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 requestBody: required: true content: @@ -62166,7 +62713,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *401 examples: default: value: @@ -62282,8 +62829,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -62562,7 +63109,7 @@ paths: description: Response content: application/json: - schema: &397 + schema: &402 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62697,8 +63244,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *78 - deployment: &705 + items: *84 + deployment: &710 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62985,9 +63532,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *319 - - *320 - - &398 + - *324 + - *325 + - &403 name: check_run_id description: The unique identifier of the check run. in: path @@ -62999,9 +63546,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *402 examples: - default: &399 + default: &404 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -63101,9 +63648,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 requestBody: required: true content: @@ -63343,9 +63890,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *402 examples: - default: *399 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63365,9 +63912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 - *17 - *19 responses: @@ -63457,7 +64004,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63477,15 +64024,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *319 - - *320 - - *398 + - *324 + - *325 + - *403 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -63523,8 +64070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -63546,7 +64093,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &401 + schema: &406 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63628,12 +64175,12 @@ paths: type: - array - 'null' - items: *78 + items: *84 app: anyOf: - type: 'null' - *5 - repository: *148 + repository: *153 created_at: type: - string @@ -63644,7 +64191,7 @@ paths: - string - 'null' format: date-time - head_commit: *400 + head_commit: *405 latest_check_runs_count: type: integer check_runs_url: @@ -63672,7 +64219,7 @@ paths: - check_runs_url - pull_requests examples: - default: &402 + default: &407 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63963,9 +64510,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *401 + schema: *406 examples: - default: *402 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63984,8 +64531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -64046,7 +64593,7 @@ paths: required: - app_id - setting - repository: *148 + repository: *153 examples: default: value: @@ -64294,9 +64841,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *319 - - *320 - - &403 + - *324 + - *325 + - &408 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64308,9 +64855,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *406 examples: - default: *402 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64333,17 +64880,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *319 - - *320 - - *403 - - &456 + - *324 + - *325 + - *408 + - &461 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &457 + - &462 name: status description: Returns check runs with the specified `status`. in: query @@ -64382,9 +64929,9 @@ paths: type: integer check_runs: type: array - items: *397 + items: *402 examples: - default: &458 + default: &463 value: total_count: 1 check_runs: @@ -64466,7 +65013,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64486,15 +65033,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *319 - - *320 - - *403 + - *324 + - *325 + - *408 responses: '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -64521,28 +65068,28 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *319 - - *320 - - *404 - - *405 + - *324 + - *325 + - *409 + - *410 - *19 - *17 - - &422 + - &427 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: *406 - - &423 + schema: *411 + - &428 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *53 + - *59 - *45 - *46 - name: sort @@ -64560,13 +65107,13 @@ paths: be returned. in: query required: false - schema: *407 + schema: *412 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *408 + schema: *413 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -64585,24 +65132,24 @@ paths: items: type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: *409 - state: *175 - fixed_at: *171 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: *414 + state: *180 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: *410 - dismissed_comment: *411 - rule: *412 - tool: *413 - most_recent_instance: *414 + dismissed_at: *177 + dismissed_reason: *415 + dismissed_comment: *416 + rule: *417 + tool: *418 + most_recent_instance: *419 dismissal_approved_by: anyOf: - type: 'null' @@ -64725,14 +65272,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &415 + '403': &420 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64752,9 +65299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *319 - - *320 - - &416 + - *324 + - *325 + - &421 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64762,30 +65309,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *166 + schema: *171 responses: '200': description: Response content: application/json: - schema: &417 + schema: &422 type: object properties: - number: *166 - created_at: *167 - updated_at: *168 - url: *169 - html_url: *170 - instances_url: *409 - state: *175 - fixed_at: *171 + number: *171 + created_at: *172 + updated_at: *173 + url: *174 + html_url: *175 + instances_url: *414 + state: *180 + fixed_at: *176 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *172 - dismissed_reason: *410 - dismissed_comment: *411 + dismissed_at: *177 + dismissed_reason: *415 + dismissed_comment: *416 rule: type: object properties: @@ -64847,8 +65394,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *413 - most_recent_instance: *414 + tool: *418 + most_recent_instance: *419 dismissal_approved_by: anyOf: - type: 'null' @@ -64944,9 +65491,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64964,9 +65511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: true content: @@ -64981,8 +65528,8 @@ paths: enum: - open - dismissed - dismissed_reason: *410 - dismissed_comment: *411 + dismissed_reason: *415 + dismissed_comment: *416 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -65010,7 +65557,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *422 examples: default: value: @@ -65086,14 +65633,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &421 + '403': &426 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': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65113,15 +65660,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 responses: '200': description: Response content: application/json: - schema: &418 + schema: &423 type: object properties: status: @@ -65148,13 +65695,13 @@ paths: - description - started_at examples: - default: &419 + default: &424 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &420 + '400': &425 description: Bad Request content: application/json: @@ -65165,9 +65712,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': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65190,29 +65737,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 responses: '200': description: OK content: application/json: - schema: *418 + schema: *423 examples: - default: *419 + default: *424 '202': description: Accepted content: application/json: - schema: *418 + schema: *423 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *420 + '400': *425 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -65222,7 +65769,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65244,9 +65791,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: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: false content: @@ -65292,12 +65839,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *420 - '403': *421 + '400': *425 + '403': *426 '404': *6 '422': description: Unprocessable Entity - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65317,13 +65864,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 - *19 - *17 - - *422 - - *423 + - *427 + - *428 responses: '200': description: Response @@ -65334,10 +65881,10 @@ paths: items: type: object properties: - ref: *406 - analysis_key: *424 - environment: *425 - category: *426 + ref: *411 + analysis_key: *429 + environment: *430 + category: *431 state: type: - string @@ -65354,7 +65901,7 @@ paths: properties: text: type: string - location: *427 + location: *432 html_url: type: string classifications: @@ -65362,7 +65909,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: *428 + items: *433 examples: default: value: @@ -65399,9 +65946,9 @@ paths: end_column: 50 classifications: - source - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65433,30 +65980,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *319 - - *320 - - *404 - - *405 + - *324 + - *325 + - *409 + - *410 - *19 - *17 - - *423 + - *428 - 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: *406 + schema: *411 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &429 + schema: &434 type: string description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *53 + - *59 - name: sort description: The property by which to sort the results. in: query @@ -65473,23 +66020,23 @@ paths: application/json: schema: type: array - items: &430 + items: &435 type: object properties: - ref: *406 - commit_sha: &438 + ref: *411 + commit_sha: &443 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: *424 + analysis_key: *429 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *426 + category: *431 error: type: string examples: @@ -65514,8 +66061,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *429 - tool: *413 + sarif_id: *434 + tool: *418 deletable: type: boolean warning: @@ -65577,9 +66124,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65613,8 +66160,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: - - *319 - - *320 + - *324 + - *325 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65627,7 +66174,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *435 examples: response: summary: application/json response @@ -65681,14 +66228,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *415 + '403': *420 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65768,8 +66315,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: - - *319 - - *320 + - *324 + - *325 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65825,9 +66372,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': *421 + '403': *426 '404': *6 - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65847,8 +66394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -65856,7 +66403,7 @@ paths: application/json: schema: type: array - items: &431 + items: &436 title: CodeQL Database description: A CodeQL database. type: object @@ -65968,9 +66515,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': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65997,8 +66544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: language in: path description: The language of the CodeQL database. @@ -66010,7 +66557,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *436 examples: default: value: @@ -66042,11 +66589,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': &463 + '302': &468 description: Found - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66066,8 +66613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *319 - - *320 + - *324 + - *325 - name: language in: path description: The language of the CodeQL database. @@ -66077,9 +66624,9 @@ paths: responses: '204': description: Response - '403': *421 + '403': *426 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66105,8 +66652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -66115,7 +66662,7 @@ paths: type: object additionalProperties: false properties: - language: &432 + language: &437 type: string description: The language targeted by the CodeQL query enum: @@ -66195,7 +66742,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &436 + schema: &441 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -66203,9 +66750,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *58 + controller_repo: *64 actor: *4 - query_language: *432 + query_language: *437 query_pack_url: type: string description: The download url for the query pack. @@ -66253,7 +66800,7 @@ paths: items: type: object properties: - repository: &433 + repository: &438 title: Repository Identifier description: Repository Identifier type: object @@ -66295,7 +66842,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &437 + analysis_status: &442 type: string description: The new status of the CodeQL variant analysis repository task. @@ -66327,7 +66874,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &434 + access_mismatch_repos: &439 type: object properties: repository_count: @@ -66342,7 +66889,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: *433 + items: *438 required: - repository_count - repositories @@ -66365,8 +66912,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *434 - over_limit_repos: *434 + no_codeql_db_repos: *439 + over_limit_repos: *439 required: - access_mismatch_repos - not_found_repos @@ -66382,7 +66929,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &435 + value: &440 summary: Default response value: id: 1 @@ -66528,17 +67075,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *435 + value: *440 repository_lists: summary: Response for a successful variant analysis submission - value: *435 + value: *440 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66559,8 +67106,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: - - *319 - - *320 + - *324 + - *325 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -66572,11 +67119,11 @@ paths: description: Response content: application/json: - schema: *436 + schema: *441 examples: - default: *435 + default: *440 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66597,7 +67144,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: - - *319 + - *324 - name: repo in: path description: The name of the controller repository. @@ -66631,8 +67178,8 @@ paths: schema: type: object properties: - repository: *58 - analysis_status: *437 + repository: *64 + analysis_status: *442 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66736,7 +67283,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66757,8 +67304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -66868,9 +67415,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *415 + '403': *420 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66889,8 +67436,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -66959,7 +67506,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -66984,7 +67531,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *421 + '403': *426 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66998,7 +67545,7 @@ paths: content: application/json: schema: *3 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67055,8 +67602,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -67064,7 +67611,7 @@ paths: schema: type: object properties: - commit_sha: *438 + commit_sha: *443 ref: type: string description: |- @@ -67124,7 +67671,7 @@ paths: schema: type: object properties: - id: *429 + id: *434 url: type: string description: The REST API URL for checking the status of the upload. @@ -67138,11 +67685,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': *421 + '403': *426 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67161,8 +67708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *319 - - *320 + - *324 + - *325 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -67210,10 +67757,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': *415 + '403': *420 '404': description: Not Found if the sarif id does not match any upload - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67235,8 +67782,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -67292,7 +67839,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': *179 + '204': *184 '304': *35 '403': *27 '404': *6 @@ -67317,8 +67864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *319 - - *320 + - *324 + - *325 - 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 @@ -67446,8 +67993,8 @@ paths: parameters: - *17 - *19 - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -67463,7 +68010,7 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: default: value: @@ -67739,7 +68286,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': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -67761,8 +68308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -67826,22 +68373,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67865,8 +68412,8 @@ paths: parameters: - *17 - *19 - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -67906,7 +68453,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *107 + '500': *53 '400': *14 '401': *23 '403': *27 @@ -67930,8 +68477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67968,9 +68515,9 @@ paths: type: integer machines: type: array - items: *440 + items: *445 examples: - default: &649 + default: &654 value: total_count: 2 machines: @@ -67987,7 +68534,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -68010,8 +68557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *319 - - *320 + - *324 + - *325 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -68098,8 +68645,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: - - *319 - - *320 + - *324 + - *325 - 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 @@ -68147,7 +68694,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68168,8 +68715,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -68187,7 +68734,7 @@ paths: type: integer secrets: type: array - items: &444 + items: &449 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -68208,9 +68755,9 @@ paths: - created_at - updated_at examples: - default: *441 + default: *446 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68231,16 +68778,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *442 + schema: *447 examples: - default: *443 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -68260,17 +68807,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *444 + schema: *449 examples: - default: *445 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68290,9 +68837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -68320,7 +68867,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -68344,9 +68891,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -68374,8 +68921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *319 - - *320 + - *324 + - *325 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68413,7 +68960,7 @@ paths: application/json: schema: type: array - items: &446 + items: &451 title: Collaborator description: Collaborator type: object @@ -68581,7 +69128,7 @@ paths: admin: false role_name: write headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -68606,9 +69153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '204': description: Response if user is a collaborator @@ -68654,9 +69201,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 requestBody: required: false content: @@ -68682,7 +69229,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &513 + schema: &518 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68694,7 +69241,7 @@ paths: format: int64 examples: - 42 - repository: *148 + repository: *153 invitee: anyOf: - type: 'null' @@ -68870,7 +69417,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *116 + schema: *121 '403': *27 x-github: triggersNotification: true @@ -68910,9 +69457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '204': description: No Content when collaborator was removed from the repository. @@ -68943,9 +69490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *319 - - *320 - - *63 + - *324 + - *325 + - *69 responses: '200': description: if user has admin permissions @@ -68965,7 +69512,7 @@ paths: user: anyOf: - type: 'null' - - *446 + - *451 required: - permission - role_name @@ -69019,8 +69566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -69030,7 +69577,7 @@ paths: application/json: schema: type: array - items: &447 + items: &452 title: Commit Comment description: Commit Comment type: object @@ -69071,8 +69618,8 @@ paths: updated_at: type: string format: date-time - author_association: *72 - reactions: *73 + author_association: *78 + reactions: *79 required: - url - html_url @@ -69088,7 +69635,7 @@ paths: - created_at - updated_at examples: - default: &452 + default: &457 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69122,7 +69669,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69147,17 +69694,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *447 + schema: *452 examples: - default: &453 + default: &458 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69214,9 +69761,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -69238,7 +69785,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *452 examples: default: value: @@ -69289,9 +69836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -69312,9 +69859,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -69340,7 +69887,7 @@ paths: application/json: schema: type: array - items: &448 + items: &453 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -69384,7 +69931,7 @@ paths: - content - created_at examples: - default: &516 + default: &521 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -69410,7 +69957,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -69429,9 +69976,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -69463,9 +70010,9 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: &449 + default: &454 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -69494,9 +70041,9 @@ paths: description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -69518,10 +70065,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *319 - - *320 - - *89 - - &517 + - *324 + - *325 + - *95 + - &522 name: reaction_id description: The unique identifier of the reaction. in: path @@ -69576,8 +70123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *319 - - *320 + - *324 + - *325 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69633,9 +70180,9 @@ paths: application/json: schema: type: array - items: *450 + items: *455 examples: - default: &563 + default: &568 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69705,8 +70252,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *59 - '500': *107 + Link: *65 + '500': *53 '400': *14 '404': *6 '409': *52 @@ -69729,9 +70276,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *319 - - *320 - - &451 + - *324 + - *325 + - &456 name: commit_sha description: The SHA of the commit. in: path @@ -69803,9 +70350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 - *17 - *19 responses: @@ -69815,11 +70362,11 @@ paths: application/json: schema: type: array - items: *447 + items: *452 examples: - default: *452 + default: *457 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69845,9 +70392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 requestBody: required: true content: @@ -69882,9 +70429,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *452 examples: - default: *453 + default: *458 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69912,9 +70459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 - *17 - *19 responses: @@ -69924,9 +70471,9 @@ paths: application/json: schema: type: array - items: *454 + items: *459 examples: - default: &555 + default: &560 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70405,7 +70952,7 @@ paths: auto_merge: draft: false headers: - Link: *59 + Link: *65 '409': *52 x-github: githubCloudOnly: false @@ -70463,11 +71010,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 - - &455 + - &460 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)" @@ -70482,9 +71029,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *455 examples: - default: &543 + default: &548 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70570,8 +71117,8 @@ paths: ..... '422': *15 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 '409': *52 x-github: githubCloudOnly: false @@ -70597,11 +71144,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *319 - - *320 - - *455 - - *456 - - *457 + - *324 + - *325 + - *460 + - *461 + - *462 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70635,11 +71182,11 @@ paths: type: integer check_runs: type: array - items: *397 + items: *402 examples: - default: *458 + default: *463 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70662,9 +71209,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70672,7 +71219,7 @@ paths: schema: type: integer example: 1 - - *456 + - *461 - *17 - *19 responses: @@ -70690,7 +71237,7 @@ paths: type: integer check_suites: type: array - items: *401 + items: *406 examples: default: value: @@ -70865,7 +71412,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: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70890,9 +71437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - *17 - *19 responses: @@ -70963,7 +71510,7 @@ paths: type: string total_count: type: integer - repository: *148 + repository: *153 commit_url: type: string format: uri @@ -71094,9 +71641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *319 - - *320 - - *455 + - *324 + - *325 + - *460 - *17 - *19 responses: @@ -71106,7 +71653,7 @@ paths: application/json: schema: type: array - items: &628 + items: &633 title: Status description: The status of a commit. type: object @@ -71186,8 +71733,8 @@ paths: type: User site_admin: false headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71215,8 +71762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -71249,11 +71796,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *459 + - *464 code_of_conduct_file: anyOf: - type: 'null' - - &460 + - &465 title: Community Health File type: object properties: @@ -71269,23 +71816,23 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 contributing: anyOf: - type: 'null' - - *460 + - *465 readme: anyOf: - type: 'null' - - *460 + - *465 issue_template: anyOf: - type: 'null' - - *460 + - *465 pull_request_template: anyOf: - type: 'null' - - *460 + - *465 required: - code_of_conduct - code_of_conduct_file @@ -71414,8 +71961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 - name: basehead @@ -71463,8 +72010,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *450 - merge_base_commit: *450 + base_commit: *455 + merge_base_commit: *455 status: type: string enum: @@ -71488,10 +72035,10 @@ paths: - 6 commits: type: array - items: *450 + items: *455 files: type: array - items: *461 + items: *466 required: - url - html_url @@ -71734,8 +72281,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71777,8 +72324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -71948,7 +72495,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &462 + response-if-content-is-a-file-github-object: &467 summary: Response if content is a file value: type: file @@ -72085,7 +72632,7 @@ paths: - size - type - url - - &568 + - &573 title: Content File description: Content File type: object @@ -72303,7 +72850,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *462 + response-if-content-is-a-file: *467 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72372,7 +72919,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *463 + '302': *468 '304': *35 x-github: githubCloudOnly: false @@ -72425,8 +72972,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -72521,7 +73068,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &469 title: File Commit description: File Commit type: object @@ -72677,7 +73224,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *469 examples: example-for-creating-a-file: value: @@ -72731,7 +73278,7 @@ paths: schema: oneOf: - *3 - - &495 + - &500 description: Repository rule violation was detected type: object properties: @@ -72752,7 +73299,7 @@ paths: items: type: object properties: - placeholder_id: &620 + placeholder_id: &625 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72784,8 +73331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *319 - - *320 + - *324 + - *325 - name: path description: path parameter in: path @@ -72846,7 +73393,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *469 examples: default: value: @@ -72881,7 +73428,7 @@ paths: '422': *15 '404': *6 '409': *52 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72901,8 +73448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *319 - - *320 + - *324 + - *325 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -73003,7 +73550,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *59 + Link: *65 '204': description: Response if repository is empty '403': *27 @@ -73026,24 +73573,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *319 - - *320 - - *185 - - *186 - - *187 - - *188 + - *324 + - *325 + - *190 + - *191 + - *192 + - *193 - 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 - - *189 - - *465 - - *190 - - *191 - - *192 - - *53 + - *194 + - *470 + - *195 + - *196 + - *197 + - *59 - *45 - *46 - *17 @@ -73054,11 +73601,11 @@ paths: application/json: schema: type: array - items: &469 + items: &474 type: object description: A Dependabot alert. properties: - number: *166 + number: *171 state: type: string description: The state of the Dependabot alert. @@ -73073,7 +73620,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *54 + package: *60 manifest_path: type: string description: The full path to the dependency manifest file, @@ -73104,13 +73651,13 @@ paths: - direct - transitive - - security_advisory: *466 - security_vulnerability: *57 - url: *169 - html_url: *170 - created_at: *167 - updated_at: *168 - dismissed_at: *172 + security_advisory: *471 + security_vulnerability: *63 + url: *174 + html_url: *175 + created_at: *172 + updated_at: *173 + dismissed_at: *177 dismissed_by: anyOf: - type: 'null' @@ -73134,9 +73681,9 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *171 - auto_dismissed_at: *467 - dismissal_request: *468 + fixed_at: *176 + auto_dismissed_at: *472 + dismissal_request: *473 assignees: type: array description: The users assigned to this alert. @@ -73391,9 +73938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *319 - - *320 - - &470 + - *324 + - *325 + - &475 name: alert_number in: path description: |- @@ -73402,13 +73949,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *166 + schema: *171 responses: '200': description: Response content: application/json: - schema: *469 + schema: *474 examples: default: value: @@ -73540,9 +74087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *319 - - *320 - - *470 + - *324 + - *325 + - *475 requestBody: required: true content: @@ -73598,7 +74145,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *474 examples: default: value: @@ -73728,8 +74275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -73747,7 +74294,7 @@ paths: type: integer secrets: type: array - items: &473 + items: &478 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73779,7 +74326,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73801,16 +74348,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *471 + schema: *476 examples: - default: *472 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73830,15 +74377,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '200': description: Response content: application/json: - schema: *473 + schema: *478 examples: default: value: @@ -73864,9 +74411,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 requestBody: required: true content: @@ -73894,7 +74441,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -73918,9 +74465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *319 - - *320 - - *156 + - *324 + - *325 + - *161 responses: '204': description: Response @@ -73942,8 +74489,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: - - *319 - - *320 + - *324 + - *325 - 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 @@ -74093,7 +74640,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *59 + Link: *65 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -74117,8 +74664,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -74355,7 +74902,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *59 + Link: *65 '404': *6 '403': *27 x-github: @@ -74378,8 +74925,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -74462,7 +75009,7 @@ paths: - version - url additionalProperties: false - metadata: &474 + metadata: &479 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74501,7 +75048,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *474 + metadata: *479 resolved: type: object description: A collection of resolved package dependencies. @@ -74515,7 +75062,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *474 + metadata: *479 relationship: type: string description: A notation of whether a dependency is requested @@ -74648,8 +75195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *319 - - *320 + - *324 + - *325 - name: sha description: The SHA recorded at creation time. in: query @@ -74690,11 +75237,11 @@ paths: application/json: schema: type: array - items: *475 + items: *480 examples: - default: *476 + default: *481 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74758,8 +75305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -74841,7 +75388,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *480 examples: simple-example: summary: Simple example @@ -74914,9 +75461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *319 - - *320 - - &477 + - *324 + - *325 + - &482 name: deployment_id description: deployment_id parameter in: path @@ -74928,7 +75475,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *480 examples: default: value: @@ -74993,9 +75540,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 responses: '204': description: Response @@ -75017,9 +75564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 - *17 - *19 responses: @@ -75029,7 +75576,7 @@ paths: application/json: schema: type: array - items: &478 + items: &483 title: Deployment Status description: The status of a deployment. type: object @@ -75173,7 +75720,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -75193,9 +75740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 requestBody: required: true content: @@ -75270,9 +75817,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *483 examples: - default: &479 + default: &484 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75328,9 +75875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *319 - - *320 - - *477 + - *324 + - *325 + - *482 - name: status_id in: path required: true @@ -75341,9 +75888,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *483 examples: - default: *479 + default: *484 '404': *6 x-github: githubCloudOnly: false @@ -75368,8 +75915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -75426,8 +75973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -75445,7 +75992,7 @@ paths: - 5 environments: type: array - items: &481 + items: &486 title: Environment description: Details of a deployment environment type: object @@ -75507,7 +76054,7 @@ paths: type: string examples: - wait_timer - wait_timer: &483 + wait_timer: &488 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -75549,11 +76096,11 @@ paths: items: type: object properties: - type: *480 + type: *485 reviewer: anyOf: - *4 - - *183 + - *188 required: - id - node_id @@ -75576,7 +76123,7 @@ paths: - id - node_id - type - deployment_branch_policy: &484 + deployment_branch_policy: &489 type: - object - 'null' @@ -75693,9 +76240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *319 - - *320 - - &482 + - *324 + - *325 + - &487 name: environment_name in: path required: true @@ -75708,9 +76255,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *486 examples: - default: &485 + default: &490 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75794,9 +76341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: false content: @@ -75806,7 +76353,7 @@ paths: - object - 'null' properties: - wait_timer: *483 + wait_timer: *488 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75825,14 +76372,14 @@ paths: items: type: object properties: - type: *480 + type: *485 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *484 + deployment_branch_policy: *489 additionalProperties: false examples: default: @@ -75852,9 +76399,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *486 examples: - default: *485 + default: *490 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75878,9 +76425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 responses: '204': description: Default response @@ -75905,9 +76452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 - *17 - *19 responses: @@ -75926,7 +76473,7 @@ paths: - 2 branch_policies: type: array - items: &486 + items: &491 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -75987,9 +76534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: true content: @@ -76037,9 +76584,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - example-wildcard: &487 + example-wildcard: &492 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76081,10 +76628,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - &488 + - *324 + - *325 + - *487 + - &493 name: branch_policy_id in: path required: true @@ -76096,9 +76643,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - default: *487 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76117,10 +76664,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - *488 + - *324 + - *325 + - *487 + - *493 requestBody: required: true content: @@ -76149,9 +76696,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *491 examples: - default: *487 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76170,10 +76717,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *319 - - *320 - - *482 - - *488 + - *324 + - *325 + - *487 + - *493 responses: '204': description: Response @@ -76198,9 +76745,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 responses: '200': description: List of deployment protection rules @@ -76217,7 +76764,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &489 + items: &494 title: Deployment protection rule description: Deployment protection rule type: object @@ -76239,7 +76786,7 @@ paths: for the environment. examples: - true - app: &490 + app: &495 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76342,9 +76889,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: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 requestBody: content: application/json: @@ -76365,9 +76912,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *489 + schema: *494 examples: - default: &491 + default: &496 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76402,9 +76949,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: - - *482 - - *320 - - *319 + - *487 + - *325 + - *324 - *19 - *17 responses: @@ -76424,7 +76971,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *490 + items: *495 examples: default: value: @@ -76459,10 +77006,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *319 - - *320 - - *482 - - &492 + - *324 + - *325 + - *487 + - &497 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76474,9 +77021,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *494 examples: - default: *491 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76497,10 +77044,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *482 - - *320 - - *319 - - *492 + - *487 + - *325 + - *324 + - *497 responses: '204': description: Response @@ -76526,9 +77073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 - *17 - *19 responses: @@ -76546,11 +77093,11 @@ paths: type: integer secrets: type: array - items: *364 + items: *369 examples: - default: *365 + default: *370 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76573,17 +77120,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 responses: '200': description: Response content: application/json: - schema: *366 + schema: *371 examples: - default: *367 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76605,18 +77152,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 responses: '200': description: Response content: application/json: - schema: *364 + schema: *369 examples: - default: *493 + default: *498 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76638,10 +77185,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 requestBody: required: true content: @@ -76672,7 +77219,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -76698,10 +77245,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *319 - - *320 - - *482 - - *156 + - *324 + - *325 + - *487 + - *161 responses: '204': description: Default response @@ -76726,10 +77273,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *319 - - *320 - - *482 - - *335 + - *324 + - *325 + - *487 + - *340 - *19 responses: '200': @@ -76746,11 +77293,11 @@ paths: type: integer variables: type: array - items: *368 + items: *373 examples: - default: *369 + default: *374 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76771,9 +77318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *319 - - *320 - - *482 + - *324 + - *325 + - *487 requestBody: required: true content: @@ -76800,7 +77347,7 @@ paths: description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -76825,18 +77372,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *319 - - *320 - - *482 - - *159 + - *324 + - *325 + - *487 + - *164 responses: '200': description: Response content: application/json: - schema: *368 + schema: *373 examples: - default: *494 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76857,10 +77404,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *319 - - *320 - - *159 - - *482 + - *324 + - *325 + - *164 + - *487 requestBody: required: true content: @@ -76902,10 +77449,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *319 - - *320 - - *159 - - *482 + - *324 + - *325 + - *164 + - *487 responses: '204': description: Response @@ -76927,8 +77474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -76938,7 +77485,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: 200-response: value: @@ -76996,8 +77543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *319 - - *320 + - *324 + - *325 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77019,7 +77566,7 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: default: value: @@ -77132,7 +77679,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *59 + Link: *65 '400': *14 x-github: githubCloudOnly: false @@ -77156,8 +77703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -77190,9 +77737,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 '400': *14 '422': *15 '403': *27 @@ -77213,8 +77760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77273,8 +77820,8 @@ paths: application/json: schema: oneOf: - - *116 - - *495 + - *121 + - *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77299,8 +77846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *319 - - *320 + - *324 + - *325 - name: file_sha in: path required: true @@ -77400,8 +77947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77510,7 +78057,7 @@ paths: description: Response content: application/json: - schema: &496 + schema: &501 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77737,15 +78284,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *319 - - *320 - - *451 + - *324 + - *325 + - *456 responses: '200': description: Response content: application/json: - schema: *496 + schema: *501 examples: default: value: @@ -77801,9 +78348,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *319 - - *320 - - &497 + - *324 + - *325 + - &502 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. @@ -77820,7 +78367,7 @@ paths: application/json: schema: type: array - items: &498 + items: &503 title: Git Reference description: Git references within a repository type: object @@ -77874,7 +78421,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *59 + Link: *65 '409': *52 x-github: githubCloudOnly: false @@ -77896,17 +78443,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 responses: '200': description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: &499 + default: &504 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -77935,8 +78482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -77965,9 +78512,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: *499 + default: *504 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -77993,9 +78540,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 requestBody: required: true content: @@ -78024,9 +78571,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *503 examples: - default: *499 + default: *504 '422': *15 '409': *52 x-github: @@ -78044,9 +78591,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *319 - - *320 - - *497 + - *324 + - *325 + - *502 responses: '204': description: Response @@ -78101,8 +78648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -78169,7 +78716,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &506 title: Git Tag description: Metadata for a Git tag type: object @@ -78225,7 +78772,7 @@ paths: - sha - type - url - verification: *500 + verification: *505 required: - sha - url @@ -78235,7 +78782,7 @@ paths: - tag - message examples: - default: &502 + default: &507 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78308,8 +78855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *319 - - *320 + - *324 + - *325 - name: tag_sha in: path required: true @@ -78320,9 +78867,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *506 examples: - default: *502 + default: *507 '404': *6 '409': *52 x-github: @@ -78346,8 +78893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -78421,7 +78968,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &508 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78523,8 +79070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *319 - - *320 + - *324 + - *325 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78547,7 +79094,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *508 examples: default-response: summary: Default response @@ -78606,8 +79153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -78617,7 +79164,7 @@ paths: application/json: schema: type: array - items: &504 + items: &509 title: Webhook description: Webhooks for repositories. type: object @@ -78680,7 +79227,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &736 + last_response: &741 title: Hook Response type: object properties: @@ -78738,7 +79285,7 @@ paths: status: unused message: headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -78757,8 +79304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -78811,9 +79358,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: &505 + default: &510 value: type: Repository id: 12345678 @@ -78861,17 +79408,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '200': description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: *505 + default: *510 '404': *6 x-github: githubCloudOnly: false @@ -78891,9 +79438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 requestBody: required: true content: @@ -78938,9 +79485,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *509 examples: - default: *505 + default: *510 '422': *15 '404': *6 x-github: @@ -78961,9 +79508,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -78987,9 +79534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '200': description: Response @@ -79016,9 +79563,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 requestBody: required: false content: @@ -79062,11 +79609,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *17 - - *199 + - *204 responses: '200': description: Response @@ -79074,9 +79621,9 @@ paths: application/json: schema: type: array - items: *200 + items: *205 examples: - default: *201 + default: *206 '400': *14 '422': *15 x-github: @@ -79095,18 +79642,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *202 + schema: *207 examples: - default: *203 + default: *208 '400': *14 '422': *15 x-github: @@ -79125,9 +79672,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 - *16 responses: '202': *37 @@ -79150,9 +79697,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -79177,9 +79724,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *319 - - *320 - - *198 + - *324 + - *325 + - *203 responses: '204': description: Response @@ -79202,8 +79749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response if immutable releases are enabled @@ -79251,10 +79798,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '409': *52 x-github: githubCloudOnly: false @@ -79272,10 +79819,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '409': *52 x-github: githubCloudOnly: false @@ -79330,14 +79877,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &506 + schema: &511 title: Import description: A repository import from an external source. type: object @@ -79444,7 +79991,7 @@ paths: - html_url - authors_url examples: - default: &509 + default: &514 value: vcs: subversion use_lfs: true @@ -79460,7 +80007,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': &507 + '503': &512 description: Unavailable due to service under maintenance. content: application/json: @@ -79489,8 +80036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -79538,7 +80085,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: default: value: @@ -79563,7 +80110,7 @@ paths: type: string '422': *15 '404': *6 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79591,8 +80138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -79644,7 +80191,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: example-1: summary: Example 1 @@ -79692,7 +80239,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': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79715,12 +80262,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79746,9 +80293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *319 - - *320 - - &670 + - *324 + - *325 + - &675 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79762,7 +80309,7 @@ paths: application/json: schema: type: array - items: &508 + items: &513 title: Porter Author description: Porter Author type: object @@ -79816,7 +80363,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': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79841,8 +80388,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *319 - - *320 + - *324 + - *325 - name: author_id in: path required: true @@ -79872,7 +80419,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *513 examples: default: value: @@ -79885,7 +80432,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79909,8 +80456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -79951,7 +80498,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79979,8 +80526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -80007,11 +80554,11 @@ paths: description: Response content: application/json: - schema: *506 + schema: *511 examples: - default: *509 + default: *514 '422': *15 - '503': *507 + '503': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80034,8 +80581,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -80043,8 +80590,8 @@ paths: application/json: schema: *20 examples: - default: *510 - '301': *323 + default: *515 + '301': *328 '404': *6 x-github: githubCloudOnly: false @@ -80064,8 +80611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -80073,12 +80620,12 @@ paths: application/json: schema: anyOf: - - *216 + - *221 - type: object properties: {} additionalProperties: false examples: - default: &512 + default: &517 value: limit: collaborators_only origin: repository @@ -80103,13 +80650,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: application/json: - schema: *511 + schema: *516 examples: default: summary: Example request body @@ -80121,9 +80668,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: - default: *512 + default: *517 '409': description: Response x-github: @@ -80145,8 +80692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -80169,8 +80716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -80180,9 +80727,9 @@ paths: application/json: schema: type: array - items: *513 + items: *518 examples: - default: &663 + default: &668 value: - id: 1 repository: @@ -80296,7 +80843,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80313,9 +80860,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *319 - - *320 - - *220 + - *324 + - *325 + - *225 requestBody: required: false content: @@ -80344,7 +80891,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *518 examples: default: value: @@ -80475,9 +81022,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *319 - - *320 - - *220 + - *324 + - *325 + - *225 responses: '204': description: Response @@ -80508,8 +81055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *319 - - *320 + - *324 + - *325 - 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 @@ -80557,7 +81104,7 @@ paths: required: false schema: type: string - - *227 + - *232 - name: sort description: What to sort results by. in: query @@ -80569,8 +81116,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -80580,9 +81127,9 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: &522 + default: &527 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80730,8 +81277,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '422': *15 '404': *6 x-github: @@ -80760,8 +81307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -80851,9 +81398,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: &519 + default: &524 value: id: 1 node_id: MDU6SXNzdWUx @@ -81008,9 +81555,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *108 + '503': *113 '404': *6 - '410': *514 + '410': *519 x-github: triggersNotification: true githubCloudOnly: false @@ -81048,9 +81595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *319 - - *320 - - *97 + - *324 + - *325 + - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -81060,7 +81607,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -81070,9 +81617,9 @@ paths: application/json: schema: type: array - items: *76 + items: *82 examples: - default: &521 + default: &526 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81103,7 +81650,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 '422': *15 '404': *6 x-github: @@ -81130,17 +81677,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: &515 + default: &520 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81195,9 +81742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -81219,9 +81766,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: *515 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -81239,9 +81786,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -81269,15 +81816,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *76 + schema: *82 examples: default: value: @@ -81333,7 +81880,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -81350,17 +81897,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response '401': *23 '403': *27 '404': *6 - '410': *514 - '503': *108 + '410': *519 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81377,9 +81924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -81405,11 +81952,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -81428,9 +81975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -81462,16 +82009,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -81493,10 +82040,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *319 - - *320 - - *89 - - *517 + - *324 + - *325 + - *95 + - *522 responses: '204': description: Response @@ -81516,8 +82063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -81527,7 +82074,7 @@ paths: application/json: schema: type: array - items: &518 + items: &523 title: Issue Event description: Issue Event type: object @@ -81574,7 +82121,7 @@ paths: issue: anyOf: - type: 'null' - - *75 + - *81 label: title: Issue Event Label description: Issue Event Label @@ -81607,7 +82154,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *183 + requested_team: *188 dismissed_review: title: Issue Event Dismissed Review type: object @@ -81674,7 +82221,7 @@ paths: required: - from - to - author_association: *72 + author_association: *78 lock_reason: type: - string @@ -81849,7 +82396,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -81867,8 +82414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *319 - - *320 + - *324 + - *325 - name: event_id in: path required: true @@ -81879,7 +82426,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *523 examples: default: value: @@ -82072,7 +82619,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *514 + '410': *519 '403': *27 x-github: githubCloudOnly: false @@ -82106,9 +82653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *319 - - *320 - - &520 + - *324 + - *325 + - &525 name: issue_number description: The number that identifies the issue. in: path @@ -82120,11 +82667,11 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: default: summary: Issue - value: *519 + value: *524 pinned_comment: summary: Issue with pinned comment value: @@ -82323,9 +82870,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 '304': *35 x-github: githubCloudOnly: false @@ -82350,9 +82897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -82491,15 +83038,15 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 '422': *15 - '503': *108 + '503': *113 '403': *27 - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82527,9 +83074,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -82555,9 +83102,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82573,9 +83120,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: content: application/json: @@ -82600,9 +83147,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82624,9 +83171,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: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: assignee in: path required: true @@ -82666,10 +83213,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *319 - - *320 - - *520 - - *80 + - *324 + - *325 + - *525 + - *86 - *17 - *19 responses: @@ -82679,13 +83226,13 @@ paths: application/json: schema: type: array - items: *76 + items: *82 examples: - default: *521 + default: *526 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82714,9 +83261,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -82738,16 +83285,16 @@ paths: description: Response content: application/json: - schema: *76 + schema: *82 examples: - default: *515 + default: *520 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -82775,9 +83322,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82787,14 +83334,14 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82822,9 +83369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -82846,17 +83393,17 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *323 + '301': *328 '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -82887,9 +83434,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -82901,15 +83448,15 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 - '301': *323 + default: *524 + '301': *328 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *514 + '410': *519 x-github: triggersNotification: true githubCloudOnly: false @@ -82935,9 +83482,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82947,14 +83494,14 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82971,9 +83518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -82987,7 +83534,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &525 + - &530 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -83036,7 +83583,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &526 + - &531 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -83164,7 +83711,7 @@ paths: - performed_via_github_app - assignee - assigner - - &527 + - &532 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -83210,7 +83757,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &528 + - &533 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -83256,7 +83803,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &529 + - &534 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -83305,7 +83852,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &530 + - &535 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -83334,7 +83881,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *183 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -83347,7 +83894,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &536 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -83376,7 +83923,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *183 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -83389,7 +83936,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &537 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -83445,7 +83992,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &538 title: Locked Issue Event description: Locked Issue Event type: object @@ -83490,7 +84037,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &539 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -83551,7 +84098,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &540 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -83612,7 +84159,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &541 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83673,7 +84220,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &542 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83765,8 +84312,8 @@ paths: name: label color: red headers: - Link: *59 - '410': *514 + Link: *65 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83783,9 +84330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83795,9 +84342,9 @@ paths: application/json: schema: type: array - items: *523 + items: *528 examples: - default: &634 + default: &639 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -83820,10 +84367,10 @@ paths: data_type: date value: '2025-12-25' headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83840,9 +84387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -83852,9 +84399,9 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: &524 + default: &529 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83871,10 +84418,10 @@ paths: color: a2eeef default: false headers: - Link: *59 - '301': *323 + Link: *65 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83890,9 +84437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -83935,12 +84482,12 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 - '301': *323 + default: *529 + '301': *328 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -83957,9 +84504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -84019,12 +84566,12 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 - '301': *323 + default: *529 + '301': *328 '404': *6 - '410': *514 + '410': *519 '422': *15 x-github: githubCloudOnly: false @@ -84041,15 +84588,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '204': description: Response - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84068,9 +84615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - name: name in: path required: true @@ -84083,7 +84630,7 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: default: value: @@ -84094,9 +84641,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *323 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84116,9 +84663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: false content: @@ -84147,7 +84694,7 @@ paths: '204': description: Response '403': *27 - '410': *514 + '410': *519 '404': *6 '422': *15 x-github: @@ -84165,9 +84712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '204': description: Response @@ -84197,20 +84744,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 responses: '200': description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 - '301': *323 + default: *524 + '301': *328 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84227,9 +84774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - 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. @@ -84255,13 +84802,13 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84279,9 +84826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -84313,16 +84860,16 @@ paths: description: Response content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Response content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -84344,10 +84891,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *319 - - *320 - - *520 - - *517 + - *324 + - *325 + - *525 + - *522 responses: '204': description: Response @@ -84376,9 +84923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -84400,9 +84947,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -84435,9 +84982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -84447,13 +84994,13 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *522 + default: *527 headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84481,9 +85028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -84510,16 +85057,16 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *514 + '410': *519 '422': *15 '404': *6 x-github: @@ -84539,9 +85086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 requestBody: required: true content: @@ -84572,13 +85119,13 @@ paths: description: Response content: application/json: - schema: *75 + schema: *81 examples: - default: *519 + default: *524 '403': *27 '404': *6 '422': *7 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -84596,9 +85143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *319 - - *320 - - *520 + - *324 + - *325 + - *525 - *17 - *19 responses: @@ -84613,11 +85160,6 @@ paths: description: Timeline Event type: object anyOf: - - *525 - - *526 - - *527 - - *528 - - *529 - *530 - *531 - *532 @@ -84626,6 +85168,11 @@ paths: - *535 - *536 - *537 + - *538 + - *539 + - *540 + - *541 + - *542 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84673,16 +85220,16 @@ paths: issue_url: type: string format: uri - author_association: *72 + author_association: *78 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *73 + reactions: *79 pin: anyOf: - type: 'null' - - *538 + - *543 required: - event - actor @@ -84713,7 +85260,7 @@ paths: properties: type: type: string - issue: *75 + issue: *81 required: - event - created_at @@ -84935,7 +85482,7 @@ paths: type: string body_text: type: string - author_association: *72 + author_association: *78 required: - event - id @@ -84958,7 +85505,7 @@ paths: type: string comments: type: array - items: &557 + items: &562 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -85066,7 +85613,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *72 + author_association: *78 _links: type: object properties: @@ -85161,7 +85708,7 @@ paths: enum: - line - file - reactions: *73 + reactions: *79 body_html: type: string examples: @@ -85199,7 +85746,7 @@ paths: type: string comments: type: array - items: *447 + items: *452 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -85472,9 +86019,9 @@ paths: type: User site_admin: true headers: - Link: *59 + Link: *65 '404': *6 - '410': *514 + '410': *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85491,8 +86038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -85502,7 +86049,7 @@ paths: application/json: schema: type: array - items: &539 + items: &544 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -85554,7 +86101,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85570,8 +86117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85607,9 +86154,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: &540 + default: &545 value: id: 1 key: ssh-rsa AAA... @@ -85643,9 +86190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *319 - - *320 - - &541 + - *324 + - *325 + - &546 name: key_id description: The unique identifier of the key. in: path @@ -85657,9 +86204,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *544 examples: - default: *540 + default: *545 '404': *6 x-github: githubCloudOnly: false @@ -85677,9 +86224,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *319 - - *320 - - *541 + - *324 + - *325 + - *546 responses: '204': description: Response @@ -85699,8 +86246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -85710,11 +86257,11 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 + default: *529 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -85733,8 +86280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -85770,9 +86317,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: - default: &542 + default: &547 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85804,8 +86351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -85816,9 +86363,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: - default: *542 + default: *547 '404': *6 x-github: githubCloudOnly: false @@ -85835,8 +86382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -85875,7 +86422,7 @@ paths: description: Response content: application/json: - schema: *74 + schema: *80 examples: default: value: @@ -85901,8 +86448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *319 - - *320 + - *324 + - *325 - name: name in: path required: true @@ -85928,8 +86475,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -85968,9 +86515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *319 - - *320 - - *422 + - *324 + - *325 + - *427 responses: '200': description: Response @@ -86036,7 +86583,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 required: - _links - git_url @@ -86117,8 +86664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86183,8 +86730,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86218,9 +86765,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *450 + schema: *455 examples: - default: *543 + default: *548 '204': description: Response when already merged '404': @@ -86245,8 +86792,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *319 - - *320 + - *324 + - *325 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -86287,7 +86834,7 @@ paths: application/json: schema: type: array - items: *260 + items: *265 examples: default: value: @@ -86326,7 +86873,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -86343,8 +86890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86384,9 +86931,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: &544 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -86445,9 +86992,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *319 - - *320 - - &545 + - *324 + - *325 + - &550 name: milestone_number description: The number that identifies the milestone. in: path @@ -86459,9 +87006,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: *544 + default: *549 '404': *6 x-github: githubCloudOnly: false @@ -86478,9 +87025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 requestBody: required: false content: @@ -86518,9 +87065,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *265 examples: - default: *544 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86536,9 +87083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 responses: '204': description: Response @@ -86559,9 +87106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *319 - - *320 - - *545 + - *324 + - *325 + - *550 - *17 - *19 responses: @@ -86571,11 +87118,11 @@ paths: application/json: schema: type: array - items: *74 + items: *80 examples: - default: *524 + default: *529 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86592,12 +87139,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *319 - - *320 - - *546 - - *547 - - *80 - - *548 + - *324 + - *325 + - *551 + - *552 + - *86 + - *553 - *17 - *19 responses: @@ -86607,11 +87154,11 @@ paths: application/json: schema: type: array - items: *100 + items: *106 examples: - default: *549 + default: *554 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86633,8 +87180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -86692,14 +87239,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: &550 + schema: &555 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86843,7 +87390,7 @@ paths: - custom_404 - public examples: - default: &551 + default: &556 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86884,8 +87431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -86940,9 +87487,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *555 examples: - default: *551 + default: *556 '422': *15 '409': *52 x-github: @@ -86965,8 +87512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -87066,8 +87613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -87093,8 +87640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -87104,7 +87651,7 @@ paths: application/json: schema: type: array - items: &552 + items: &557 title: Page Build description: Page Build type: object @@ -87177,7 +87724,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87196,8 +87743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *319 - - *320 + - *324 + - *325 responses: '201': description: Response @@ -87244,16 +87791,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *552 + schema: *557 examples: - default: &553 + default: &558 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -87301,8 +87848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *319 - - *320 + - *324 + - *325 - name: build_id in: path required: true @@ -87313,9 +87860,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *557 examples: - default: *553 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87335,8 +87882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -87444,9 +87991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *319 - - *320 - - &554 + - *324 + - *325 + - &559 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -87504,11 +88051,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *319 - - *320 - - *554 + - *324 + - *325 + - *559 responses: - '204': *179 + '204': *184 '404': *6 x-github: githubCloudOnly: false @@ -87533,8 +88080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -87802,7 +88349,7 @@ paths: description: Empty response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -87829,8 +88376,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: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Private vulnerability reporting status @@ -87867,10 +88414,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '422': *14 x-github: githubCloudOnly: false @@ -87889,10 +88436,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: - '204': *179 + '204': *184 '422': *14 x-github: githubCloudOnly: false @@ -87912,8 +88459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -87921,7 +88468,7 @@ paths: application/json: schema: type: array - items: *274 + items: *279 examples: default: value: @@ -87952,8 +88499,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: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -87965,7 +88512,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *274 + items: *279 required: - properties examples: @@ -88015,8 +88562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *319 - - *320 + - *324 + - *325 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -88076,11 +88623,11 @@ paths: application/json: schema: type: array - items: *454 + items: *459 examples: - default: *555 + default: *560 headers: - Link: *59 + Link: *65 '304': *35 '422': *15 x-github: @@ -88110,8 +88657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -88178,7 +88725,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &564 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -88307,7 +88854,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 active_lock_reason: type: - string @@ -88356,7 +88903,7 @@ paths: items: *4 requested_teams: type: array - items: *239 + items: *244 head: type: object properties: @@ -88364,7 +88911,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: *4 @@ -88381,7 +88928,7 @@ paths: type: string ref: type: string - repo: *71 + repo: *77 sha: type: string user: *4 @@ -88394,14 +88941,14 @@ paths: _links: type: object properties: - comments: *261 - commits: *261 - statuses: *261 - html: *261 - issue: *261 - review_comments: *261 - review_comment: *261 - self: *261 + comments: *266 + commits: *266 + statuses: *266 + html: *266 + issue: *266 + review_comments: *266 + review_comment: *266 + self: *266 required: - comments - commits @@ -88411,8 +88958,8 @@ paths: - review_comments - review_comment - self - author_association: *72 - auto_merge: *556 + author_association: *78 + auto_merge: *561 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -88608,7 +89155,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &560 + default: &565 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89135,8 +89682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *319 - - *320 + - *324 + - *325 - name: sort in: query required: false @@ -89155,7 +89702,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -89165,9 +89712,9 @@ paths: application/json: schema: type: array - items: *557 + items: *562 examples: - default: &562 + default: &567 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89219,7 +89766,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89244,17 +89791,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '200': description: Response content: application/json: - schema: *557 + schema: *562 examples: - default: &558 + default: &563 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89329,9 +89876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -89353,9 +89900,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: - default: *558 + default: *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89371,9 +89918,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 responses: '204': description: Response @@ -89394,9 +89941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 - 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. @@ -89422,11 +89969,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -89445,9 +89992,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *319 - - *320 - - *89 + - *324 + - *325 + - *95 requestBody: required: true content: @@ -89479,16 +90026,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -89510,10 +90057,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *319 - - *320 - - *89 - - *517 + - *324 + - *325 + - *95 + - *522 responses: '204': description: Response @@ -89556,9 +90103,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *319 - - *320 - - &561 + - *324 + - *325 + - &566 name: pull_number description: The number that identifies the pull request. in: path @@ -89571,9 +90118,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *559 + schema: *564 examples: - default: *560 + default: *565 '304': *35 '404': *6 '406': @@ -89581,8 +90128,8 @@ paths: content: application/json: schema: *3 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89608,9 +90155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -89652,9 +90199,9 @@ paths: description: Response content: application/json: - schema: *559 + schema: *564 examples: - default: *560 + default: *565 '422': *15 '403': *27 x-github: @@ -89676,9 +90223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -89739,21 +90286,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89779,10 +90326,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *319 - - *320 - - *561 - - *97 + - *324 + - *325 + - *566 + - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -89792,7 +90339,7 @@ paths: enum: - asc - desc - - *80 + - *86 - *17 - *19 responses: @@ -89802,11 +90349,11 @@ paths: application/json: schema: type: array - items: *557 + items: *562 examples: - default: *562 + default: *567 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89837,9 +90384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -89945,7 +90492,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: example-for-a-multi-line-comment: value: @@ -90033,10 +90580,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *319 - - *320 - - *561 - - *89 + - *324 + - *325 + - *566 + - *95 requestBody: required: true content: @@ -90058,7 +90605,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *562 examples: default: value: @@ -90144,9 +90691,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -90156,11 +90703,11 @@ paths: application/json: schema: type: array - items: *450 + items: *455 examples: - default: *563 + default: *568 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90188,9 +90735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -90200,7 +90747,7 @@ paths: application/json: schema: type: array - items: *461 + items: *466 examples: default: value: @@ -90216,10 +90763,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *59 + Link: *65 '422': *15 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90238,9 +90785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 responses: '204': description: Response if pull request has been merged @@ -90263,9 +90810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -90377,9 +90924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 responses: '200': description: Response @@ -90395,7 +90942,7 @@ paths: items: *4 teams: type: array - items: *183 + items: *188 required: - users - teams @@ -90436,7 +90983,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90454,9 +91001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -90493,7 +91040,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: default: value: @@ -91029,9 +91576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: true content: @@ -91065,7 +91612,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *459 examples: default: value: @@ -91570,9 +92117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 - *17 - *19 responses: @@ -91582,7 +92129,7 @@ paths: application/json: schema: type: array - items: &564 + items: &569 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91656,7 +92203,7 @@ paths: type: string body_text: type: string - author_association: *72 + author_association: *78 required: - id - node_id @@ -91705,7 +92252,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91738,9 +92285,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -91830,9 +92377,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: &566 + default: &571 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91895,10 +92442,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - &565 + - *324 + - *325 + - *566 + - &570 name: review_id description: The unique identifier of the review. in: path @@ -91910,9 +92457,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: &567 + default: &572 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91971,10 +92518,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -91997,7 +92544,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: default: value: @@ -92059,18 +92606,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 responses: '200': description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: *566 + default: *571 '422': *7 '404': *6 x-github: @@ -92097,10 +92644,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 - *17 - *19 responses: @@ -92194,13 +92741,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *72 + author_association: *78 _links: type: object properties: - self: *261 - html: *261 - pull_request: *261 + self: *266 + html: *266 + pull_request: *266 required: - self - html @@ -92209,7 +92756,7 @@ paths: type: string body_html: type: string - reactions: *73 + reactions: *79 side: description: The side of the first line of the range for a multi-line comment. @@ -92329,7 +92876,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -92358,10 +92905,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -92390,7 +92937,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: default: value: @@ -92453,10 +93000,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *319 - - *320 - - *561 - - *565 + - *324 + - *325 + - *566 + - *570 requestBody: required: true content: @@ -92491,9 +93038,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *569 examples: - default: *567 + default: *572 '404': *6 '422': *7 '403': *27 @@ -92515,9 +93062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *319 - - *320 - - *561 + - *324 + - *325 + - *566 requestBody: required: false content: @@ -92581,8 +93128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *319 - - *320 + - *324 + - *325 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -92595,9 +93142,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: &569 + default: &574 value: type: file encoding: base64 @@ -92639,8 +93186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *319 - - *320 + - *324 + - *325 - name: dir description: The alternate path to look for a README file in: path @@ -92660,9 +93207,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *573 examples: - default: *569 + default: *574 '404': *6 '422': *15 x-github: @@ -92684,8 +93231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -92695,7 +93242,7 @@ paths: application/json: schema: type: array - items: *570 + items: *575 examples: default: value: @@ -92769,7 +93316,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -92789,8 +93336,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -92866,9 +93413,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: &574 + default: &579 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92973,9 +93520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *319 - - *320 - - &572 + - *324 + - *325 + - &577 name: asset_id description: The unique identifier of the asset. in: path @@ -92987,9 +93534,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *576 examples: - default: &573 + default: &578 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 @@ -93024,7 +93571,7 @@ paths: type: User site_admin: false '404': *6 - '302': *463 + '302': *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93040,9 +93587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *319 - - *320 - - *572 + - *324 + - *325 + - *577 requestBody: required: false content: @@ -93071,9 +93618,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *576 examples: - default: *573 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93089,12 +93636,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *319 - - *320 - - *572 + - *324 + - *325 + - *577 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93115,8 +93663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -93202,16 +93750,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93228,8 +93777,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *319 - - *320 + - *324 + - *325 - name: tag description: tag parameter in: path @@ -93242,9 +93791,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 '404': *6 x-github: githubCloudOnly: false @@ -93266,9 +93815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *319 - - *320 - - &575 + - *324 + - *325 + - &580 name: release_id description: The unique identifier of the release. in: path @@ -93282,9 +93831,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: *570 + schema: *575 examples: - default: *574 + default: *579 '401': description: Unauthorized x-github: @@ -93302,9 +93851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 requestBody: required: false content: @@ -93368,9 +93917,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *575 examples: - default: *574 + default: *579 '404': description: Not Found if the discussion category name is invalid content: @@ -93391,12 +93940,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93413,9 +93963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - *17 - *19 responses: @@ -93425,7 +93975,7 @@ paths: application/json: schema: type: array - items: *571 + items: *576 examples: default: value: @@ -93462,7 +94012,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93506,9 +94056,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: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - name: name in: query required: true @@ -93534,7 +94084,7 @@ paths: description: Response for successful upload content: application/json: - schema: *571 + schema: *576 examples: response-for-successful-upload: value: @@ -93589,9 +94139,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 - 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. @@ -93615,11 +94165,11 @@ paths: application/json: schema: type: array - items: *448 + items: *453 examples: - default: *516 + default: *521 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -93638,9 +94188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *319 - - *320 - - *575 + - *324 + - *325 + - *580 requestBody: required: true content: @@ -93670,16 +94220,16 @@ paths: description: Reaction exists content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '201': description: Reaction created content: application/json: - schema: *448 + schema: *453 examples: - default: *449 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -93701,10 +94251,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *319 - - *320 - - *575 - - *517 + - *324 + - *325 + - *580 + - *522 responses: '204': description: Response @@ -93728,9 +94278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *319 - - *320 - - *386 + - *324 + - *325 + - *391 - *17 - *19 responses: @@ -93746,8 +94296,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *281 - - &576 + - *286 + - &581 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93766,69 +94316,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *282 - - *576 - - allOf: - - *283 - - *576 - - allOf: - - *284 - - *576 - - allOf: - - *577 - - *576 - - allOf: - - *285 - - *576 - - allOf: - - *286 - - *576 - allOf: - *287 - - *576 + - *581 - allOf: - *288 - - *576 + - *581 - allOf: - *289 - - *576 + - *581 + - allOf: + - *582 + - *581 - allOf: - *290 - - *576 + - *581 - allOf: - *291 - - *576 + - *581 - allOf: - *292 - - *576 + - *581 - allOf: - *293 - - *576 + - *581 - allOf: - *294 - - *576 + - *581 - allOf: - *295 - - *576 + - *581 - allOf: - *296 - - *576 + - *581 - allOf: - *297 - - *576 + - *581 - allOf: - *298 - - *576 + - *581 - allOf: - *299 - - *576 + - *581 - allOf: - *300 - - *576 + - *581 - allOf: - *301 - - *576 + - *581 + - allOf: + - *302 + - *581 + - allOf: + - *303 + - *581 + - allOf: + - *304 + - *581 + - allOf: + - *305 + - *581 + - allOf: + - *306 + - *581 examples: default: value: @@ -93867,8 +94417,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - name: includes_parents @@ -93879,7 +94429,7 @@ paths: schema: type: boolean default: true - - *578 + - *583 responses: '200': description: Response @@ -93887,7 +94437,7 @@ paths: application/json: schema: type: array - items: *302 + items: *307 examples: default: value: @@ -93918,7 +94468,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *107 + '500': *53 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -93934,8 +94484,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 requestBody: description: Request body required: true @@ -93955,16 +94505,16 @@ paths: - tag - push default: branch - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *276 + items: *284 + conditions: *281 rules: type: array description: An array of rules within the ruleset. - items: *579 + items: *584 required: - name - enforcement @@ -93995,9 +94545,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: &589 + default: &594 value: id: 42 name: super cool ruleset @@ -94031,7 +94581,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *107 + '500': *53 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -94045,12 +94595,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *319 - - *320 - - *580 - - *581 - - *582 - - *583 + - *324 + - *325 + - *585 + - *586 + - *587 + - *588 - *17 - *19 responses: @@ -94058,11 +94608,11 @@ paths: description: Response content: application/json: - schema: *584 + schema: *589 examples: - default: *585 + default: *590 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94081,19 +94631,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *319 - - *320 - - *586 + - *324 + - *325 + - *591 responses: '200': description: Response content: application/json: - schema: *587 + schema: *592 examples: - default: *588 + default: *593 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94119,8 +94669,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94140,11 +94690,11 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *589 + default: *594 '404': *6 - '500': *107 + '500': *53 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -94160,8 +94710,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94186,16 +94736,16 @@ paths: - branch - tag - push - enforcement: *278 + enforcement: *283 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *279 - conditions: *276 + items: *284 + conditions: *281 rules: description: An array of rules within the ruleset. type: array - items: *579 + items: *584 examples: default: value: @@ -94223,12 +94773,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *307 examples: - default: *589 + default: *594 '404': *6 '422': *15 - '500': *107 + '500': *53 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -94244,8 +94794,8 @@ paths: category: repos subcategory: rules parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94256,7 +94806,7 @@ paths: '204': description: Response '404': *6 - '500': *107 + '500': *53 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -94268,8 +94818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 - name: ruleset_id @@ -94285,11 +94835,11 @@ paths: application/json: schema: type: array - items: *305 + items: *310 examples: - default: *590 + default: *595 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94306,8 +94856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *319 - - *320 + - *324 + - *325 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94325,7 +94875,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *596 examples: default: value: @@ -94358,7 +94908,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94380,22 +94930,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *319 - - *320 - - *592 - - *593 - - *594 - - *595 - - *596 - - *53 - - *19 - - *17 + - *324 + - *325 - *597 - *598 - *599 - *600 - *601 + - *59 + - *19 + - *17 - *602 + - *603 + - *604 + - *605 + - *606 + - *607 responses: '200': description: Response @@ -94403,24 +94953,24 @@ paths: application/json: schema: type: array - items: &606 + items: &611 type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *603 - resolution: *604 + state: *608 + resolution: *609 resolved_at: type: - string @@ -94514,7 +95064,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *605 + - *610 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -94637,7 +95187,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94659,16 +95209,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 - - *602 + - *324 + - *325 + - *421 + - *607 responses: '200': description: Response content: application/json: - schema: *606 + schema: *611 examples: default: value: @@ -94699,7 +95249,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94722,9 +95272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 requestBody: required: true content: @@ -94732,8 +95282,8 @@ paths: schema: type: object properties: - state: *603 - resolution: *604 + state: *608 + resolution: *609 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94769,7 +95319,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *611 examples: default: value: @@ -94842,7 +95392,7 @@ paths: '422': description: State does not match the resolution or resolution comment, or assignee does not have write access to the repository - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -94864,9 +95414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *319 - - *320 - - *416 + - *324 + - *325 + - *421 - *19 - *17 responses: @@ -94877,7 +95427,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &756 + items: &761 type: object properties: type: @@ -94904,11 +95454,6 @@ paths: - commit details: oneOf: - - *607 - - *608 - - *609 - - *610 - - *611 - *612 - *613 - *614 @@ -94917,6 +95462,11 @@ paths: - *617 - *618 - *619 + - *620 + - *621 + - *622 + - *623 + - *624 examples: default: value: @@ -94976,11 +95526,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *59 + Link: *65 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95002,8 +95552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -95011,14 +95561,14 @@ paths: schema: type: object properties: - reason: &621 + reason: &626 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *620 + placeholder_id: *625 required: - reason - placeholder_id @@ -95035,7 +95585,7 @@ paths: schema: type: object properties: - reason: *621 + reason: *626 expire_at: type: - string @@ -95059,7 +95609,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *108 + '503': *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -95082,13 +95632,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: - - *319 - - *320 + - *324 + - *325 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *108 + '503': *113 '200': description: Response content: @@ -95098,7 +95648,7 @@ paths: properties: incremental_scans: type: array - items: &622 + items: &627 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95126,15 +95676,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *622 + items: *627 backfill_scans: type: array - items: *622 + items: *627 custom_pattern_backfill_scans: type: array items: allOf: - - *622 + - *627 - type: object properties: pattern_name: @@ -95204,9 +95754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *319 - - *320 - - *53 + - *324 + - *325 + - *59 - name: sort description: The property to sort the results by. in: query @@ -95249,9 +95799,9 @@ paths: application/json: schema: type: array - items: *623 + items: *628 examples: - default: *624 + default: *629 '400': *14 '404': *6 x-github: @@ -95274,8 +95824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -95355,7 +95905,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 required: - login - type @@ -95445,9 +95995,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: &626 + default: &631 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95680,8 +96230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -95794,7 +96344,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: default: value: @@ -95941,17 +96491,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '200': description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: *626 + default: *631 '403': *27 '404': *6 x-github: @@ -95975,9 +96525,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 requestBody: required: true content: @@ -96057,7 +96607,7 @@ paths: login: type: string description: The username of the user credited. - type: *308 + type: *313 required: - login - type @@ -96148,17 +96698,17 @@ paths: description: Response content: application/json: - schema: *623 + schema: *628 examples: - default: *626 - add_credit: *626 + default: *631 + add_credit: *631 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *116 + schema: *121 examples: invalid_state_transition: value: @@ -96189,9 +96739,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: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '202': *37 '400': *14 @@ -96218,17 +96768,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *319 - - *320 - - *625 + - *324 + - *325 + - *630 responses: '202': description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 '400': *14 '422': *15 '403': *27 @@ -96254,8 +96804,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -96329,7 +96879,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -96351,8 +96901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96361,7 +96911,7 @@ paths: application/json: schema: type: array - items: &627 + items: &632 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96374,7 +96924,7 @@ paths: - 1124 - -435 '202': *37 - '204': *179 + '204': *184 '422': description: Repository contains more than 10,000 commits x-github: @@ -96394,8 +96944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -96446,7 +96996,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96473,8 +97023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -96546,7 +97096,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96568,8 +97118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96723,8 +97273,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96734,7 +97284,7 @@ paths: application/json: schema: type: array - items: *627 + items: *632 examples: default: value: @@ -96747,7 +97297,7 @@ paths: - - 0 - 2 - 21 - '204': *179 + '204': *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96767,8 +97317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *319 - - *320 + - *324 + - *325 - name: sha in: path required: true @@ -96824,7 +97374,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *633 examples: default: value: @@ -96878,8 +97428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -96891,9 +97441,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96911,14 +97461,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &629 + schema: &634 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96991,8 +97541,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: false content: @@ -97018,7 +97568,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *634 examples: default: value: @@ -97045,8 +97595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -97066,8 +97616,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -97126,7 +97676,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97149,8 +97699,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *319 - - *320 + - *324 + - *325 - name: ref in: path required: true @@ -97186,8 +97736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *319 - - *320 + - *324 + - *325 - *17 - *19 responses: @@ -97197,11 +97747,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - default: *240 + default: *245 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -97219,8 +97769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *319 - - *320 + - *324 + - *325 - *19 - *17 responses: @@ -97228,7 +97778,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &635 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97240,7 +97790,7 @@ paths: required: - names examples: - default: &631 + default: &636 value: names: - octocat @@ -97263,8 +97813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -97295,9 +97845,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *635 examples: - default: *631 + default: *636 '404': *6 '422': *7 x-github: @@ -97318,9 +97868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *319 - - *320 - - &632 + - *324 + - *325 + - &637 name: per description: The time frame to display results for. in: query @@ -97351,7 +97901,7 @@ paths: - 128 clones: type: array - items: &633 + items: &638 title: Traffic type: object properties: @@ -97438,8 +97988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -97533,8 +98083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *319 - - *320 + - *324 + - *325 responses: '200': description: Response @@ -97597,9 +98147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *319 - - *320 - - *632 + - *324 + - *325 + - *637 responses: '200': description: Response @@ -97620,7 +98170,7 @@ paths: - 3782 views: type: array - items: *633 + items: *638 required: - uniques - count @@ -97697,8 +98247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *319 - - *320 + - *324 + - *325 requestBody: required: true content: @@ -97734,7 +98284,7 @@ paths: description: Response content: application/json: - schema: *148 + schema: *153 examples: default: value: @@ -97972,8 +98522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97996,8 +98546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -98019,8 +98569,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -98046,8 +98596,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *319 - - *320 + - *324 + - *325 - name: ref in: path required: true @@ -98139,9 +98689,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98182,7 +98732,7 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: default: value: @@ -98288,8 +98838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *137 - - *520 + - *142 + - *525 requestBody: required: true content: @@ -98355,14 +98905,14 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *523 + items: *528 examples: - default: *634 + default: *639 '400': *14 '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -98393,8 +98943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *137 - - *520 + - *142 + - *525 requestBody: required: true content: @@ -98461,14 +99011,14 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *523 + items: *528 examples: - default: *634 + default: *639 '400': *14 '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -98494,16 +99044,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: - - *137 - - *520 - - *223 + - *142 + - *525 + - *228 responses: '204': description: Issue field value deleted successfully '403': *27 '404': *6 '422': *15 - '503': *108 + '503': *113 x-github: triggersNotification: true githubCloudOnly: false @@ -98617,7 +99167,7 @@ paths: html_url: type: string format: uri - repository: *148 + repository: *153 score: type: number file_size: @@ -98636,7 +99186,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &635 + text_matches: &640 title: Search Result Text Matches type: array items: @@ -98751,7 +99301,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *108 + '503': *113 '422': *15 '403': *27 x-github: @@ -98799,7 +99349,7 @@ paths: enum: - author-date - committer-date - - &636 + - &641 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 @@ -98868,7 +99418,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 comment_count: type: integer message: @@ -98887,7 +99437,7 @@ paths: url: type: string format: uri - verification: *500 + verification: *505 required: - author - committer @@ -98902,7 +99452,7 @@ paths: committer: anyOf: - type: 'null' - - *384 + - *389 parents: type: array items: @@ -98914,12 +99464,12 @@ paths: type: string sha: type: string - repository: *148 + repository: *153 score: type: number node_id: type: string - text_matches: *635 + text_matches: *640 required: - sha - node_id @@ -99111,7 +99661,7 @@ paths: - interactions - created - updated - - *636 + - *641 - *17 - *19 - name: advanced_search @@ -99208,11 +99758,11 @@ paths: type: - string - 'null' - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: type: string state_reason: @@ -99226,7 +99776,7 @@ paths: milestone: anyOf: - type: 'null' - - *260 + - *265 comments: type: integer created_at: @@ -99240,7 +99790,7 @@ paths: - string - 'null' format: date-time - text_matches: *635 + text_matches: *640 pull_request: type: object properties: @@ -99278,10 +99828,10 @@ paths: type: string score: type: number - author_association: *72 + author_association: *78 draft: type: boolean - repository: *71 + repository: *77 body_html: type: string body_text: @@ -99289,7 +99839,7 @@ paths: timeline_url: type: string format: uri - type: *224 + type: *229 performed_via_github_app: anyOf: - type: 'null' @@ -99297,8 +99847,8 @@ paths: pinned_comment: anyOf: - type: 'null' - - *76 - reactions: *73 + - *82 + reactions: *79 required: - assignee - closed_at @@ -99442,7 +99992,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *108 + '503': *113 '422': *15 '304': *35 '403': *27 @@ -99495,7 +100045,7 @@ paths: enum: - created - updated - - *636 + - *641 - *17 - *19 responses: @@ -99540,7 +100090,7 @@ paths: - 'null' score: type: number - text_matches: *635 + text_matches: *640 required: - id - node_id @@ -99625,7 +100175,7 @@ paths: - forks - help-wanted-issues - updated - - *636 + - *641 - *17 - *19 responses: @@ -99841,8 +100391,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -99855,7 +100403,7 @@ paths: license: anyOf: - type: 'null' - - *77 + - *83 permissions: type: object properties: @@ -99873,7 +100421,7 @@ paths: - admin - pull - push - text_matches: *635 + text_matches: *640 temp_clone_token: type: string allow_merge_commit: @@ -100076,7 +100624,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *108 + '503': *113 '422': *15 '304': *35 x-github: @@ -100181,7 +100729,7 @@ paths: - string - 'null' format: uri - text_matches: *635 + text_matches: *640 related: type: - array @@ -100374,7 +100922,7 @@ paths: - followers - repositories - joined - - *636 + - *641 - *17 - *19 responses: @@ -100484,7 +101032,7 @@ paths: type: - boolean - 'null' - text_matches: *635 + text_matches: *640 blog: type: - string @@ -100546,7 +101094,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *108 + '503': *113 '422': *15 x-github: githubCloudOnly: false @@ -100566,7 +101114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &639 + - &644 name: team_id description: The unique identifier of the team. in: path @@ -100578,9 +101126,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -100607,7 +101155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *639 + - *644 requestBody: required: true content: @@ -100671,16 +101219,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '201': description: Response content: application/json: - schema: *315 + schema: *320 examples: - default: *316 + default: *321 '404': *6 '422': *15 '403': *27 @@ -100708,7 +101256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *639 + - *644 responses: '204': description: Response @@ -100737,7 +101285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -100747,11 +101295,11 @@ paths: application/json: schema: type: array - items: *218 + items: *223 examples: - default: *219 + default: *224 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100775,7 +101323,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *639 + - *644 - name: role description: Filters members returned by their role in the team. in: query @@ -100798,9 +101346,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -100826,8 +101374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: if user is a member @@ -100863,8 +101411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -100903,8 +101451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -100940,16 +101488,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '200': description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-user-is-a-team-maintainer: *640 + response-if-user-is-a-team-maintainer: *645 '404': *6 x-github: githubCloudOnly: false @@ -100982,8 +101530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 requestBody: required: false content: @@ -101008,9 +101556,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *323 examples: - response-if-users-membership-with-team-is-now-pending: *641 + response-if-users-membership-with-team-is-now-pending: *646 '403': description: Forbidden if team synchronization is set up '422': @@ -101044,8 +101592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *639 - - *63 + - *644 + - *69 responses: '204': description: Response @@ -101072,7 +101620,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -101082,11 +101630,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -101114,15 +101662,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *642 + schema: *647 examples: alternative-response-with-extra-repository-information: value: @@ -101273,9 +101821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 requestBody: required: false content: @@ -101325,9 +101873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *639 - - *319 - - *320 + - *644 + - *324 + - *325 responses: '204': description: Response @@ -101352,7 +101900,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *639 + - *644 - *17 - *19 responses: @@ -101362,11 +101910,11 @@ paths: application/json: schema: type: array - items: *183 + items: *188 examples: - response-if-child-teams-exist: *643 + response-if-child-teams-exist: *648 headers: - Link: *59 + Link: *65 '404': *6 '403': *27 '422': *15 @@ -101397,7 +101945,7 @@ paths: application/json: schema: oneOf: - - &645 + - &650 title: Private User description: Private User type: object @@ -101647,7 +102195,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *644 + - *649 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101807,7 +102355,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *650 examples: default: value: @@ -101886,7 +102434,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 '304': *35 '404': *6 '403': *27 @@ -101909,7 +102457,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: - - *63 + - *69 responses: '204': description: If the user is blocked @@ -101937,7 +102485,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -101961,7 +102509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -102010,11 +102558,11 @@ paths: type: integer codespaces: type: array - items: *229 + items: *234 examples: - default: *230 + default: *235 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102151,21 +102699,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 - '503': *108 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102205,7 +102753,7 @@ paths: type: integer secrets: type: array - items: &646 + items: &651 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102247,9 +102795,9 @@ paths: - visibility - selected_repositories_url examples: - default: *441 + default: *446 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102319,13 +102867,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 responses: '200': description: Response content: application/json: - schema: *646 + schema: *651 examples: default: value: @@ -102355,7 +102903,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 requestBody: required: true content: @@ -102400,7 +102948,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -102428,7 +102976,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *156 + - *161 responses: '204': description: Response @@ -102453,7 +103001,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *156 + - *161 responses: '200': description: Response @@ -102469,13 +103017,13 @@ paths: type: integer repositories: type: array - items: *148 + items: *153 examples: - default: *184 + default: *189 '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102496,7 +103044,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *156 + - *161 requestBody: required: true content: @@ -102528,7 +103076,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102550,7 +103098,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *156 + - *161 - name: repository_id in: path required: true @@ -102562,7 +103110,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102583,7 +103131,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *156 + - *161 - name: repository_id in: path required: true @@ -102595,7 +103143,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *107 + '500': *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102615,17 +103163,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102649,7 +103197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 requestBody: required: false content: @@ -102679,9 +103227,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '401': *23 '403': *27 '404': *6 @@ -102703,11 +103251,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '202': *37 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102732,13 +103280,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '202': description: Response content: application/json: - schema: &647 + schema: &652 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102791,7 +103339,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &648 + default: &653 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102799,7 +103347,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102823,7 +103371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *231 + - *236 - name: export_id in: path required: true @@ -102836,9 +103384,9 @@ paths: description: Response content: application/json: - schema: *647 + schema: *652 examples: - default: *648 + default: *653 '404': *6 x-github: githubCloudOnly: false @@ -102859,7 +103407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *231 + - *236 responses: '200': description: Response @@ -102875,11 +103423,11 @@ paths: type: integer machines: type: array - items: *440 + items: *445 examples: - default: *649 + default: *654 '304': *35 - '500': *107 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -102906,7 +103454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *231 + - *236 requestBody: required: true content: @@ -102962,11 +103510,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *322 + repository: *327 machine: anyOf: - type: 'null' - - *440 + - *445 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -103763,17 +104311,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 + default: *444 '304': *35 - '500': *107 + '500': *53 '400': *14 '401': *23 '402': @@ -103803,16 +104351,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *231 + - *236 responses: '200': description: Response content: application/json: - schema: *229 + schema: *234 examples: - default: *439 - '500': *107 + default: *444 + '500': *53 '401': *23 '403': *27 '404': *6 @@ -103841,9 +104389,9 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: &660 + default: &665 value: - id: 197 name: hello_docker @@ -103944,7 +104492,7 @@ paths: application/json: schema: type: array - items: &650 + items: &655 title: Email description: Email type: object @@ -104014,16 +104562,16 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: - default: &662 + default: &667 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -104093,7 +104641,7 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: default: value: @@ -104205,9 +104753,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -104238,9 +104786,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -104260,7 +104808,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: - - *63 + - *69 responses: '204': description: if the person is followed by the authenticated user @@ -104290,7 +104838,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -104315,7 +104863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *63 + - *69 responses: '204': description: Response @@ -104351,7 +104899,7 @@ paths: application/json: schema: type: array - items: &651 + items: &656 title: GPG Key description: A unique encryption key type: object @@ -104496,7 +105044,7 @@ paths: - subkeys - revoked examples: - default: &678 + default: &683 value: - id: 3 name: Octocat's GPG Key @@ -104528,7 +105076,7 @@ paths: revoked: false raw_key: string headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -104581,9 +105129,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *656 examples: - default: &652 + default: &657 value: id: 3 name: Octocat's GPG Key @@ -104640,7 +105188,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &653 + - &658 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104652,9 +105200,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *656 examples: - default: *652 + default: *657 '404': *6 '304': *35 '403': *27 @@ -104677,7 +105225,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *653 + - *658 responses: '204': description: Response @@ -104820,7 +105368,7 @@ paths: suspended_at: suspended_by: headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -104868,11 +105416,11 @@ paths: type: array items: allOf: - - *71 + - *77 examples: - default: *140 + default: *145 headers: - Link: *59 + Link: *65 '404': *6 '403': *27 '304': *35 @@ -104895,7 +105443,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *137 + - *142 responses: '204': description: Response @@ -104921,7 +105469,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *137 + - *142 responses: '204': description: Response @@ -104955,12 +105503,12 @@ paths: application/json: schema: anyOf: - - *216 + - *221 - type: object properties: {} additionalProperties: false examples: - default: *217 + default: *222 '204': description: Response when there are no restrictions x-github: @@ -104984,7 +105532,7 @@ paths: required: true content: application/json: - schema: *511 + schema: *516 examples: default: value: @@ -104995,7 +105543,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *221 examples: default: value: @@ -105076,7 +105624,7 @@ paths: - closed - all default: open - - *227 + - *232 - name: sort description: What to sort results by. in: query @@ -105088,8 +105636,8 @@ paths: - updated - comments default: created - - *53 - - *80 + - *59 + - *86 - *17 - *19 responses: @@ -105099,11 +105647,11 @@ paths: application/json: schema: type: array - items: *75 + items: *81 examples: - default: *228 + default: *233 headers: - Link: *59 + Link: *65 '404': *6 '304': *35 x-github: @@ -105134,7 +105682,7 @@ paths: application/json: schema: type: array - items: &654 + items: &659 title: Key description: Key type: object @@ -105186,7 +105734,7 @@ paths: verified: false read_only: false headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -105237,9 +105785,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *659 examples: - default: &655 + default: &660 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105272,15 +105820,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *541 + - *546 responses: '200': description: Response content: application/json: - schema: *654 + schema: *659 examples: - default: *655 + default: *660 '404': *6 '304': *35 '403': *27 @@ -105303,7 +105851,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *541 + - *546 responses: '204': description: Response @@ -105336,7 +105884,7 @@ paths: application/json: schema: type: array - items: &656 + items: &661 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105404,7 +105952,7 @@ paths: - id - type - login - plan: *91 + plan: *97 required: - billing_cycle - next_billing_date @@ -105415,7 +105963,7 @@ paths: - account - plan examples: - default: &657 + default: &662 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105448,7 +105996,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *59 + Link: *65 '304': *35 '401': *23 '404': *6 @@ -105477,11 +106025,11 @@ paths: application/json: schema: type: array - items: *656 + items: *661 examples: - default: *657 + default: *662 headers: - Link: *59 + Link: *65 '304': *35 '401': *23 x-github: @@ -105519,7 +106067,7 @@ paths: application/json: schema: type: array - items: *233 + items: *238 examples: default: value: @@ -105602,7 +106150,7 @@ paths: type: User site_admin: false headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -105627,13 +106175,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *67 + - *73 responses: '200': description: Response content: application/json: - schema: *233 + schema: *238 examples: default: value: @@ -105695,7 +106243,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *67 + - *73 requestBody: required: true content: @@ -105720,7 +106268,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *238 examples: default: value: @@ -105792,7 +106340,7 @@ paths: application/json: schema: type: array - items: *235 + items: *240 examples: default: value: @@ -105945,7 +106493,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -106054,7 +106602,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -106234,7 +106782,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *236 + - *241 - name: exclude in: query required: false @@ -106247,7 +106795,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *240 examples: default: value: @@ -106441,7 +106989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *236 + - *241 responses: '302': description: Response @@ -106467,7 +107015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *236 + - *241 responses: '204': description: Response @@ -106496,8 +107044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *236 - - *658 + - *241 + - *663 responses: '204': description: Response @@ -106521,7 +107069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *236 + - *241 - *17 - *19 responses: @@ -106531,11 +107079,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 '404': *6 x-github: githubCloudOnly: false @@ -106550,7 +107098,7 @@ paths: content: application/json: schema: - items: *58 + items: *64 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -106586,11 +107134,11 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -106630,7 +107178,7 @@ paths: - docker - nuget - container - - *659 + - *664 - *19 - *17 responses: @@ -106640,10 +107188,10 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *660 - '400': *661 + default: *665 + '400': *666 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106663,16 +107211,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: &679 + default: &684 value: id: 40201 name: octo-name @@ -106785,8 +107333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 responses: '204': description: Response @@ -106816,8 +107364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *243 - - *244 + - *248 + - *249 - name: token description: package token schema: @@ -106849,8 +107397,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: - - *243 - - *244 + - *248 + - *249 - *19 - *17 - name: state @@ -106870,7 +107418,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -106919,15 +107467,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -106963,9 +107511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '204': description: Response @@ -106995,9 +107543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *243 - - *244 - - *246 + - *248 + - *249 + - *251 responses: '204': description: Response @@ -107034,11 +107582,11 @@ paths: application/json: schema: type: array - items: *650 + items: *655 examples: - default: *662 + default: *667 headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -107147,9 +107695,9 @@ paths: application/json: schema: type: array - items: *71 + items: *77 examples: - default: &669 + default: &674 summary: Default response value: - id: 1296269 @@ -107270,7 +107818,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '422': *15 '304': *35 '403': *27 @@ -107467,9 +108015,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *327 examples: - default: *324 + default: *329 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107513,11 +108061,11 @@ paths: application/json: schema: type: array - items: *513 + items: *518 examples: - default: *663 + default: *668 headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -107538,7 +108086,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *220 + - *225 responses: '204': description: Response @@ -107567,7 +108115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *220 + - *225 responses: '204': description: Response @@ -107600,7 +108148,7 @@ paths: application/json: schema: type: array - items: &664 + items: &669 title: Social account description: Social media account type: object @@ -107617,12 +108165,12 @@ paths: - provider - url examples: - default: &665 + default: &670 value: - provider: twitter url: https://twitter.com/github headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -107680,9 +108228,9 @@ paths: application/json: schema: type: array - items: *664 + items: *669 examples: - default: *665 + default: *670 '422': *15 '304': *35 '404': *6 @@ -107770,7 +108318,7 @@ paths: application/json: schema: type: array - items: &666 + items: &671 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107790,7 +108338,7 @@ paths: - title - created_at examples: - default: &697 + default: &702 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107801,7 +108349,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -107855,9 +108403,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *671 examples: - default: &667 + default: &672 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107887,7 +108435,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: - - &668 + - &673 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107899,9 +108447,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *671 examples: - default: *667 + default: *672 '404': *6 '304': *35 '403': *27 @@ -107924,7 +108472,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: - - *668 + - *673 responses: '204': description: Response @@ -107953,7 +108501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &698 + - &703 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 @@ -107966,7 +108514,7 @@ paths: - created - updated default: created - - *53 + - *59 - *17 - *19 responses: @@ -107976,13 +108524,13 @@ paths: application/json: schema: type: array - items: *71 + items: *77 examples: - default-response: *669 + default-response: *674 application/vnd.github.v3.star+json: schema: type: array - items: &699 + items: &704 title: Starred Repository description: Starred Repository type: object @@ -107990,7 +108538,7 @@ paths: starred_at: type: string format: date-time - repo: *71 + repo: *77 required: - starred_at - repo @@ -108118,7 +108666,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -108138,8 +108686,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: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response if this repository is starred by you @@ -108167,8 +108715,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -108192,8 +108740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *319 - - *320 + - *324 + - *325 responses: '204': description: Response @@ -108226,11 +108774,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -108265,7 +108813,7 @@ paths: application/json: schema: type: array - items: *315 + items: *320 examples: default: value: @@ -108316,7 +108864,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *59 + Link: *65 '304': *35 '404': *6 '403': *27 @@ -108343,7 +108891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *93 + - *99 responses: '200': description: Response @@ -108351,10 +108899,10 @@ paths: application/json: schema: oneOf: - - *645 - - *644 + - *650 + - *649 examples: - default-response: &673 + default-response: &678 summary: Default response value: login: octocat @@ -108389,7 +108937,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &674 + response-with-git-hub-plan-information: &679 summary: Response with GitHub plan information value: login: octocat @@ -108446,14 +108994,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &671 + - &676 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *259 + - *264 requestBody: required: true description: Details of the draft item to create in the project. @@ -108487,9 +109035,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: - draft_issue: *265 + draft_issue: *270 '304': *35 '403': *27 '401': *23 @@ -108512,7 +109060,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *670 + - *675 - *17 responses: '200': @@ -108523,7 +109071,7 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: Link: example: ; rel="next" @@ -108547,8 +109095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *671 - - *259 + - *676 + - *264 requestBody: required: true content: @@ -108622,17 +109170,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *672 + schema: *677 examples: table_view: summary: Response for creating a table view - value: *269 + value: *274 board_view: summary: Response for creating a board view with filter - value: *269 + value: *274 roadmap_view: summary: Response for creating a roadmap view - value: *269 + value: *274 '304': *35 '403': *27 '401': *23 @@ -108666,7 +109214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *63 + - *69 responses: '200': description: Response @@ -108674,11 +109222,11 @@ paths: application/json: schema: oneOf: - - *645 - - *644 + - *650 + - *649 examples: - default-response: *673 - response-with-git-hub-plan-information: *674 + default-response: *678 + response-with-git-hub-plan-information: *679 '404': *6 x-github: githubCloudOnly: false @@ -108704,7 +109252,7 @@ paths: - *17 - *45 - *46 - - *63 + - *69 requestBody: required: true content: @@ -108728,8 +109276,8 @@ paths: required: - subject_digests examples: - default: *675 - withPredicateType: *676 + default: *680 + withPredicateType: *681 responses: '200': description: Response @@ -108783,7 +109331,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *677 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108816,7 +109364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *63 + - *69 requestBody: required: true content: @@ -108881,7 +109429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *63 + - *69 - name: subject_digest description: Subject Digest in: path @@ -108912,7 +109460,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *63 + - *69 - name: attestation_id description: Attestation ID in: path @@ -108950,7 +109498,7 @@ paths: - *17 - *45 - *46 - - *63 + - *69 - name: subject_digest description: Subject Digest in: path @@ -109003,12 +109551,12 @@ paths: initiator: type: string examples: - default: *380 + default: *385 '201': description: Response content: application/json: - schema: *157 + schema: *162 examples: default: value: @@ -109048,7 +109596,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: - - *63 + - *69 responses: '200': description: Response @@ -109056,9 +109604,9 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *660 + default: *665 '403': *27 '401': *23 x-github: @@ -109081,7 +109629,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109091,7 +109639,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -109153,8 +109701,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *63 - - *67 + - *69 + - *73 - *17 - *19 responses: @@ -109164,7 +109712,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -109241,7 +109789,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109251,7 +109799,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -109309,7 +109857,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109321,9 +109869,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109340,7 +109888,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109352,9 +109900,9 @@ paths: type: array items: *4 examples: - default: *62 + default: *68 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109371,7 +109919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *63 + - *69 - name: target_user in: path required: true @@ -109398,8 +109946,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *63 - - *80 + - *69 + - *86 - *17 - *19 responses: @@ -109409,11 +109957,11 @@ paths: application/json: schema: type: array - items: *81 + items: *87 examples: - default: *82 + default: *88 headers: - Link: *59 + Link: *65 '422': *15 x-github: githubCloudOnly: false @@ -109432,7 +109980,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109442,11 +109990,11 @@ paths: application/json: schema: type: array - items: *651 + items: *656 examples: - default: *678 + default: *683 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109468,7 +110016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *63 + - *69 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -109540,7 +110088,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *63 + - *69 responses: '200': description: Response @@ -109548,7 +110096,7 @@ paths: application/json: schema: *20 examples: - default: *510 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109566,7 +110114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109602,7 +110150,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109622,7 +110170,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -109632,11 +110180,11 @@ paths: application/json: schema: type: array - items: *65 + items: *71 examples: - default: *104 + default: *110 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109673,8 +110221,8 @@ paths: - docker - nuget - container - - *659 - - *63 + - *664 + - *69 - *19 - *17 responses: @@ -109684,12 +110232,12 @@ paths: application/json: schema: type: array - items: *241 + items: *246 examples: - default: *660 + default: *665 '403': *27 '401': *23 - '400': *661 + '400': *666 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109709,17 +110257,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '200': description: Response content: application/json: - schema: *241 + schema: *246 examples: - default: *679 + default: *684 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109740,9 +110288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '204': description: Response @@ -109774,9 +110322,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 - name: token description: package token schema: @@ -109808,9 +110356,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: - - *243 - - *244 - - *63 + - *248 + - *249 + - *69 responses: '200': description: Response @@ -109818,7 +110366,7 @@ paths: application/json: schema: type: array - items: *245 + items: *250 examples: default: value: @@ -109876,16 +110424,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *243 - - *244 - - *246 - - *63 + - *248 + - *249 + - *251 + - *69 responses: '200': description: Response content: application/json: - schema: *245 + schema: *250 examples: default: value: @@ -109920,10 +110468,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *243 - - *244 - - *63 - - *246 + - *248 + - *249 + - *69 + - *251 responses: '204': description: Response @@ -109955,10 +110503,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *243 - - *244 - - *63 - - *246 + - *248 + - *249 + - *69 + - *251 responses: '204': description: Response @@ -109982,7 +110530,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *63 + - *69 - name: q description: Limit results to projects of the specified type. in: query @@ -109999,11 +110547,11 @@ paths: application/json: schema: type: array - items: *257 + items: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -110023,18 +110571,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *259 - - *63 + - *264 + - *69 responses: '200': description: Response content: application/json: - schema: *257 + schema: *262 examples: - default: *258 + default: *263 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -110054,8 +110602,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *259 - - *63 + - *264 + - *69 - *17 - *45 - *46 @@ -110066,11 +110614,11 @@ paths: application/json: schema: type: array - items: *262 + items: *267 examples: - default: *680 + default: *685 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -110089,8 +110637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *63 - - *259 + - *69 + - *264 requestBody: required: true content: @@ -110128,7 +110676,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *681 + items: *686 required: - name - data_type @@ -110144,7 +110692,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *682 + iteration_configuration: *687 required: - name - data_type @@ -110166,20 +110714,20 @@ paths: value: name: Due date data_type: date - single_select_field: *683 - iteration_field: *684 + single_select_field: *688 + iteration_field: *689 responses: '201': description: Response content: application/json: - schema: *262 + schema: *267 examples: - text_field: *685 - number_field: *686 - date_field: *687 - single_select_field: *688 - iteration_field: *689 + text_field: *690 + number_field: *691 + date_field: *692 + single_select_field: *693 + iteration_field: *694 '304': *35 '403': *27 '401': *23 @@ -110200,19 +110748,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *259 - - *690 - - *63 + - *264 + - *695 + - *69 responses: '200': description: Response content: application/json: - schema: *262 + schema: *267 examples: - default: *691 + default: *696 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -110233,8 +110781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *259 - - *63 + - *264 + - *69 - *45 - *46 - *17 @@ -110266,11 +110814,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -110289,8 +110837,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *63 - - *259 + - *69 + - *264 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -110360,22 +110908,22 @@ paths: description: Response content: application/json: - schema: *264 + schema: *269 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *265 + value: *270 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *265 + value: *270 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *265 + value: *270 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *265 + value: *270 '304': *35 '403': *27 '401': *23 @@ -110395,9 +110943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -110417,11 +110965,11 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -110440,9 +110988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -110515,13 +111063,13 @@ paths: description: Response content: application/json: - schema: *266 + schema: *271 examples: - text_field: *267 - number_field: *267 - date_field: *267 - single_select_field: *267 - iteration_field: *267 + text_field: *272 + number_field: *272 + date_field: *272 + single_select_field: *272 + iteration_field: *272 '401': *23 '403': *27 '404': *6 @@ -110541,9 +111089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *259 - - *63 - - *268 + - *264 + - *69 + - *273 responses: '204': description: Response @@ -110565,9 +111113,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *259 - - *63 - - *692 + - *264 + - *69 + - *697 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -110593,11 +111141,11 @@ paths: application/json: schema: type: array - items: *266 + items: *271 examples: - default: *267 + default: *272 headers: - Link: *59 + Link: *65 '304': *35 '403': *27 '401': *23 @@ -110623,7 +111171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110633,7 +111181,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -110698,7 +111246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -110708,7 +111256,7 @@ paths: application/json: schema: type: array - items: *99 + items: *105 examples: default: value: @@ -110771,7 +111319,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *63 + - *69 - name: type description: Limit results to repositories of the specified type. in: query @@ -110814,11 +111362,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110838,12 +111386,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *63 - - *110 - - *112 - - *111 - - *693 - - *113 + - *69 + - *115 + - *117 + - *116 + - *698 + - *118 responses: '200': description: Response when getting a billing premium request usage report @@ -110950,8 +111498,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110971,10 +111519,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *63 - - *110 - - *694 - - *111 + - *69 + - *115 + - *699 + - *116 responses: '200': description: Response when getting a billing usage report @@ -111044,8 +111592,8 @@ paths: repositoryName: user/example '400': *14 '403': *27 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111068,13 +111616,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *63 - - *110 - - *112 - - *111 - - *695 - - *113 - - *696 + - *69 + - *115 + - *117 + - *116 + - *700 + - *118 + - *701 responses: '200': description: Response when getting a billing usage summary @@ -111179,8 +111727,8 @@ paths: '400': *14 '403': *27 '404': *6 - '500': *107 - '503': *108 + '500': *53 + '503': *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111198,7 +111746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -111208,11 +111756,11 @@ paths: application/json: schema: type: array - items: *664 + items: *669 examples: - default: *665 + default: *670 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111230,7 +111778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -111240,11 +111788,11 @@ paths: application/json: schema: type: array - items: *666 + items: *671 examples: - default: *697 + default: *702 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111266,9 +111814,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *63 - - *698 - - *53 + - *69 + - *703 + - *59 - *17 - *19 responses: @@ -111279,13 +111827,13 @@ paths: schema: anyOf: - type: array - items: *699 + items: *704 - type: array - items: *71 + items: *77 examples: - default-response: *669 + default-response: *674 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111302,7 +111850,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *63 + - *69 - *17 - *19 responses: @@ -111312,11 +111860,11 @@ paths: application/json: schema: type: array - items: *148 + items: *153 examples: - default: *247 + default: *252 headers: - Link: *59 + Link: *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111443,7 +111991,7 @@ webhooks: type: string enum: - disabled - enterprise: &700 + enterprise: &705 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111512,7 +112060,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &701 + installation: &706 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111533,7 +112081,7 @@ webhooks: required: - id - node_id - organization: &702 + organization: &707 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111606,7 +112154,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &703 + repository: &708 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -111635,7 +112183,7 @@ webhooks: license: anyOf: - type: 'null' - - *77 + - *83 organization: anyOf: - type: 'null' @@ -111964,12 +112512,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -112552,10 +113094,10 @@ webhooks: type: string enum: - enabled - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -112631,11 +113173,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: &704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: &709 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) @@ -112858,11 +113400,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: *704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: *709 sender: *4 required: - action @@ -113050,11 +113592,11 @@ webhooks: - everyone required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - rule: *704 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + rule: *709 sender: *4 required: - action @@ -113138,7 +113680,7 @@ webhooks: type: string enum: - completed - check_run: &706 + check_run: &711 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113203,8 +113745,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *78 - repository: *148 + items: *84 + repository: *153 status: type: string enum: @@ -113248,7 +113790,7 @@ webhooks: - examples: - neutral - deployment: *705 + deployment: *710 details_url: type: string examples: @@ -113308,7 +113850,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *78 + items: *84 started_at: type: string format: date-time @@ -113346,10 +113888,10 @@ webhooks: - output - app - pull_requests - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -113740,11 +114282,11 @@ webhooks: type: string enum: - created - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -114138,11 +114680,11 @@ webhooks: type: string enum: - requested_action - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 requested_action: description: The action requested by the user. type: object @@ -114545,11 +115087,11 @@ webhooks: type: string enum: - rerequested - check_run: *706 - installation: *701 - enterprise: *700 - organization: *702 - repository: *703 + check_run: *711 + installation: *706 + enterprise: *705 + organization: *707 + repository: *708 sender: *4 required: - check_run @@ -115534,10 +116076,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -116241,10 +116783,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -116942,10 +117484,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -117114,7 +117656,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117266,20 +117808,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &707 + commit_oid: &712 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: *700 - installation: *701 - organization: *702 - ref: &708 + enterprise: *705 + installation: *706 + organization: *707 + ref: &713 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: *703 + repository: *708 sender: *4 required: - action @@ -117446,7 +117988,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117687,12 +118229,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -117790,7 +118332,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117975,12 +118517,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -118149,7 +118691,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -118326,12 +118868,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -118432,7 +118974,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118621,9 +119163,9 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -118631,7 +119173,7 @@ webhooks: type: - string - 'null' - repository: *703 + repository: *708 sender: *4 required: - action @@ -118730,7 +119272,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118877,12 +119419,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *707 - enterprise: *700 - installation: *701 - organization: *702 - ref: *708 - repository: *703 + commit_oid: *712 + enterprise: *705 + installation: *706 + organization: *707 + ref: *713 + repository: *708 sender: *4 required: - action @@ -119051,7 +119593,7 @@ webhooks: required: - login - id - dismissed_comment: *411 + dismissed_comment: *416 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119203,10 +119745,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -119466,10 +120008,10 @@ webhooks: - updated_at - author_association - body - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -119550,18 +120092,18 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *702 - pusher_type: &709 + organization: *707 + pusher_type: &714 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &710 + ref: &715 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119571,7 +120113,7 @@ webhooks: enum: - tag - branch - repository: *703 + repository: *708 sender: *4 required: - ref @@ -119653,10 +120195,10 @@ webhooks: type: string enum: - created - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -119741,9 +120283,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -119820,10 +120362,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -119900,10 +120442,10 @@ webhooks: type: string enum: - updated - definition: *270 - enterprise: *700 - installation: *701 - organization: *702 + definition: *275 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -119980,19 +120522,19 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - repository: *703 - organization: *702 + enterprise: *705 + installation: *706 + repository: *708 + organization: *707 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *274 + items: *279 old_property_values: type: array description: The old custom property values for the repository. - items: *274 + items: *279 required: - action - repository @@ -120068,18 +120610,18 @@ webhooks: title: delete event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - pusher_type: *709 - ref: *710 + enterprise: *705 + installation: *706 + organization: *707 + pusher_type: *714 + ref: *715 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *703 + repository: *708 sender: *4 required: - ref @@ -120159,11 +120701,11 @@ webhooks: type: string enum: - assignees_changed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120243,11 +120785,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120328,11 +120870,11 @@ webhooks: type: string enum: - auto_reopened - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120413,11 +120955,11 @@ webhooks: type: string enum: - created - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120496,11 +121038,11 @@ webhooks: type: string enum: - dismissed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120579,11 +121121,11 @@ webhooks: type: string enum: - fixed - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120663,11 +121205,11 @@ webhooks: type: string enum: - reintroduced - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120746,11 +121288,11 @@ webhooks: type: string enum: - reopened - alert: *469 - installation: *701 - organization: *702 - enterprise: *700 - repository: *703 + alert: *474 + installation: *706 + organization: *707 + enterprise: *705 + repository: *708 sender: *4 required: - action @@ -120827,9 +121369,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - key: &711 + enterprise: *705 + installation: *706 + key: &716 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120867,8 +121409,8 @@ webhooks: - verified - created_at - read_only - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -120945,11 +121487,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - key: *711 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + key: *716 + organization: *707 + repository: *708 sender: *4 required: - action @@ -121516,12 +122058,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: &715 + workflow: &720 title: Workflow type: - object @@ -122272,13 +122814,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *475 + - *480 pull_requests: type: array - items: *559 - repository: *703 - organization: *702 - installation: *701 + items: *564 + repository: *708 + organization: *707 + installation: *706 sender: *4 responses: '200': @@ -122349,7 +122891,7 @@ webhooks: type: string enum: - approved - approver: &712 + approver: &717 type: object properties: avatar_url: @@ -122392,11 +122934,11 @@ webhooks: type: string comment: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - reviewers: &713 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + reviewers: &718 type: array items: type: object @@ -122477,7 +123019,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &714 + workflow_job_run: &719 type: object properties: conclusion: @@ -123223,18 +123765,18 @@ webhooks: type: string enum: - rejected - approver: *712 + approver: *717 comment: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - reviewers: *713 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + reviewers: *718 sender: *4 since: type: string - workflow_job_run: *714 + workflow_job_run: *719 workflow_job_runs: type: array items: @@ -123951,13 +124493,13 @@ webhooks: type: string enum: - requested - enterprise: *700 + enterprise: *705 environment: type: string - installation: *701 - organization: *702 - repository: *703 - requestor: &720 + installation: *706 + organization: *707 + repository: *708 + requestor: &725 title: User type: - object @@ -125890,12 +126432,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Deployment Workflow Run type: @@ -126586,7 +127128,7 @@ webhooks: type: string enum: - answered - answer: &718 + answer: &723 type: object properties: author_association: @@ -126746,11 +127288,11 @@ webhooks: - created_at - updated_at - body - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126877,11 +127419,11 @@ webhooks: - from required: - category - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -126964,11 +127506,11 @@ webhooks: type: string enum: - closed - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127050,7 +127592,7 @@ webhooks: type: string enum: - created - comment: &717 + comment: &722 type: object properties: author_association: @@ -127210,11 +127752,11 @@ webhooks: - updated_at - body - reactions - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127297,12 +127839,12 @@ webhooks: type: string enum: - deleted - comment: *717 - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + comment: *722 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127397,12 +127939,12 @@ webhooks: - from required: - body - comment: *717 - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + comment: *722 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127486,11 +128028,11 @@ webhooks: type: string enum: - created - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127572,11 +128114,11 @@ webhooks: type: string enum: - deleted - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127676,11 +128218,11 @@ webhooks: type: string required: - from - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127762,10 +128304,10 @@ webhooks: type: string enum: - labeled - discussion: *716 - enterprise: *700 - installation: *701 - label: &719 + discussion: *721 + enterprise: *705 + installation: *706 + label: &724 title: Label type: object properties: @@ -127798,8 +128340,8 @@ webhooks: - color - default - description - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127882,11 +128424,11 @@ webhooks: type: string enum: - locked - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -127968,11 +128510,11 @@ webhooks: type: string enum: - pinned - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -128054,11 +128596,11 @@ webhooks: type: string enum: - reopened - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -128143,16 +128685,16 @@ webhooks: changes: type: object properties: - new_discussion: *716 - new_repository: *703 + new_discussion: *721 + new_repository: *708 required: - new_discussion - new_repository - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -128235,10 +128777,10 @@ webhooks: type: string enum: - unanswered - discussion: *716 - old_answer: *718 - organization: *702 - repository: *703 + discussion: *721 + old_answer: *723 + organization: *707 + repository: *708 sender: *4 required: - action @@ -128320,12 +128862,12 @@ webhooks: type: string enum: - unlabeled - discussion: *716 - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -128408,11 +128950,11 @@ webhooks: type: string enum: - unlocked - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -128494,11 +129036,11 @@ webhooks: type: string enum: - unpinned - discussion: *716 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + discussion: *721 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -128571,7 +129113,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *700 + enterprise: *705 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -129249,9 +129791,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *701 - organization: *702 - repository: *703 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - forkee @@ -129397,9 +129939,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pages: description: The pages that were updated. type: array @@ -129437,7 +129979,7 @@ webhooks: - action - sha - html_url - repository: *703 + repository: *708 sender: *4 required: - pages @@ -129513,10 +130055,10 @@ webhooks: type: string enum: - created - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: &721 + organization: *707 + repositories: &726 description: An array of repository objects that the installation can access. type: array @@ -129542,8 +130084,8 @@ webhooks: - name - full_name - private - repository: *703 - requester: *720 + repository: *708 + requester: *725 sender: *4 required: - action @@ -129618,11 +130160,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -129699,11 +130241,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -129780,10 +130322,10 @@ webhooks: type: string enum: - added - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories_added: &722 + organization: *707 + repositories_added: &727 description: An array of repository objects, which were added to the installation. type: array @@ -129829,15 +130371,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *703 - repository_selection: &723 + repository: *708 + repository_selection: &728 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *720 + requester: *725 sender: *4 required: - action @@ -129916,10 +130458,10 @@ webhooks: type: string enum: - removed - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories_added: *722 + organization: *707 + repositories_added: *727 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129946,9 +130488,9 @@ webhooks: - name - full_name - private - repository: *703 - repository_selection: *723 - requester: *720 + repository: *708 + repository_selection: *728 + requester: *725 sender: *4 required: - action @@ -130027,11 +130569,11 @@ webhooks: type: string enum: - suspend - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -130213,10 +130755,10 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 target_type: type: string @@ -130295,11 +130837,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *700 + enterprise: *705 installation: *20 - organization: *702 - repositories: *721 - repository: *703 + organization: *707 + repositories: *726 + repository: *708 requester: type: - 'null' @@ -130465,7 +131007,7 @@ webhooks: pin: anyOf: - type: 'null' - - *538 + - *543 user: title: User type: @@ -130551,8 +131093,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131364,8 +131906,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131382,7 +131924,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -131726,8 +132268,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -131807,7 +132349,7 @@ webhooks: type: string enum: - deleted - comment: &724 + comment: &729 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131964,7 +132506,7 @@ webhooks: pin: anyOf: - type: 'null' - - *538 + - *543 required: - url - html_url @@ -131978,8 +132520,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132787,8 +133329,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132805,7 +133347,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -133151,8 +133693,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -133232,7 +133774,7 @@ webhooks: type: string enum: - edited - changes: &748 + changes: &753 description: The changes to the comment. type: object properties: @@ -133244,9 +133786,9 @@ webhooks: type: string required: - from - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134057,8 +134599,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134075,7 +134617,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -134419,8 +134961,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -134501,9 +135043,9 @@ webhooks: type: string enum: - pinned - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135316,8 +135858,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135334,7 +135876,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -135680,8 +136222,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -135761,9 +136303,9 @@ webhooks: type: string enum: - unpinned - comment: *724 - enterprise: *700 - installation: *701 + comment: *729 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136576,8 +137118,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136594,7 +137136,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -136940,8 +137482,8 @@ webhooks: - state - locked - assignee - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -137024,15 +137566,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 + blocked_issue: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - blocking_issue_repo: *71 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + blocking_issue_repo: *77 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -137115,15 +137657,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 + blocked_issue: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - blocking_issue_repo: *71 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + blocking_issue_repo: *77 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -137205,15 +137747,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 - blocked_issue_repo: *71 + blocked_issue: *81 + blocked_issue_repo: *77 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -137296,15 +137838,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *75 - blocked_issue_repo: *71 + blocked_issue: *81 + blocked_issue_repo: *77 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *75 - installation: *701 - organization: *702 - repository: *703 + blocking_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -137384,10 +137926,10 @@ webhooks: type: string enum: - assigned - assignee: *720 - enterprise: *700 - installation: *701 - issue: &727 + assignee: *725 + enterprise: *705 + installation: *706 + issue: &732 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138197,12 +138739,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138219,7 +138761,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -138322,8 +138864,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -138403,8 +138945,8 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139219,12 +139761,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139241,7 +139783,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -139487,8 +140029,8 @@ webhooks: required: - state - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -139567,8 +140109,8 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140374,12 +140916,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140396,7 +140938,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -140498,8 +141040,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -140578,8 +141120,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141408,12 +141950,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141430,7 +141972,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -141511,7 +142053,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &725 + milestone: &730 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141654,8 +142196,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -141754,8 +142296,8 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142565,12 +143107,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142584,7 +143126,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -142690,9 +143232,9 @@ webhooks: - active_lock_reason - body - reactions - label: *719 - organization: *702 - repository: *703 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -142772,8 +143314,8 @@ webhooks: type: string enum: - labeled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143582,12 +144124,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143601,7 +144143,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -143707,9 +144249,9 @@ webhooks: - active_lock_reason - body - reactions - label: *719 - organization: *702 - repository: *703 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -143789,8 +144331,8 @@ webhooks: type: string enum: - locked - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144624,12 +145166,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144643,7 +145185,7 @@ webhooks: timeline_url: type: string format: uri - type: *224 + type: *229 title: description: Title of the issue type: string @@ -144726,8 +145268,8 @@ webhooks: format: uri user_view_type: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -144806,8 +145348,8 @@ webhooks: type: string enum: - milestoned - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145635,12 +146177,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145657,7 +146199,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -145737,9 +146279,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *725 - organization: *702 - repository: *703 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -146626,11 +147168,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146657,7 +147199,7 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 + - *82 user: title: User type: @@ -146730,7 +147272,7 @@ webhooks: required: - login - id - type: *224 + type: *229 required: - id - number @@ -146869,10 +147411,6 @@ 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 @@ -147226,8 +147764,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148034,11 +148572,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *637 - issue_dependencies_summary: *638 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148055,7 +148593,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -148066,7 +148604,7 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 + - *82 user: title: User type: @@ -148161,8 +148699,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -148242,9 +148780,9 @@ webhooks: type: string enum: - pinned - enterprise: *700 - installation: *701 - issue: &726 + enterprise: *705 + installation: *706 + issue: &731 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149048,12 +149586,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149070,7 +149608,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -149172,8 +149710,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -149252,8 +149790,8 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150085,12 +150623,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150187,9 +150725,9 @@ webhooks: format: uri user_view_type: type: string - type: *224 - organization: *702 - repository: *703 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -151076,12 +151614,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151098,7 +151636,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -151354,10 +151892,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -151695,11 +152229,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *700 - installation: *701 - issue: *726 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *731 + organization: *707 + repository: *708 sender: *4 required: - action @@ -151779,12 +152313,12 @@ webhooks: type: string enum: - typed - enterprise: *700 - installation: *701 - issue: *727 - type: *224 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -151865,7 +152399,7 @@ webhooks: type: string enum: - unassigned - assignee: &751 + assignee: &756 title: User type: - object @@ -151937,11 +152471,11 @@ webhooks: required: - login - id - enterprise: *700 - installation: *701 - issue: *727 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152020,12 +152554,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *700 - installation: *701 - issue: *727 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -152105,8 +152639,8 @@ webhooks: type: string enum: - unlocked - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152938,12 +153472,12 @@ webhooks: pinned_comment: anyOf: - type: 'null' - - *76 - sub_issues_summary: *637 - issue_dependencies_summary: *638 + - *82 + sub_issues_summary: *642 + issue_dependencies_summary: *643 issue_field_values: type: array - items: *523 + items: *528 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152960,7 +153494,7 @@ webhooks: title: description: Title of the issue type: string - type: *224 + type: *229 updated_at: type: string format: date-time @@ -153040,8 +153574,8 @@ webhooks: format: uri user_view_type: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153121,11 +153655,11 @@ webhooks: type: string enum: - unpinned - enterprise: *700 - installation: *701 - issue: *726 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *731 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153204,12 +153738,12 @@ webhooks: type: string enum: - untyped - enterprise: *700 - installation: *701 - issue: *727 - type: *224 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + issue: *732 + type: *229 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153289,11 +153823,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153371,11 +153905,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153485,11 +154019,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - label: *719 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + label: *724 + organization: *707 + repository: *708 sender: *4 required: - action @@ -153571,9 +154105,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: &728 + enterprise: *705 + installation: *706 + marketplace_purchase: &733 title: Marketplace Purchase type: object required: @@ -153661,8 +154195,8 @@ webhooks: type: integer unit_count: type: integer - organization: *702 - previous_marketplace_purchase: &729 + organization: *707 + previous_marketplace_purchase: &734 title: Marketplace Purchase type: object properties: @@ -153746,7 +154280,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -153826,10 +154360,10 @@ webhooks: - changed effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153917,7 +154451,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -153999,10 +154533,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154088,7 +154622,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *703 + repository: *708 sender: *4 required: - action @@ -154169,8 +154703,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 marketplace_purchase: title: Marketplace Purchase type: object @@ -154256,9 +154790,9 @@ webhooks: type: integer unit_count: type: integer - organization: *702 - previous_marketplace_purchase: *729 - repository: *703 + organization: *707 + previous_marketplace_purchase: *734 + repository: *708 sender: *4 required: - action @@ -154338,12 +154872,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *700 - installation: *701 - marketplace_purchase: *728 - organization: *702 - previous_marketplace_purchase: *729 - repository: *703 + enterprise: *705 + installation: *706 + marketplace_purchase: *733 + organization: *707 + previous_marketplace_purchase: *734 + repository: *708 sender: *4 required: - action @@ -154445,11 +154979,11 @@ webhooks: type: string required: - to - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154551,11 +155085,11 @@ webhooks: type: - string - 'null' - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154634,11 +155168,11 @@ webhooks: type: string enum: - removed - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 sender: *4 required: - action @@ -154716,11 +155250,11 @@ webhooks: type: string enum: - added - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154798,7 +155332,7 @@ webhooks: required: - login - id - team: &730 + team: &735 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155028,11 +155562,11 @@ webhooks: type: string enum: - removed - enterprise: *700 - installation: *701 - member: *720 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + member: *725 + organization: *707 + repository: *708 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155111,7 +155645,7 @@ webhooks: required: - login - id - team: *730 + team: *735 required: - action - scope @@ -155193,8 +155727,8 @@ webhooks: type: string enum: - checks_requested - installation: *701 - merge_group: &731 + installation: *706 + merge_group: &736 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155213,15 +155747,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *400 + head_commit: *405 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155307,10 +155841,10 @@ webhooks: - merged - invalidated - dequeued - installation: *701 - merge_group: *731 - organization: *702 - repository: *703 + installation: *706 + merge_group: *736 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155383,7 +155917,7 @@ webhooks: type: string enum: - deleted - enterprise: *700 + enterprise: *705 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155492,12 +156026,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *701 - organization: *702 + installation: *706 + organization: *707 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -155577,11 +156111,11 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155660,9 +156194,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - milestone: &732 + enterprise: *705 + installation: *706 + milestone: &737 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155804,8 +156338,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155884,11 +156418,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -155998,11 +156532,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - milestone: *725 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *730 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156082,11 +156616,11 @@ webhooks: type: string enum: - opened - enterprise: *700 - installation: *701 - milestone: *732 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + milestone: *737 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156165,11 +156699,11 @@ webhooks: type: string enum: - blocked - blocked_user: *720 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + blocked_user: *725 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156248,11 +156782,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *720 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + blocked_user: *725 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156331,9 +156865,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - membership: &733 + enterprise: *705 + installation: *706 + membership: &738 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156443,8 +156977,8 @@ webhooks: - role - organization_url - user - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156522,11 +157056,11 @@ webhooks: type: string enum: - member_added - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156605,8 +157139,8 @@ webhooks: type: string enum: - member_invited - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156728,10 +157262,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 - user: *720 + user: *725 required: - action - invitation @@ -156809,11 +157343,11 @@ webhooks: type: string enum: - member_removed - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156900,11 +157434,11 @@ webhooks: properties: from: type: string - enterprise: *700 - installation: *701 - membership: *733 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + membership: *738 + organization: *707 + repository: *708 sender: *4 required: - action @@ -156981,9 +157515,9 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 package: description: Information about the package. type: object @@ -157506,7 +158040,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &734 + items: &739 title: Ruby Gems metadata type: object properties: @@ -157603,7 +158137,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -157679,9 +158213,9 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 package: description: Information about the package. type: object @@ -158043,7 +158577,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *734 + items: *739 source_url: type: string format: uri @@ -158114,7 +158648,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -158294,12 +158828,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *700 + enterprise: *705 id: type: integer - installation: *701 - organization: *702 - repository: *703 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - id @@ -158376,7 +158910,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &735 + personal_access_token_request: &740 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158526,10 +159060,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *700 - organization: *702 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -158606,11 +159140,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *735 - enterprise: *700 - organization: *702 + personal_access_token_request: *740 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -158686,11 +159220,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *735 - enterprise: *700 - organization: *702 + personal_access_token_request: *740 + enterprise: *705 + organization: *707 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -158765,11 +159299,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *735 - organization: *702 - enterprise: *700 + personal_access_token_request: *740 + organization: *707 + enterprise: *705 sender: *4 - installation: *701 + installation: *706 required: - action - personal_access_token_request @@ -158874,7 +159408,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *736 + last_response: *741 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158906,8 +159440,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 zen: description: Random string of GitHub zen. @@ -159152,10 +159686,10 @@ webhooks: - from required: - note - enterprise: *700 - installation: *701 - organization: *702 - project_card: &737 + enterprise: *705 + installation: *706 + organization: *707 + project_card: &742 title: Project Card type: object properties: @@ -159278,7 +159812,7 @@ webhooks: - creator - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -159359,11 +159893,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project_card: *737 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_card: *742 + repository: *708 sender: *4 required: - action @@ -159443,9 +159977,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 project_card: title: Project Card type: object @@ -159575,7 +160109,7 @@ webhooks: repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -159669,11 +160203,11 @@ webhooks: - from required: - note - enterprise: *700 - installation: *701 - organization: *702 - project_card: *737 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_card: *742 + repository: *708 sender: *4 required: - action @@ -159767,9 +160301,9 @@ webhooks: - from required: - column_id - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 project_card: allOf: - title: Project Card @@ -159966,7 +160500,7 @@ webhooks: type: string required: - after_id - repository: *703 + repository: *708 sender: *4 required: - action @@ -160046,10 +160580,10 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - organization: *702 - project: &739 + enterprise: *705 + installation: *706 + organization: *707 + project: &744 title: Project type: object properties: @@ -160176,7 +160710,7 @@ webhooks: - creator - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -160256,10 +160790,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project_column: &738 + enterprise: *705 + installation: *706 + organization: *707 + project_column: &743 title: Project Column type: object properties: @@ -160299,7 +160833,7 @@ webhooks: - name - created_at - updated_at - repository: *703 + repository: *708 sender: *4 required: - action @@ -160378,14 +160912,14 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -160474,11 +161008,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 + repository: *708 sender: *4 required: - action @@ -160558,11 +161092,11 @@ webhooks: type: string enum: - moved - enterprise: *700 - installation: *701 - organization: *702 - project_column: *738 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project_column: *743 + repository: *708 sender: *4 required: - action @@ -160642,11 +161176,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -160726,14 +161260,14 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - project: *739 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 repository: anyOf: - type: 'null' - - *703 + - *708 sender: *4 required: - action @@ -160834,11 +161368,11 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -160917,11 +161451,11 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 - organization: *702 - project: *739 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + project: *744 + repository: *708 sender: *4 required: - action @@ -161002,9 +161536,9 @@ webhooks: type: string enum: - closed - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -161085,9 +161619,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -161168,9 +161702,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -161291,9 +161825,9 @@ webhooks: type: string to: type: string - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -161376,7 +161910,7 @@ webhooks: type: string enum: - archived - changes: &743 + changes: &748 type: object properties: archived_at: @@ -161392,9 +161926,9 @@ webhooks: - string - 'null' format: date-time - installation: *701 - organization: *702 - projects_v2_item: &740 + installation: *706 + organization: *707 + projects_v2_item: &745 title: Projects v2 Item description: An item belonging to a project type: object @@ -161412,7 +161946,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *263 + content_type: *268 creator: *4 created_at: type: string @@ -161534,9 +162068,9 @@ webhooks: - 'null' to: type: string - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -161618,9 +162152,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -161701,9 +162235,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -161808,7 +162342,7 @@ webhooks: oneOf: - type: string - type: integer - - &741 + - &746 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161832,7 +162366,7 @@ webhooks: required: - id - name - - &742 + - &747 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161872,8 +162406,8 @@ webhooks: oneOf: - type: string - type: integer - - *741 - - *742 + - *746 + - *747 type: - 'null' - string @@ -161896,9 +162430,9 @@ webhooks: - 'null' required: - body - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -161995,9 +162529,9 @@ webhooks: type: - string - 'null' - installation: *701 - organization: *702 - projects_v2_item: *740 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -162080,10 +162614,10 @@ webhooks: type: string enum: - restored - changes: *743 - installation: *701 - organization: *702 - projects_v2_item: *740 + changes: *748 + installation: *706 + organization: *707 + projects_v2_item: *745 sender: *4 required: - action @@ -162165,9 +162699,9 @@ webhooks: type: string enum: - reopened - installation: *701 - organization: *702 - projects_v2: *257 + installation: *706 + organization: *707 + projects_v2: *262 sender: *4 required: - action @@ -162248,9 +162782,9 @@ webhooks: type: string enum: - created - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -162331,9 +162865,9 @@ webhooks: type: string enum: - deleted - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -162479,9 +163013,9 @@ webhooks: - string - 'null' format: date - installation: *701 - organization: *702 - projects_v2_status_update: *744 + installation: *706 + organization: *707 + projects_v2_status_update: *749 sender: *4 required: - action @@ -162552,10 +163086,10 @@ webhooks: title: public event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - repository @@ -162632,13 +163166,13 @@ webhooks: type: string enum: - assigned - assignee: *720 - enterprise: *700 - installation: *701 - number: &745 + assignee: *725 + enterprise: *705 + installation: *706 + number: &750 description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -163157,10 +163691,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -163822,10 +164352,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -165017,7 +165543,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -165114,11 +165640,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -165623,10 +166149,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -166294,10 +166816,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -167490,7 +168008,7 @@ webhooks: - draft reason: type: string - repository: *703 + repository: *708 sender: *4 required: - action @@ -167587,11 +168105,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -168106,10 +168624,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -168767,10 +169281,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -169963,7 +170473,7 @@ webhooks: - draft reason: type: string - repository: *703 + repository: *708 sender: *4 required: - action @@ -170060,13 +170570,13 @@ webhooks: type: string enum: - closed - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: &746 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: &751 allOf: - - *559 + - *564 - type: object properties: allow_auto_merge: @@ -170128,7 +170638,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *703 + repository: *708 sender: *4 required: - action @@ -170209,12 +170719,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -170294,11 +170804,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *700 - milestone: *260 - number: *745 - organization: *702 - pull_request: &747 + enterprise: *705 + milestone: *265 + number: *750 + organization: *707 + pull_request: &752 title: Pull Request type: object properties: @@ -170814,10 +171324,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -171473,10 +171979,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -172697,7 +173199,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *703 + repository: *708 sender: *4 required: - action @@ -172776,11 +173278,11 @@ webhooks: type: string enum: - dequeued - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -173295,10 +173797,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -173956,10 +174454,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -175156,7 +175650,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *703 + repository: *708 sender: *4 required: - action @@ -175288,12 +175782,12 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -175373,11 +175867,11 @@ webhooks: type: string enum: - enqueued - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -175892,10 +176386,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -176553,10 +177043,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -177738,7 +178224,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -177826,11 +178312,11 @@ webhooks: type: string enum: - labeled - enterprise: *700 - installation: *701 - label: *719 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + label: *724 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -178347,10 +178833,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -179012,10 +179494,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -180208,7 +180686,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -180304,10 +180782,10 @@ webhooks: type: string enum: - locked - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -180823,10 +181301,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -181488,10 +181962,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -182683,7 +183153,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -182778,12 +183248,12 @@ webhooks: type: string enum: - milestoned - enterprise: *700 - milestone: *260 - number: *745 - organization: *702 - pull_request: *747 - repository: *703 + enterprise: *705 + milestone: *265 + number: *750 + organization: *707 + pull_request: *752 + repository: *708 sender: *4 required: - action @@ -182862,12 +183332,12 @@ webhooks: type: string enum: - opened - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -182948,12 +183418,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -183033,12 +183503,12 @@ webhooks: type: string enum: - reopened - enterprise: *700 - installation: *701 - number: *745 - organization: *702 - pull_request: *746 - repository: *703 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 + pull_request: *751 + repository: *708 sender: *4 required: - action @@ -183413,9 +183883,9 @@ webhooks: - start_side - side - reactions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -183929,10 +184399,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -184580,10 +185046,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -185675,7 +186137,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -185770,7 +186232,7 @@ webhooks: type: string enum: - deleted - comment: &749 + comment: &754 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -186063,9 +186525,9 @@ webhooks: - start_side - side - reactions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -186577,10 +187039,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -187228,10 +187686,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -188313,7 +188767,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -188408,11 +188862,11 @@ webhooks: type: string enum: - edited - changes: *748 - comment: *749 - enterprise: *700 - installation: *701 - organization: *702 + changes: *753 + comment: *754 + enterprise: *705 + installation: *706 + organization: *707 pull_request: type: object properties: @@ -188926,10 +189380,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -189577,10 +190027,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -190663,7 +191109,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *703 + repository: *708 sender: *4 required: - action @@ -190759,9 +191205,9 @@ webhooks: type: string enum: - dismissed - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -191276,10 +191722,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -191927,10 +192369,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -193024,7 +193462,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 review: description: The review that was affected. type: object @@ -193290,9 +193728,9 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -195406,8 +195844,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 - review: &750 + repository: *708 + review: &755 description: The review that was affected. type: object properties: @@ -195653,12 +196091,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -196176,10 +196614,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -196832,10 +197266,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198035,7 +198465,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_reviewer: title: User type: @@ -198121,12 +198551,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -198644,10 +199074,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -199307,10 +199733,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -200510,7 +200932,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200728,12 +201150,12 @@ webhooks: type: string enum: - review_requested - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -201253,10 +201675,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -201916,10 +202334,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -203112,7 +203526,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_reviewer: title: User type: @@ -203199,12 +203613,12 @@ webhooks: type: string enum: - review_requested - enterprise: *700 - installation: *701 + enterprise: *705 + installation: *706 number: description: The pull request number. type: integer - organization: *702 + organization: *707 pull_request: title: Pull Request type: object @@ -203724,10 +204138,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -204387,10 +204797,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -205574,7 +205980,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205781,9 +206187,9 @@ webhooks: type: string enum: - submitted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -206298,10 +206704,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -206951,10 +207353,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -208049,8 +208447,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 - review: *750 + repository: *708 + review: *755 sender: *4 required: - action @@ -208145,9 +208543,9 @@ webhooks: type: string enum: - resolved - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -208660,10 +209058,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -209262,10 +209656,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -210308,7 +210698,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 sender: *4 thread: type: object @@ -210713,9 +211103,9 @@ webhooks: type: string enum: - unresolved - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 pull_request: title: Simple Pull Request type: object @@ -211226,10 +211616,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -211824,10 +212210,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -212859,7 +213241,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *703 + repository: *708 sender: *4 thread: type: object @@ -213266,10 +213648,10 @@ webhooks: type: string before: type: string - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -213786,10 +214168,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -214447,10 +214825,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -215634,7 +216008,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -215731,11 +216105,11 @@ webhooks: type: string enum: - unassigned - assignee: *751 - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + assignee: *756 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -216254,10 +216628,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -216919,10 +217289,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -218115,7 +218481,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -218209,11 +218575,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *700 - installation: *701 - label: *719 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + label: *724 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -218730,10 +219096,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -219395,10 +219757,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -220582,7 +220940,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -220678,10 +221036,10 @@ webhooks: type: string enum: - unlocked - enterprise: *700 - installation: *701 - number: *745 - organization: *702 + enterprise: *705 + installation: *706 + number: *750 + organization: *707 pull_request: title: Pull Request type: object @@ -221194,10 +221552,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -221857,10 +222211,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -223040,7 +223390,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *703 + repository: *708 sender: *4 required: - action @@ -223258,7 +223608,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *700 + enterprise: *705 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -223353,8 +223703,8 @@ webhooks: - url - author - committer - installation: *701 - organization: *702 + installation: *706 + organization: *707 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -223533,10 +223883,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -223957,9 +224303,9 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 registry_package: type: object properties: @@ -224436,7 +224782,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *734 + items: *739 summary: type: string tag_name: @@ -224492,7 +224838,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -224570,9 +224916,9 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 registry_package: type: object properties: @@ -224884,7 +225230,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *734 + items: *739 summary: type: string tag_name: @@ -224934,7 +225280,7 @@ webhooks: - owner - package_version - registry - repository: *703 + repository: *708 sender: *4 required: - action @@ -225011,10 +225357,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - release: &752 + enterprise: *705 + installation: *706 + organization: *707 + release: &757 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -225345,7 +225691,7 @@ webhooks: - updated_at - zipball_url - body - repository: *703 + repository: *708 sender: *4 required: - action @@ -225422,11 +225768,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -225543,11 +225889,11 @@ webhooks: type: boolean required: - to - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -225625,9 +225971,9 @@ webhooks: type: string enum: - prereleased - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -225963,7 +226309,7 @@ webhooks: - string - 'null' format: uri - repository: *703 + repository: *708 sender: *4 required: - action @@ -226039,10 +226385,10 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - release: &753 + enterprise: *705 + installation: *706 + organization: *707 + release: &758 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -226375,7 +226721,7 @@ webhooks: - string - 'null' format: uri - repository: *703 + repository: *708 sender: *4 required: - action @@ -226451,11 +226797,11 @@ webhooks: type: string enum: - released - enterprise: *700 - installation: *701 - organization: *702 - release: *752 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *757 + repository: *708 sender: *4 required: - action @@ -226531,11 +226877,11 @@ webhooks: type: string enum: - unpublished - enterprise: *700 - installation: *701 - organization: *702 - release: *753 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + release: *758 + repository: *708 sender: *4 required: - action @@ -226611,11 +226957,11 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_advisory: *623 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_advisory: *628 sender: *4 required: - action @@ -226691,11 +227037,11 @@ webhooks: type: string enum: - reported - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_advisory: *623 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_advisory: *628 sender: *4 required: - action @@ -226771,10 +227117,10 @@ webhooks: type: string enum: - archived - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226851,10 +227197,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -226932,10 +227278,10 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227020,10 +227366,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227138,10 +227484,10 @@ webhooks: - 'null' items: type: string - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227213,10 +227559,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 status: type: string @@ -227297,10 +227643,10 @@ webhooks: type: string enum: - privatized - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227377,10 +227723,10 @@ webhooks: type: string enum: - publicized - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227474,10 +227820,10 @@ webhooks: - name required: - repository - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -227557,11 +227903,11 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 sender: *4 required: - action @@ -227639,11 +227985,11 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 sender: *4 required: - action @@ -227721,11 +228067,11 @@ webhooks: type: string enum: - edited - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - repository_ruleset: *302 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + repository_ruleset: *307 changes: type: object properties: @@ -227744,16 +228090,16 @@ webhooks: properties: added: type: array - items: *276 + items: *281 deleted: type: array - items: *276 + items: *281 updated: type: array items: type: object properties: - condition: *276 + condition: *281 changes: type: object properties: @@ -227786,16 +228132,16 @@ webhooks: properties: added: type: array - items: *579 + items: *584 deleted: type: array - items: *579 + items: *584 updated: type: array items: type: object properties: - rule: *579 + rule: *584 changes: type: object properties: @@ -228032,10 +228378,10 @@ webhooks: - from required: - owner - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228113,10 +228459,10 @@ webhooks: type: string enum: - unarchived - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228194,7 +228540,7 @@ webhooks: type: string enum: - create - alert: &754 + alert: &759 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -228319,10 +228665,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228532,10 +228878,10 @@ webhooks: type: string enum: - dismissed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228613,11 +228959,11 @@ webhooks: type: string enum: - reopen - alert: *754 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *759 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228819,10 +229165,10 @@ webhooks: enum: - fixed - open - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -228900,17 +229246,17 @@ webhooks: type: string enum: - assigned - alert: &755 + alert: &760 type: object properties: - number: *166 - created_at: *167 + number: *171 + created_at: *172 updated_at: anyOf: - type: 'null' - - *168 - url: *169 - html_url: *170 + - *173 + url: *174 + html_url: *175 locations_url: type: string format: uri @@ -229015,10 +229361,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -229096,11 +229442,11 @@ webhooks: type: string enum: - created - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -229181,11 +229527,11 @@ webhooks: type: string enum: - created - alert: *755 - installation: *701 - location: *756 - organization: *702 - repository: *703 + alert: *760 + installation: *706 + location: *761 + organization: *707 + repository: *708 sender: *4 required: - location @@ -229423,11 +229769,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -229505,11 +229851,11 @@ webhooks: type: string enum: - reopened - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -229587,11 +229933,11 @@ webhooks: type: string enum: - resolved - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -229669,12 +230015,12 @@ webhooks: type: string enum: - unassigned - alert: *755 + alert: *760 assignee: *4 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -229752,11 +230098,11 @@ webhooks: type: string enum: - validated - alert: *755 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + alert: *760 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -229886,10 +230232,10 @@ webhooks: - organization - enterprise - - repository: *703 - enterprise: *700 - installation: *701 - organization: *702 + repository: *708 + enterprise: *705 + installation: *706 + organization: *707 sender: *4 required: - action @@ -229967,11 +230313,11 @@ webhooks: type: string enum: - published - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - security_advisory: &757 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + security_advisory: &762 description: The details of the security advisory, including summary, description, and severity. type: object @@ -229988,7 +230334,7 @@ webhooks: required: - vector_string - score - cvss_severities: *55 + cvss_severities: *61 cwes: type: array items: @@ -230175,11 +230521,11 @@ webhooks: type: string enum: - updated - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 - security_advisory: *757 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 + security_advisory: *762 sender: *4 required: - action @@ -230252,10 +230598,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -230273,7 +230619,7 @@ webhooks: required: - vector_string - score - cvss_severities: *55 + cvss_severities: *61 cwes: type: array items: @@ -230449,11 +230795,11 @@ webhooks: from: type: object properties: - security_and_analysis: *275 - enterprise: *700 - installation: *701 - organization: *702 - repository: *322 + security_and_analysis: *280 + enterprise: *705 + installation: *706 + organization: *707 + repository: *327 sender: *4 required: - changes @@ -230531,12 +230877,12 @@ webhooks: type: string enum: - cancelled - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: &758 + sponsorship: &763 type: object properties: created_at: @@ -230841,12 +231187,12 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - sponsorship @@ -230934,12 +231280,12 @@ webhooks: type: string required: - from - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -231016,17 +231362,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &759 + effective_date: &764 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: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - sponsorship @@ -231100,7 +231446,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &760 + changes: &765 type: object properties: tier: @@ -231144,13 +231490,13 @@ webhooks: - from required: - tier - effective_date: *759 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + effective_date: *764 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -231227,13 +231573,13 @@ webhooks: type: string enum: - tier_changed - changes: *760 - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + changes: *765 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - sponsorship: *758 + sponsorship: *763 required: - action - changes @@ -231307,10 +231653,10 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -231394,10 +231740,10 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -231831,15 +232177,15 @@ webhooks: type: - string - 'null' - enterprise: *700 + enterprise: *705 id: description: The unique identifier of the status. type: integer - installation: *701 + installation: *706 name: type: string - organization: *702 - repository: *703 + organization: *707 + repository: *708 sender: *4 sha: description: The Commit SHA. @@ -231949,15 +232295,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - parent_issue_repo: *71 + parent_issue: *81 + parent_issue_repo: *77 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - installation: *701 - organization: *702 - repository: *703 + sub_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -232041,15 +232387,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - parent_issue_repo: *71 + parent_issue: *81 + parent_issue_repo: *77 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - installation: *701 - organization: *702 - repository: *703 + sub_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -232133,15 +232479,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - sub_issue_repo: *71 + sub_issue: *81 + sub_issue_repo: *77 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - installation: *701 - organization: *702 - repository: *703 + parent_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -232225,15 +232571,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *75 - sub_issue_repo: *71 + sub_issue: *81 + sub_issue_repo: *77 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *75 - installation: *701 - organization: *702 - repository: *703 + parent_issue: *81 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -232310,12 +232656,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - team: &761 + team: &766 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -232545,9 +232891,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -233017,7 +233363,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -233093,9 +233439,9 @@ webhooks: type: string enum: - created - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -233565,7 +233911,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -233642,9 +233988,9 @@ webhooks: type: string enum: - deleted - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -234114,7 +234460,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -234258,9 +234604,9 @@ webhooks: - from required: - permissions - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -234730,7 +235076,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - changes @@ -234808,9 +235154,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *700 - installation: *701 - organization: *702 + enterprise: *705 + installation: *706 + organization: *707 repository: title: Repository description: A git repository @@ -235280,7 +235626,7 @@ webhooks: - topics - visibility sender: *4 - team: *761 + team: *766 required: - action - team @@ -235356,10 +235702,10 @@ webhooks: type: string enum: - started - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 required: - action @@ -235432,17 +235778,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *700 + enterprise: *705 inputs: type: - object - 'null' additionalProperties: true - installation: *701 - organization: *702 + installation: *706 + organization: *707 ref: type: string - repository: *703 + repository: *708 sender: *4 workflow: type: string @@ -235524,10 +235870,10 @@ webhooks: type: string enum: - completed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: allOf: @@ -235783,7 +236129,7 @@ webhooks: type: string required: - conclusion - deployment: *475 + deployment: *480 required: - action - repository @@ -235862,10 +236208,10 @@ webhooks: type: string enum: - in_progress - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: allOf: @@ -236147,7 +236493,7 @@ webhooks: required: - status - steps - deployment: *475 + deployment: *480 required: - action - repository @@ -236226,10 +236572,10 @@ webhooks: type: string enum: - queued - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: type: object @@ -236375,7 +236721,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *475 + deployment: *480 required: - action - repository @@ -236454,10 +236800,10 @@ webhooks: type: string enum: - waiting - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 workflow_job: type: object @@ -236604,7 +236950,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *475 + deployment: *480 required: - action - repository @@ -236684,12 +237030,12 @@ webhooks: type: string enum: - completed - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object @@ -237708,12 +238054,12 @@ webhooks: type: string enum: - in_progress - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object @@ -238717,12 +239063,12 @@ webhooks: type: string enum: - requested - enterprise: *700 - installation: *701 - organization: *702 - repository: *703 + enterprise: *705 + installation: *706 + organization: *707 + repository: *708 sender: *4 - workflow: *715 + workflow: *720 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 154d219f3..be210b3cc 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -9198,14 +9198,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -28213,14 +28205,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -29293,14 +29277,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -49006,7 +48982,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -49166,7 +49142,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -49332,7 +49308,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -49492,7 +49468,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -84002,14 +83978,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -88364,14 +88332,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -91538,9 +91498,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -108168,14 +108125,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -110841,14 +110790,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -119275,14 +119216,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -123637,14 +123570,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -126811,9 +126736,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -130262,9 +130184,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -131666,9 +131585,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -142482,14 +142398,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -144297,14 +144205,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147257,9 +147157,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -149954,14 +149851,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151034,14 +150923,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -153584,9 +153465,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -155397,9 +155275,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -156600,6 +156475,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": { @@ -156876,6 +156803,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": { @@ -157103,6 +157082,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": { @@ -170720,9 +170751,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -173894,9 +173922,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -177866,9 +177891,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -180609,7 +180631,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -180769,7 +180791,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -180935,7 +180957,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -181095,7 +181117,7 @@ } }, "x-github": { - "githubCloudOnly": true, + "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "copilot", "subcategory": "copilot-usage-metrics" @@ -187728,9 +187750,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -190747,9 +190766,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -194049,14 +194065,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -198411,14 +198419,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -201585,9 +201585,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -217093,14 +217090,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220734,9 +220723,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -223172,9 +223158,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -227273,14 +227256,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -228835,14 +228810,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -230424,14 +230391,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231761,9 +231720,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -236908,9 +236864,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -238300,9 +238253,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -241718,9 +241668,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -244039,9 +243986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -244672,6 +244616,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", @@ -244701,6 +244656,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" @@ -244853,7 +244848,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" ], @@ -244919,12 +244914,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": { @@ -244942,13 +244937,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" ] }, @@ -244979,6 +245023,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" + } } } } @@ -245022,6 +245077,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", @@ -245055,6 +245121,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" @@ -245386,6 +245492,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", @@ -245415,6 +245532,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" @@ -245483,7 +245640,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" ], @@ -245581,16 +245738,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 + ] + } } } } @@ -250144,14 +250364,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -254199,14 +254411,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -255371,14 +255575,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261735,14 +261931,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -265790,14 +265978,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -266962,14 +267142,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -278965,9 +279137,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -280314,12 +280483,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -281107,14 +281270,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -282434,14 +282589,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -283410,14 +283557,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -300945,9 +301084,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -309154,9 +309290,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -312877,12 +313010,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -313670,14 +313797,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -314997,14 +315116,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -315973,14 +316084,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -318101,12 +318204,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -318894,14 +318991,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -320221,14 +320310,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -321197,14 +321278,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -328683,14 +328756,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -329772,14 +329837,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -332723,9 +332780,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -333660,9 +333714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -335711,9 +335762,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -336648,9 +336696,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -339543,9 +339588,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -340480,9 +340522,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -347873,9 +347912,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -348810,9 +348846,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -387845,9 +387878,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -389847,9 +389877,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -391359,9 +391386,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -393209,9 +393233,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -408587,9 +408608,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -410768,9 +410786,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -412585,9 +412600,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -416427,9 +416439,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -425052,14 +425061,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -426224,14 +426225,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -431405,9 +431398,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -432846,9 +432836,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -462701,14 +462688,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -467063,14 +467042,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -470237,9 +470208,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -473593,9 +473561,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -474879,12 +474844,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -475672,14 +475631,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -476999,14 +476950,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -477975,14 +477918,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -490413,9 +490348,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -491988,9 +491920,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -495159,14 +495088,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -499495,14 +499416,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -510001,14 +509914,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -515939,14 +515844,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -521673,14 +521570,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -526241,14 +526130,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -530560,14 +530441,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -534676,14 +534549,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -541182,14 +541047,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -545385,14 +545242,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -549672,14 +549521,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -553981,14 +553822,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -571729,14 +571562,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -577085,14 +576910,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -581298,14 +581115,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -585479,14 +585288,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -589765,14 +589566,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -604749,14 +604542,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -616301,9 +616086,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -623291,14 +623073,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -624463,14 +624237,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628104,14 +627870,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629269,14 +629027,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -636375,14 +636125,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -637540,14 +637282,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -641449,14 +641183,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -642614,14 +642340,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -645376,9 +645094,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -647193,9 +646908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -654880,14 +654592,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -656052,14 +655756,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -659779,14 +659475,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -660951,14 +660639,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -669804,6 +669484,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": { @@ -670696,6 +670402,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": { @@ -673129,6 +672861,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": { @@ -705237,12 +704995,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -706030,14 +705782,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -707357,14 +707101,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -708333,14 +708069,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -714279,9 +714007,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -715808,12 +715533,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -716601,14 +716320,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -717928,14 +717639,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -718904,14 +718607,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -720575,9 +720270,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -734432,9 +734124,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -736137,9 +735826,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -738787,14 +738473,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -741676,9 +741354,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -747389,9 +747064,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -753414,9 +753086,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -755786,9 +755455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -757603,9 +757269,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -759729,9 +759392,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -761902,9 +761562,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -763891,9 +763548,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -766793,12 +766447,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -767586,14 +767234,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -768913,14 +768553,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -769889,14 +769521,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -772491,9 +772115,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -774568,9 +774189,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -776380,9 +775998,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -782415,14 +782030,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -785549,14 +785156,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -791947,14 +791546,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -793571,14 +793162,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -795173,14 +794756,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -796669,9 +796244,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -798326,9 +797898,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -799657,9 +799226,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -802330,14 +801896,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -803690,12 +803248,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -804483,14 +804035,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -805810,14 +805354,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -806786,14 +806322,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -808703,9 +808231,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -812114,14 +811639,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -813234,14 +812751,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -814665,9 +814174,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -818977,14 +818483,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -823032,14 +822530,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -824204,14 +823694,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -829138,9 +828620,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -832440,14 +831919,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -836802,14 +836273,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -839976,9 +839439,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -845477,14 +844937,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -849839,14 +849291,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -853013,9 +852457,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -858524,14 +857965,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -862886,14 +862319,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -866060,9 +865485,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -872867,9 +872289,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -874259,9 +873678,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -883053,14 +882469,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -887108,14 +886516,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -888280,14 +887680,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -899446,14 +898838,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -903808,14 +903192,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -906982,9 +906358,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -912479,14 +911852,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -916841,14 +916206,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -920015,9 +919372,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "forks_count": { "type": "integer" }, @@ -923395,9 +922749,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -924955,14 +924306,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -925940,14 +925283,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -926944,9 +926279,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -928786,14 +928118,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -930788,14 +930112,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -932790,14 +932106,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -934972,14 +934280,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -937322,14 +936622,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -939504,14 +938796,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -941914,14 +941198,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -944324,14 +943600,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -946734,14 +946002,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -949185,14 +948445,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -952053,9 +951305,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -954355,14 +953604,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -957119,9 +956360,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -959421,14 +958659,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -962185,9 +961415,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -964487,14 +963714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -967264,9 +966483,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "type": "boolean" - }, "archived": { "type": "boolean" }, @@ -969566,14 +968782,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -972691,14 +971899,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -975505,14 +974705,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -978313,14 +977505,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -980807,14 +979991,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -983428,14 +982604,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -985874,14 +985042,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -988406,14 +987566,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -990856,14 +990008,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -993248,14 +992392,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -995736,14 +994872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -997976,14 +997104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -999999,14 +999119,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1004182,14 +1003294,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1006370,14 +1005474,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1009363,14 +1008459,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1012355,14 +1011443,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1015347,14 +1014427,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1018339,14 +1017411,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1021331,14 +1020395,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1024323,14 +1023379,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1027315,14 +1026363,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1030307,14 +1029347,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1032362,14 +1031394,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1034417,14 +1033441,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1037076,14 +1036092,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1041746,14 +1040754,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1042911,14 +1041911,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1044880,14 +1043872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1047063,14 +1046047,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1050208,14 +1049184,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1053291,14 +1052259,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1057834,14 +1056794,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1061481,14 +1060433,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1064042,14 +1062986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1066540,14 +1065476,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1069254,14 +1068182,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1071969,14 +1070889,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1074703,14 +1073615,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1077202,14 +1076106,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1079699,14 +1078595,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1082223,14 +1081111,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1084763,14 +1083643,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1087261,14 +1086133,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1089758,14 +1088622,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1092255,14 +1091111,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1094541,14 +1093389,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1096768,14 +1095608,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1099368,14 +1098200,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1101908,14 +1100732,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1104406,14 +1103222,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1106903,14 +1105711,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1108906,14 +1107706,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1111316,14 +1110108,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1113767,14 +1112551,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1116177,14 +1114953,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1118587,14 +1117355,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1121038,14 +1119798,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1123448,14 +1122200,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1125858,14 +1124602,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1128268,14 +1127004,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1130719,14 +1129447,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1133170,14 +1131890,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1135580,14 +1134292,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1137990,14 +1136694,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1140400,14 +1139096,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1142851,14 +1141539,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1146235,14 +1144915,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1148551,14 +1147223,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1151608,14 +1150272,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1154763,14 +1153419,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1157823,14 +1156471,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1160910,14 +1159550,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1164111,14 +1162743,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1167278,14 +1165902,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1169438,14 +1168054,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1172498,14 +1171106,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1177032,14 +1175632,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1181558,14 +1180150,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1186102,14 +1184686,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1190636,14 +1189212,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1195169,14 +1193737,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1198093,14 +1196653,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1201966,14 +1200518,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1204529,14 +1203073,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1205805,14 +1204341,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1208728,14 +1207256,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1212601,14 +1211121,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1215164,14 +1213676,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1216440,14 +1214944,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1219363,14 +1217859,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1221926,14 +1220414,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1224212,14 +1222692,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1227075,14 +1225547,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1229998,14 +1228462,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1232561,14 +1231017,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1234847,14 +1233295,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1237710,14 +1236150,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1242200,14 +1240632,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1246812,14 +1245236,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1251195,14 +1249611,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1255772,14 +1254180,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1260232,14 +1258632,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1264662,14 +1263054,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1269053,14 +1267437,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1273628,14 +1272004,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1277069,11 +1275437,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", @@ -1281033,14 +1279396,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1285415,14 +1283770,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1289802,14 +1288149,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1293282,11 +1291621,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1297219,14 +1295553,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1301676,14 +1300002,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1306167,14 +1304485,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1310599,14 +1308909,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1314988,14 +1313290,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1319370,14 +1317664,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1323826,14 +1322112,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1325873,14 +1324151,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1327918,14 +1326188,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1330006,14 +1328268,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1332253,14 +1330507,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1334502,14 +1332748,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1336748,14 +1334986,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1338989,14 +1337219,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1341234,14 +1339456,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1343369,14 +1341583,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1345508,14 +1343714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1347613,14 +1345811,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1349717,14 +1347907,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1351956,14 +1350138,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1354135,14 +1352309,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1356182,14 +1354348,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1358313,14 +1356471,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1360512,14 +1358662,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1362707,14 +1360849,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1364903,14 +1363037,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1367141,14 +1365267,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1369337,14 +1367455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1371440,14 +1369550,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1373543,14 +1371645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1377629,14 +1375723,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1379778,14 +1377864,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1381947,14 +1380025,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1384197,14 +1382267,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1386360,14 +1384422,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1389263,14 +1387317,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1391911,14 +1389957,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1394060,14 +1392098,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1399443,14 +1397473,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1401802,14 +1399824,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1403973,14 +1401987,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1406152,14 +1404158,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1408346,14 +1406344,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1410650,14 +1408640,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1412824,14 +1410806,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1414879,14 +1412853,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1416938,14 +1414904,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1419010,14 +1416968,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1421065,14 +1419015,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1423239,14 +1421181,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1425418,14 +1423352,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1427623,14 +1425549,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1429796,14 +1427714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1445036,14 +1442946,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1446949,11 +1444851,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1447802,11 +1445699,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1450260,14 +1448152,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1452058,11 +1449942,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "has_pages": { "type": "boolean" }, @@ -1452918,11 +1450797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1455378,14 +1453252,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1457189,11 +1455055,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1458036,11 +1455897,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1460496,14 +1458352,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1463703,14 +1461551,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1464868,14 +1462708,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1466896,14 +1464728,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1470103,14 +1467927,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1471268,14 +1469084,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1473296,14 +1471104,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1475398,11 +1473198,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1476245,11 +1474040,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1478691,14 +1476481,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1480500,11 +1478282,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1481347,11 +1479124,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1483812,14 +1481584,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1487081,14 +1484845,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1488246,14 +1486002,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1490274,14 +1488022,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1492084,11 +1489824,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1492931,11 +1490666,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1495379,14 +1493109,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1497235,11 +1494957,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1498088,11 +1495805,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1500547,14 +1498259,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1502359,11 +1500063,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1503212,11 +1500911,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1505670,14 +1503364,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1507772,11 +1505458,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1508619,11 +1506300,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean" - }, "homepage": { "type": [ "string", @@ -1511065,14 +1508741,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1514271,14 +1511939,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1515436,14 +1513096,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1517464,14 +1515116,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1520671,14 +1518315,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1521836,14 +1519472,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1523864,14 +1521492,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1527071,14 +1524691,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1528236,14 +1525848,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1530264,14 +1527868,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1532446,11 +1530042,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1533281,11 +1530872,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1535604,14 +1533190,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1537781,11 +1535359,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1538616,11 +1536189,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1540929,14 +1538497,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1543127,11 +1540687,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1543962,11 +1541517,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1546276,14 +1543826,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1548083,11 +1545625,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1548918,11 +1546455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1551243,14 +1548775,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1556308,14 +1553832,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1558337,11 +1555853,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1559184,11 +1556695,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1561648,14 +1559154,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1563471,11 +1560969,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1564318,11 +1561811,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1566782,14 +1564270,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1568747,11 +1566227,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1569594,11 +1567069,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1572051,14 +1569521,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1573877,11 +1571339,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1574724,11 +1572181,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1577172,14 +1574624,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1579116,11 +1576560,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1579954,11 +1577393,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1582280,14 +1579714,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1584296,11 +1581722,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1585095,11 +1582516,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1587381,14 +1584797,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1589581,11 +1586989,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1590374,11 +1587777,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1592649,14 +1590047,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1594863,11 +1592253,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1595710,11 +1593095,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1598168,14 +1595548,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1600086,11 +1597458,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1600939,11 +1598306,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1603398,14 +1600760,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1605253,11 +1602607,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1606106,11 +1603455,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1608564,14 +1605908,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1610372,11 +1607708,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1611222,11 +1608553,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1613668,14 +1610994,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1615281,11 +1612599,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "type": "boolean", - "default": true - }, "homepage": { "type": [ "string", @@ -1617967,14 +1615280,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1620518,14 +1617823,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1622965,14 +1620262,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1625413,14 +1622702,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1627914,14 +1625195,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1630368,14 +1627641,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1632818,14 +1630083,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1635265,14 +1632522,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1637715,14 +1634964,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1639717,14 +1636958,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1643710,14 +1640943,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1647703,14 +1644928,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1649706,14 +1646923,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1651709,14 +1648918,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1653720,14 +1650921,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1655781,14 +1652974,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1657778,14 +1654963,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1659787,14 +1656964,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1661790,14 +1658959,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1663820,14 +1660981,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1665824,14 +1662977,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1669149,14 +1666294,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1672474,14 +1669611,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1678897,14 +1676026,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1680901,14 +1678022,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1683077,14 +1680190,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1685263,14 +1682368,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1687438,14 +1684535,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1689613,14 +1686702,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1692628,14 +1689709,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1695475,14 +1692548,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1698580,14 +1695645,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1701603,14 +1698660,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1704450,14 +1701499,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1707297,14 +1704338,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1710312,14 +1707345,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1713159,14 +1710184,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1715007,14 +1712024,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1717225,14 +1714234,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1719452,14 +1716453,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1721679,14 +1718672,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1723787,12 +1720772,6 @@ "all" ] }, - "has_commit_comments": { - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "type": "boolean" }, @@ -1724580,14 +1721559,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1725907,14 +1722878,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1726883,14 +1723846,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1728827,14 +1725782,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1731152,14 +1728099,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1733494,14 +1730433,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1735824,14 +1732755,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1738212,14 +1735135,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1740597,14 +1737512,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1742923,14 +1739830,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1744933,14 +1741832,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1747439,14 +1744330,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1750395,14 +1747278,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1752958,14 +1749833,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1755244,14 +1752111,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1758107,14 +1754966,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1761032,14 +1757883,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1763595,14 +1760438,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1765881,14 +1762716,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1768744,14 +1765571,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1771669,14 +1768488,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1774232,14 +1771043,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1776518,14 +1773321,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1779381,14 +1776176,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1782306,14 +1779093,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1784869,14 +1781648,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1787155,14 +1783926,6 @@ "all" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1790018,14 +1786781,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1792016,14 +1788771,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1800831,14 +1797578,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1802836,14 +1799575,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1804841,14 +1801572,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1807900,14 +1804623,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1810997,14 +1807712,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1813917,14 +1810624,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1816838,14 +1813537,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1820145,14 +1816836,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -1823434,14 +1820117,6 @@ "collaborators_only" ] }, - "has_commit_comments": { - "description": "Whether commit comments are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, "archived": { "description": "Whether the repository is archived.", "default": false, diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 0cb8d4d61..5a1757d92 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -3442,12 +3442,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -17992,7 +17986,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -18059,7 +18053,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -18095,7 +18089,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -18130,7 +18124,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -28100,8 +28094,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean forks_count: type: integer mirror_url: @@ -33042,8 +33034,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -39894,6 +39884,8 @@ paths: created: '2011-01-26T19:14:43Z' updated_at: '2011-01-26T19:14:43Z' attestation_id: 456 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40055,6 +40047,8 @@ paths: items: *295 examples: default: *296 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40221,6 +40215,8 @@ paths: status: active created_at: '2023-10-01T12:00:00Z' updated_at: '2023-10-01T12:00:00Z' + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45216,7 +45212,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -45253,7 +45249,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -45291,7 +45287,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -45328,7 +45324,7 @@ paths: '403': *27 '404': *6 x-github: - githubCloudOnly: true + githubCloudOnly: false enabledForGitHubApps: true category: copilot subcategory: copilot-usage-metrics @@ -54471,6 +54467,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 @@ -54501,6 +54506,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 @@ -54538,6 +54573,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: @@ -54598,11 +54634,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 @@ -54625,11 +54664,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: @@ -54656,6 +54742,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 @@ -54690,6 +54785,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 @@ -54725,6 +54829,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 @@ -54850,6 +54984,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: @@ -54935,12 +55070,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 @@ -58891,10 +59085,6 @@ paths: - collaborators_only examples: - all - has_commit_comments: - type: boolean - examples: - - true archived: type: boolean disabled: @@ -106708,6 +106898,7 @@ paths: responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106825,6 +107016,7 @@ paths: schema: *698 examples: default: *702 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107010,6 +107202,7 @@ paths: responses: '204': description: Response + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115535,8 +115728,6 @@ paths: enum: - all - collaborators_only - has_commit_comments: - type: boolean archived: type: boolean disabled: @@ -127371,12 +127562,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean - examples: - - true archived: description: Whether the repository is archived. default: false @@ -163973,10 +164158,6 @@ 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 @@ -168458,10 +168639,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -180577,10 +180754,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -181242,10 +181415,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -183028,10 +183197,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true has_pages: type: boolean has_projects: @@ -183699,10 +183864,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -185496,10 +185657,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -186157,10 +186314,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -188189,10 +188342,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -188848,10 +188997,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - default: true - type: boolean homepage: type: - string @@ -190628,10 +190773,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -191289,10 +191430,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -193217,10 +193354,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -193878,10 +194011,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -195664,10 +195793,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -196329,10 +196454,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198125,10 +198246,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -198790,10 +198907,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -201216,10 +201329,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -201867,10 +201976,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -203849,10 +203954,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -204500,10 +204601,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -206183,10 +206280,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -206834,10 +206927,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -208518,10 +208607,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -209169,10 +209254,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -213395,10 +213476,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -214051,10 +214128,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -215863,10 +215936,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -216526,10 +216595,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -218449,10 +218514,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -219112,10 +219173,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -220920,10 +220977,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -221583,10 +221636,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -223471,10 +223520,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -224124,10 +224169,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -225818,10 +225859,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -226420,10 +226457,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -228376,10 +228409,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -228974,10 +229003,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - default: true homepage: type: - string @@ -230928,10 +230953,6 @@ webhooks: enum: - all - collaborators_only - has_commit_comments: - description: Whether commit comments are enabled. - type: boolean - {"code":"deadline_exceeded","msg":"operation timed out"}