diff --git a/content/rest/overview/resources-in-the-rest-api.md b/content/rest/overview/resources-in-the-rest-api.md index acced5a17d..d3ebb7c1e2 100644 --- a/content/rest/overview/resources-in-the-rest-api.md +++ b/content/rest/overview/resources-in-the-rest-api.md @@ -54,7 +54,7 @@ $ curl -I {% data variables.product.api_url_pre %}/users/octocat/orgs Blank fields are included as `null` instead of being omitted. -All timestamps return in ISO 8601 format: +All timestamps return in UTC time, ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ @@ -647,13 +647,15 @@ A link that looks like this: ## Timezones -Some requests that create new data, such as creating a new commit, allow you to provide time zone information when specifying or generating timestamps. We apply the following rules, in order of priority, to determine timezone information for API calls. +Some requests that create new data, such as creating a new commit, allow you to provide time zone information when specifying or generating timestamps. We apply the following rules, in order of priority, to determine timezone information for such API calls. * [Explicitly providing an ISO 8601 timestamp with timezone information](#explicitly-providing-an-iso-8601-timestamp-with-timezone-information) * [Using the `Time-Zone` header](#using-the-time-zone-header) * [Using the last known timezone for the user](#using-the-last-known-timezone-for-the-user) * [Defaulting to UTC without other timezone information](#defaulting-to-utc-without-other-timezone-information) +Note that these rules apply only to data passed to the API, not to data returned by the API. As mentioned in "[Schema](#schema)," timestamps returned by the API are in UTC time, ISO 8601 format. + ### Explicitly providing an ISO 8601 timestamp with timezone information For API calls that allow for a timestamp to be specified, we use that exact timestamp. An example of this is the [Commits API](/rest/reference/git#commits). diff --git a/data/reusables/secret-scanning/partner-secret-list-private-repo.md b/data/reusables/secret-scanning/partner-secret-list-private-repo.md index 5dcc5da963..2f59191ea3 100644 --- a/data/reusables/secret-scanning/partner-secret-list-private-repo.md +++ b/data/reusables/secret-scanning/partner-secret-list-private-repo.md @@ -1,258 +1,262 @@ Provider | Supported secret | API slug --- | --- | --- -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Adafruit IO | Adafruit IO Key | adafruit_io_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Adobe | Adobe Device Token | adobe_device_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Adobe | Adobe Service Token | adobe_service_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Adobe | Adobe Short-Lived Access Token | adobe_short_lived_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Adobe | Adobe JSON Web Token | adobe_jwt{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Alibaba Cloud | Alibaba Cloud Access Key ID | alibaba_cloud_access_key_id{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Alibaba Cloud | Alibaba Cloud Access Key Secret | alibaba_cloud_access_key_secret{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Amazon Web Services (AWS) | Amazon AWS Access Key ID | aws_access_key_id{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Amazon Web Services (AWS) | Amazon AWS Secret Access Key | aws_secret_access_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Amazon Web Services (AWS) | Amazon AWS Session Token | aws_session_token{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Amazon Web Services (AWS) | Amazon AWS Temporary Access Key ID | aws_temporary_access_key_id{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Asana | Asana Personal Access Token | asana_personal_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Atlassian | Atlassian API Token | atlassian_api_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Atlassian | Atlassian JSON Web Token | atlassian_jwt{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Atlassian | Bitbucket Server Personal Access Token | bitbucket_server_personal_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Azure | Azure DevOps Personal Access Token | azure_devops_personal_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Azure | Azure SAS Token | azure_sas_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Azure | Azure Service Management Certificate | azure_management_certificate{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Azure | Azure SQL Connection String | azure_sql_connection_string{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Azure | Azure Storage Account Key | azure_storage_account_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Beamer | Beamer API Key | beamer_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Checkout.com | Checkout.com Production Secret Key | checkout_production_secret_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Checkout.com | Checkout.com Test Secret Key | checkout_test_secret_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Clojars | Clojars Deploy Token | clojars_deploy_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} CloudBees CodeShip | CloudBees CodeShip Credential | codeship_credential{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Contentful | Contentful Personal Access Token | contentful_personal_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Databricks | Databricks Access Token | databricks_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Discord | Discord Bot Token | discord_bot_token{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Doppler | Doppler Personal Token | doppler_personal_token{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Doppler | Doppler Service Token | doppler_service_token{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Doppler | Doppler CLI Token | doppler_cli_token{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Doppler | Doppler SCIM Token | doppler_scim_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Doppler | Doppler Audit Token | doppler_audit_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Dropbox | Dropbox Access Token | dropbox_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Dropbox | Dropbox Short Lived Access Token | dropbox_short_lived_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Duffel | Duffel Live Access Token | duffel_live_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Duffel | Duffel Test Access Token | duffel_test_access_token{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Dynatrace | Dynatrace Access Token | dynatrace_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Dynatrace | Dynatrace Internal Token | dynatrace_internal_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} EasyPost | EasyPost Production API Key | easypost_production_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} EasyPost | EasyPost Test API Key | easypost_test_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Facebook | Facebook Access Token | facebook_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Fastly | Fastly API Token | fastly_api_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Finicity | Finicity App Key | finicity_app_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Flutterwave | Flutterwave Live API Secret Key | flutterwave_live_api_secret_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Flutterwave | Flutterwave Test API Secret Key | flutterwave_test_api_secret_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Frame.io | Frame.io JSON Web Token | frameio_jwt{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Frame.io| Frame.io Developer Token | frameio_developer_token{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} FullStory | FullStory API Key | fullstory_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} GitHub | GitHub Personal Access Token | github_personal_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} GitHub | GitHub OAuth Access Token | github_oauth_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} GitHub | GitHub Refresh Token | github_refresh_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} GitHub | GitHub App Installation Access Token | github_app_installation_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} GitHub | GitHub SSH Private Key | github_ssh_private_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} GoCardless | GoCardless Live Access Token | gocardless_live_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} GoCardless | GoCardless Sandbox Access Token | gocardless_sandbox_access_token{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Google | Firebase Cloud Messaging Server Key | firebase_cloud_messaging_server_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Google | Google API Key | google_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Google | Google Cloud Private Key ID | google_cloud_private_key_id{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Google | Google Cloud Storage Access Key Secret | google_cloud_storage_access_key_secret{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Google | Google Cloud Storage Service Account Access Key ID | google_cloud_storage_service_account_access_key_id{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Google | Google Cloud Storage User Access Key ID | google_cloud_storage_user_access_key_id{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.3 %} +Google | Google OAuth Client ID | google_oauth_client_id{% endif %} +{%- ifversion fpt or ghec or ghes > 3.3 %} +Google | Google OAuth Client Secret | google_oauth_client_secret{% endif %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Grafana | Grafana API Key | grafana_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Hashicorp Terraform | Terraform Cloud / Enterprise API Token | terraform_api_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Hubspot | Hubspot API Key | hubspot_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Intercom | Intercom Access Token | intercom_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Ionic | Ionic Personal Access Token | ionic_personal_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Ionic | Ionic Refresh Token | ionic_refresh_token{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} JFrog | JFrog Platform Access Token | jfrog_platform_access_token{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} JFrog | JFrog Platform API Key | jfrog_platform_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Linear | Linear API Key | linear_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Linear | Linear OAuth Access Token | linear_oauth_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Lob | Lob Live API Key | lob_live_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Lob | Lob Test API Key | lob_test_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Mailchimp | Mailchimp API Key | mailchimp_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Mailgun | Mailgun API Key | mailgun_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} MessageBird | MessageBird API Key | messagebird_api_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} New Relic | New Relic Personal API Key | new_relic_personal_api_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} New Relic | New Relic REST API Key | new_relic_rest_api_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} New Relic | New Relic Insights Query Key | new_relic_insights_query_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} New Relic | New Relic License Key | new_relic_license_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} npm | npm Access Token | npm_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} NuGet | NuGet API Key | nuget_api_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Onfido | Onfido Live API Token | onfido_live_api_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Onfido | Onfido Sandbox API Token | onfido_sandbox_api_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} OpenAI | OpenAI API Key | openai_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Palantir | Palantir JSON Web Token | palantir_jwt{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} PlanetScale | PlanetScale Database Password | planetscale_database_password{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} PlanetScale | PlanetScale OAuth Token | planetscale_oauth_token{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} PlanetScale | PlanetScale Service Token | planetscale_service_token{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Plivo | Plivo Auth ID | plivo_auth_id{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Plivo | Plivo Auth Token | plivo_auth_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Postman | Postman API Key | postman_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Proctorio | Proctorio Consumer Key | proctorio_consumer_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Proctorio | Proctorio Linkage Key | proctorio_linkage_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Proctorio | Proctorio Registration Key | proctorio_registration_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Proctorio | Proctorio Secret Key | proctorio_secret_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Pulumi | Pulumi Access Token | pulumi_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} PyPI | PyPI API Token | pypi_api_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} RubyGems | RubyGems API Key | rubygems_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Samsara | Samsara API Token | samsara_api_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Samsara | Samsara OAuth Access Token | samsara_oauth_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} SendGrid | SendGrid API Key | sendgrid_api_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Sendinblue | Sendinblue API Key | sendinblue_api_key{% endif %} -{%- ifversion fpt or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes > 3.2 %} Sendinblue | Sendinblue SMTP Key | sendinblue_smtp_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Shippo | Shippo Live API Token | shippo_live_api_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Shippo | Shippo Test API Token | shippo_test_api_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Shopify | Shopify App Shared Secret | shopify_app_shared_secret{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Shopify | Shopify Access Token | shopify_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Shopify | Shopify Custom App Access Token | shopify_custom_app_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Shopify | Shopify Private App Password | shopify_private_app_password{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Slack | Slack API Token | slack_api_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Slack | Slack Incoming Webhook URL | slack_incoming_webhook_url{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Slack | Slack Workflow Webhook URL | slack_workflow_webhook_url{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} SSLMate | SSLMate API Key | sslmate_api_key{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} SSLMate | SSLMate Cluster Secret | sslmate_cluster_secret{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Stripe | Stripe API Key | stripe_api_key{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Stripe | Stripe Live API Secret Key | stripe_live_secret_key{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Stripe | Stripe Test API Secret Key | stripe_test_secret_key{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Stripe | Stripe Live API Restricted Key | stripe_live_restricted_key{% endif %} -{%- ifversion fpt or ghes > 3.0 or ghae %} +{%- ifversion fpt or ghec or ghes > 3.0 or ghae %} Stripe | Stripe Test API Restricted Key | stripe_test_restricted_key{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Stripe | Stripe Webhook Signing Secret | stripe_webhook_signing_secret{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Tableau | Tableau Personal Access Token | tableau_personal_access_token{% endif %} -{%- ifversion fpt or ghes > 3.1 or ghae-next %} +{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %} Telegram | Telegram Bot Token | telegram_bot_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Tencent Cloud | Tencent Cloud Secret ID | tencent_cloud_secret_id{% endif %} -{%- ifversion fpt or ghes > 3.3 %} +{%- ifversion fpt or ghec or ghes > 3.3 %} Twilio | Twilio Access Token | twilio_access_token{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Twilio | Twilio Account String Identifier | twilio_account_sid{% endif %} -{%- ifversion fpt or ghes > 2.22 or ghae %} +{%- ifversion fpt or ghec or ghes > 2.22 or ghae %} Twilio | Twilio API Key | twilio_api_key{% endif %} diff --git a/lib/search/indexes/github-docs-2.22-en-records.json.br b/lib/search/indexes/github-docs-2.22-en-records.json.br index 970d26e81e..712b49978f 100644 --- a/lib/search/indexes/github-docs-2.22-en-records.json.br +++ b/lib/search/indexes/github-docs-2.22-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:659741a9102ee5c69473027ed3440379adc6e1d123ce0866705ababc16aae75d -size 433789 +oid sha256:1627f63e661f52aa077a6bddc68dc6b7f79bf10944cb8ceaf52b3a49b628bf5c +size 434487 diff --git a/lib/search/indexes/github-docs-2.22-en.json.br b/lib/search/indexes/github-docs-2.22-en.json.br index 0f03a0f236..73eea3c8ea 100644 --- a/lib/search/indexes/github-docs-2.22-en.json.br +++ b/lib/search/indexes/github-docs-2.22-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:488b28b5a01c9af757105a919f5f74da25ec754f14da60bc252dcca60e93fab5 -size 1694743 +oid sha256:b0824900ffe6b2ca9820ecafbe5acc34c7dc323034b4b0a834dc7c2d43da0fe5 +size 1700731 diff --git a/lib/search/indexes/github-docs-3.0-en-records.json.br b/lib/search/indexes/github-docs-3.0-en-records.json.br index 8de5842150..a767d022ff 100644 --- a/lib/search/indexes/github-docs-3.0-en-records.json.br +++ b/lib/search/indexes/github-docs-3.0-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ec35c64523e6868280d0f9bf1cb96d7518bdc5ab2a540434eeb9c86ea724ec6 -size 454197 +oid sha256:15407b2d2e53ee772ae31824ab2ae36c5c49093a4271878beff4059dfce91cf0 +size 454747 diff --git a/lib/search/indexes/github-docs-3.0-en.json.br b/lib/search/indexes/github-docs-3.0-en.json.br index 60307e0d7f..69db972083 100644 --- a/lib/search/indexes/github-docs-3.0-en.json.br +++ b/lib/search/indexes/github-docs-3.0-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41d2bfcb5d0af671a90150c8bfd0d87d2b69024ae6c941f1fdd84eff0d2688a2 -size 1769470 +oid sha256:9a07d5becdec4b167e6d5c4f1f65789f39ee71e11db2e037fbd43a9a13d11d5a +size 1774198 diff --git a/lib/search/indexes/github-docs-3.1-en-records.json.br b/lib/search/indexes/github-docs-3.1-en-records.json.br index cf68d01e42..cceb73d299 100644 --- a/lib/search/indexes/github-docs-3.1-en-records.json.br +++ b/lib/search/indexes/github-docs-3.1-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94938a6551020b21e326a5450c00d28d27dad39b99315c82523b16a839691fe9 -size 464365 +oid sha256:0ecf25f7c365e3cfd2ac12f867e03bec5b5dd0b26c70a16f2141604fcff0a276 +size 464898 diff --git a/lib/search/indexes/github-docs-3.1-en.json.br b/lib/search/indexes/github-docs-3.1-en.json.br index cf06cd48d0..8032f1484e 100644 --- a/lib/search/indexes/github-docs-3.1-en.json.br +++ b/lib/search/indexes/github-docs-3.1-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ffd54699179f1f6dcd31a30791d77e7a5bc7d103338cca325f537ae6f9e8600 -size 1813221 +oid sha256:4e5786b63b66100ce5d7c7b07581b90585c1339389bcd9abf3ac5d52f1969339 +size 1818485 diff --git a/lib/search/indexes/github-docs-3.2-en-records.json.br b/lib/search/indexes/github-docs-3.2-en-records.json.br index 18732c3c5f..181251c0ae 100644 --- a/lib/search/indexes/github-docs-3.2-en-records.json.br +++ b/lib/search/indexes/github-docs-3.2-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dff569c4f11428a54ba025071541057c50ff7026fbee6ece4f7207b0f1693894 -size 472021 +oid sha256:3417da1e47b12a6cc0fd8cdcd988cabdb9220e67e30d7f8e415ae84849e02f18 +size 472402 diff --git a/lib/search/indexes/github-docs-3.2-en.json.br b/lib/search/indexes/github-docs-3.2-en.json.br index eb4edd34dd..c045f95094 100644 --- a/lib/search/indexes/github-docs-3.2-en.json.br +++ b/lib/search/indexes/github-docs-3.2-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2b1ea6c50957a3bae39950744e3a34ec809c66cae6f86b2035df9b15e866a27 -size 1845507 +oid sha256:072f9b6e7825127e73a09f60de7ab751d66046cf5fb895025ad106e4aff2629c +size 1849808 diff --git a/lib/search/indexes/github-docs-dotcom-cn-records.json.br b/lib/search/indexes/github-docs-dotcom-cn-records.json.br index 7b3b1e838d..1414296f03 100644 --- a/lib/search/indexes/github-docs-dotcom-cn-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a9f0d99f1a4d8776d41c8171a802d090df524a8065f8a8c00d3053e876bae2a -size 781753 +oid sha256:bcbc30b942e45efaa9c56c13465ac63e8b3eb61253b9c470e928e3b28bf1049f +size 780789 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 9b995fe071..60ec6b9040 100644 --- a/lib/search/indexes/github-docs-dotcom-cn.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e0359619a593cf99fb6c2bf66e4e8a87ec797dad8eb85fd4d7d4c36dfd4201d -size 1233297 +oid sha256:091216a5f0880059c2bda8afb4567904a8599b7501e54cd9a2e19167bbf6d179 +size 1229275 diff --git a/lib/search/indexes/github-docs-dotcom-en-records.json.br b/lib/search/indexes/github-docs-dotcom-en-records.json.br index 02691b0db1..4a56b0b96a 100644 --- a/lib/search/indexes/github-docs-dotcom-en-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1af7f559b8a54181215d141f781218f99818c3f21db333e7cee5382980214bf -size 639731 +oid sha256:381d39c73b002a52059fc51d3338b092fdb3006c462b091a5d2b02faa6e33f4e +size 622486 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index d75680abac..99dfbc1b7f 100644 --- a/lib/search/indexes/github-docs-dotcom-en.json.br +++ b/lib/search/indexes/github-docs-dotcom-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f570efe43fb66c80b45a1e3384d25ecd98999d568e9b84c8e70a1f84abe8d74e -size 2431702 +oid sha256:1b61263950c6509531fbf6f291b11e901c0c6610533738538c6615f279451ea8 +size 2338090 diff --git a/lib/search/indexes/github-docs-ghae-en-records.json.br b/lib/search/indexes/github-docs-ghae-en-records.json.br index ffa57447be..fe1ab59e6b 100644 --- a/lib/search/indexes/github-docs-ghae-en-records.json.br +++ b/lib/search/indexes/github-docs-ghae-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2db91f9e70d4b3d265ddb22518f1a1b7957f9aea1bbe5f7fa7c6a2b8cec668d -size 365814 +oid sha256:edf52bdf5cd0a4c7871325e21acb1c9a0dc040ccbc3ef76e58b72ea49a99993a +size 365794 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 47ade6ce86..f6f25e0b6c 100644 --- a/lib/search/indexes/github-docs-ghae-en.json.br +++ b/lib/search/indexes/github-docs-ghae-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb206003ea252d7e1cca4cf879e5b51ffb51bb8418e7bbb4481e9bee203328a0 -size 1359759 +oid sha256:0baf55effb80a518bdb6d2beac62ca7d9904ac2d51b7ce8ad4cf99d936ac9a9f +size 1363409 diff --git a/lib/search/indexes/github-docs-ghec-en-records.json.br b/lib/search/indexes/github-docs-ghec-en-records.json.br index 3aa8a1c52e..317477972e 100644 --- a/lib/search/indexes/github-docs-ghec-en-records.json.br +++ b/lib/search/indexes/github-docs-ghec-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccaa952e3b3759be868001f185292886fa6a7f4453e687066e07410e96044ee2 -size 546246 +oid sha256:e64e38407f22f0cb81c51d18548fd069beae4f9290bc3a5722196bb192528c78 +size 546044 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index acccee4b63..ea22c2f654 100644 --- a/lib/search/indexes/github-docs-ghec-en.json.br +++ b/lib/search/indexes/github-docs-ghec-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba0b721c9c0a2095c028c1a85d127146f42be0482d7b1d1dbbc3620ebc83a38e -size 2155356 +oid sha256:92322eb6294c2f1633fa41273f6a7e6efcb35ac17b93858ac8bfbffe822ff5a6 +size 2155271