diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index d04efac57..b938e887a 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -38,15 +38,15 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Repo Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go ${{ matrix.go-version }} - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} @@ -61,9 +61,9 @@ jobs: - name: Upload Go unit test results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: ${{ env.JUNIT_ARTIFACT_DIR }} + name: ${{ env.JUNIT_ARTIFACT_DIR }}-${{ matrix.os }}-${{ matrix.go-version }} path: ${{ env.JUNIT_OUTPUT_DIR }} setup: @@ -110,10 +110,10 @@ jobs: # looker: '7_20' steps: - name: Repo Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1.0.0 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCP_AR_READER_SA_KEY }} project_id: ${{ secrets.GCP_PROJECT_ID }} @@ -121,7 +121,7 @@ jobs: export_environment_variables: true - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.1.0 + uses: google-github-actions/setup-gcloud@v2 - name: Authenticate Artifact Repository run: gcloud auth configure-docker us-west1-docker.pkg.dev --quiet @@ -160,7 +160,7 @@ jobs: docker logs -f looker-sdk-codegen-ci --until=30s & - name: Install Go ${{ matrix.go-version }} - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.17.6 check-latest: true @@ -180,9 +180,9 @@ jobs: - name: Upload Go unit test results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: ${{ env.JUNIT_ARTIFACT_DIR }} + name: ${{ env.JUNIT_ARTIFACT_DIR }}-${{ matrix.os }}-${{ matrix.looker }} path: ${{ env.JUNIT_OUTPUT_DIR }} publish-test-results: @@ -192,18 +192,17 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: Publish All Test Results - uses: EnricoMi/publish-unit-test-result-action@v1.12 + uses: EnricoMi/publish-unit-test-result-action@v2 with: # Cosmetic issue with `check_name` being associated to the wrong # workflow: https://github.com/EnricoMi/publish-unit-test-result-action/issues/12 check_name: Go Tests github_token: ${{ secrets.GITHUB_TOKEN }} report_individual_runs: true - hide_comments: orphaned commits check_run_annotations_branch: '*' - files: 'artifacts/${{ env.JUNIT_ARTIFACT_DIR }}/*.xml' + files: 'artifacts/${{ env.JUNIT_ARTIFACT_DIR }}*/*.xml' diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 5012a1ae2..0e6426f10 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -33,11 +33,11 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4.5.0 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - run: pip install -e . @@ -75,10 +75,10 @@ jobs: steps: - name: Repo Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -92,9 +92,9 @@ jobs: - name: Upload pytest test results if: ${{ always() }} - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: - name: python-test-results + name: python-test-results-${{ matrix.os }}-${{ matrix.python-version }} path: python/results/ integration: @@ -142,15 +142,15 @@ jobs: # looker: '7_20' steps: - name: Repo Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1.0.0 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCP_AR_READER_SA_KEY }} project_id: ${{ secrets.GCP_PROJECT_ID }} @@ -158,7 +158,7 @@ jobs: export_environment_variables: true - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.1.0 + uses: google-github-actions/setup-gcloud@v2 - name: Authenticate Artifact Repository run: gcloud auth configure-docker us-west1-docker.pkg.dev --quiet @@ -210,9 +210,9 @@ jobs: - name: Upload pytest test results if: ${{ always() }} - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: - name: python-test-results + name: python-test-results-${{ matrix.os }}-${{ matrix.looker }} path: python/results/ twine: @@ -224,8 +224,8 @@ jobs: working-directory: python/ steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4.5.0 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - name: Twine upload check @@ -241,7 +241,7 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts @@ -251,7 +251,7 @@ jobs: - name: Check Results Files Exist id: check-results-exist run: | - if [[ $(ls -l artifacts/python-test-results/*.xml 2> /dev/null | wc -l) -ge "1" ]]; then + if [[ $(ls -l artifacts/python-test-results*/*.xml 2> /dev/null | wc -l) -ge "1" ]]; then exit 0 else curl --request POST \ @@ -272,13 +272,12 @@ jobs: - name: Publish Unit Test Results if: steps.check-results-exist.outcome == 'success' - uses: EnricoMi/publish-unit-test-result-action@v1.12 + uses: EnricoMi/publish-unit-test-result-action@v2 with: # Cosmetic issue with `check_name` being associated to the wrong # workflow: https://github.com/EnricoMi/publish-unit-test-result-action/issues/12 check_name: Python Tests github_token: ${{ secrets.GITHUB_TOKEN }} report_individual_runs: true - hide_comments: orphaned commits check_run_annotations_branch: '*' - files: 'artifacts/python-test-results/*.xml' + files: 'artifacts/python-test-results*/*.xml' diff --git a/.github/workflows/required-checks-hack-ci.yml b/.github/workflows/required-checks-hack-ci.yml index 374528bbb..57fb00d75 100644 --- a/.github/workflows/required-checks-hack-ci.yml +++ b/.github/workflows/required-checks-hack-ci.yml @@ -37,9 +37,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Repo Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - - uses: tony84727/changed-file-filter@v0.2.2 + - uses: tony84727/changed-file-filter@v0.2.3 id: filter with: filters: | diff --git a/.github/workflows/tssdk-ci.yml b/.github/workflows/tssdk-ci.yml index 7b64b90a7..b2dd862e1 100644 --- a/.github/workflows/tssdk-ci.yml +++ b/.github/workflows/tssdk-ci.yml @@ -47,15 +47,15 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Repo Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -104,9 +104,9 @@ jobs: - name: Upload ts unit test results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: tssdk-test-results + name: tssdk-test-results-${{ matrix.os }}-${{ matrix.node-version }} path: results/tssdk setup: @@ -129,7 +129,7 @@ jobs: steps: - name: Repo Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Authenticate to Google Cloud uses: google-github-actions/auth@v1.0.0 @@ -155,7 +155,7 @@ jobs: docker logs -f looker-sdk-codegen-ci --until=30s & - name: Install Node ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -173,9 +173,9 @@ jobs: - name: Upload integration test results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: tssdk-test-results + name: tssdk-test-results-${{ matrix.os }}-${{ matrix.node-version }}-${{ matrix.looker }} path: results/tssdk publish-test-results: @@ -185,7 +185,7 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts @@ -197,6 +197,5 @@ jobs: check_name: Typescript Tests github_token: ${{ secrets.GITHUB_TOKEN }} report_individual_runs: true - hide_comments: orphaned commits check_run_annotations_branch: '*' - files: 'artifacts/tssdk-test-results/*.xml' + files: 'artifacts/tssdk-test-results*/*.xml' diff --git a/csharp/rtl/Constants.cs b/csharp/rtl/Constants.cs index ef20454c3..6f6bbfec7 100644 --- a/csharp/rtl/Constants.cs +++ b/csharp/rtl/Constants.cs @@ -61,7 +61,7 @@ public struct Constants public const string DefaultApiVersion = "4.0"; public const string AgentPrefix = "CS-SDK"; - public const string LookerVersion = "24.4"; + public const string LookerVersion = "24.6"; public const string Bearer = "Bearer"; public const string LookerAppiId = "x-looker-appid"; diff --git a/kotlin/src/main/com/looker/sdk/Constants.kt b/kotlin/src/main/com/looker/sdk/Constants.kt index b8aab2244..0062aca0f 100644 --- a/kotlin/src/main/com/looker/sdk/Constants.kt +++ b/kotlin/src/main/com/looker/sdk/Constants.kt @@ -28,7 +28,7 @@ package com.looker.sdk const val ENVIRONMENT_PREFIX = "LOOKERSDK" const val SDK_TAG = "KT-SDK" -const val LOOKER_VERSION = "24.4" +const val LOOKER_VERSION = "24.6" const val API_VERSION = "4.0" const val AGENT_TAG = "$SDK_TAG $LOOKER_VERSION" const val LOOKER_APPID = "x-looker-appid" diff --git a/packages/sdk/src/constants.ts b/packages/sdk/src/constants.ts index 52bc678e1..aaebc56dd 100644 --- a/packages/sdk/src/constants.ts +++ b/packages/sdk/src/constants.ts @@ -24,5 +24,5 @@ */ -export const sdkVersion = '24.4'; +export const sdkVersion = '24.6'; export const environmentPrefix = 'LOOKERSDK'; diff --git a/python/looker_sdk/sdk/constants.py b/python/looker_sdk/sdk/constants.py index 43b2a4c6a..71de76015 100644 --- a/python/looker_sdk/sdk/constants.py +++ b/python/looker_sdk/sdk/constants.py @@ -20,5 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -sdk_version = "24.4" +sdk_version = "24.6" environment_prefix = "LOOKERSDK" diff --git a/spec/Looker.4.0.json b/spec/Looker.4.0.json index e0b5521d1..235ab0e4d 100644 --- a/spec/Looker.4.0.json +++ b/spec/Looker.4.0.json @@ -1,10 +1,10 @@ { "swagger": "2.0", "info": { - "version": "4.0.24.4", - "x-looker-release-version": "24.4.14", + "version": "4.0.24.6", + "x-looker-release-version": "24.6.13", "title": "Looker API 4.0 Reference", - "description": "\nAPI 4.0 is the current release of the Looker API. API 3.1 is deprecated.\n\n### Authorization\n\nThe classic method of API authorization uses Looker **API** credentials for authorization and access control.\nLooker admins can create API credentials on Looker's **Admin/Users** page.\n\nAPI 4.0 adds additional ways to authenticate API requests, including OAuth and CORS requests.\n\nFor details, see [Looker API Authorization](https://cloud.google.com/looker/docs/r/api/authorization).\n\n\n### API Explorer\n\nThe API Explorer is a Looker-provided utility with many new and unique features for learning and using the Looker API and SDKs.\n\nFor details, see the [API Explorer documentation](https://cloud.google.com/looker/docs/r/api/explorer).\n\n\n### Looker Language SDKs\n\nThe Looker API is a RESTful system that should be usable by any programming language capable of making\nHTTPS requests. SDKs for a variety of programming languages are also provided to streamline using the API. Looker\nhas an OpenSource [sdk-codegen project](https://github.com/looker-open-source/sdk-codegen) that provides several\nlanguage SDKs. Language SDKs generated by `sdk-codegen` have an Authentication manager that can automatically\nauthenticate API requests when needed.\n\nFor details on available Looker SDKs, see [Looker API Client SDKs](https://cloud.google.com/looker/docs/r/api/client_sdks).\n\n\n### API Versioning\n\nFuture releases of Looker expand the latest API version release-by-release to securely expose more and more of the core\npower of the Looker platform to API client applications. API endpoints marked as \"beta\" may receive breaking changes without\nwarning (but we will try to avoid doing that). Stable (non-beta) API endpoints should not receive breaking\nchanges in future releases.\n\nFor details, see [Looker API Versioning](https://cloud.google.com/looker/docs/r/api/versioning).\n\n\n### In This Release\n\nAPI 4.0 version was introduced to make adjustments to API functions, parameters, and response types to\nfix bugs and inconsistencies. These changes fall outside the bounds of non-breaking additive changes we can\nmake to the previous API 3.1.\n\nOne benefit of these type adjustments in API 4.0 is dramatically better support for strongly\ntyped languages like TypeScript, Kotlin, Swift, Go, C#, and more.\n\nSee the [API 4.0 GA announcement](https://developers.looker.com/api/advanced-usage/version-4-ga) for more information\nabout API 4.0.\n\nThe API Explorer can be used to [interactively compare](https://cloud.google.com/looker/docs/r/api/explorer#comparing_api_versions) the differences between API 3.1 and 4.0.\n\n\n### API and SDK Support Policies\n\nLooker API versions and language SDKs have varying support levels. Please read the API and SDK\n[support policies](https://cloud.google.com/looker/docs/r/api/support-policy) for more information.\n\n\n", + "description": "\nAPI 4.0 is the current release of the Looker API. API 3.x has been removed.\n\n### Authorization\n\nThe classic method of API authorization uses Looker **API** credentials for authorization and access control.\nLooker admins can create API credentials on Looker's **Admin/Users** page.\n\nAPI 4.0 adds additional ways to authenticate API requests, including OAuth and CORS requests.\n\nFor details, see [Looker API Authorization](https://cloud.google.com/looker/docs/r/api/authorization).\n\n\n### API Explorer\n\nThe API Explorer is a Looker-provided utility with many new and unique features for learning and using the Looker API and SDKs.\n\nFor details, see the [API Explorer documentation](https://cloud.google.com/looker/docs/r/api/explorer).\n\n\n### Looker Language SDKs\n\nThe Looker API is a RESTful system that should be usable by any programming language capable of making\nHTTPS requests. SDKs for a variety of programming languages are also provided to streamline using the API. Looker\nhas an OpenSource [sdk-codegen project](https://github.com/looker-open-source/sdk-codegen) that provides several\nlanguage SDKs. Language SDKs generated by `sdk-codegen` have an Authentication manager that can automatically\nauthenticate API requests when needed.\n\nFor details on available Looker SDKs, see [Looker API Client SDKs](https://cloud.google.com/looker/docs/r/api/client_sdks).\n\n\n### API Versioning\n\nFuture releases of Looker expand the latest API version release-by-release to securely expose more and more of the core\npower of the Looker platform to API client applications. API endpoints marked as \"beta\" may receive breaking changes without\nwarning (but we will try to avoid doing that). Stable (non-beta) API endpoints should not receive breaking\nchanges in future releases.\n\nFor details, see [Looker API Versioning](https://cloud.google.com/looker/docs/r/api/versioning).\n\n\n### In This Release\n\nAPI 4.0 is the only supported API version for Looker starting with release 23.18. API 3.0 and 3.1 have been removed.\n\nAPI 4.0 has better support for strongly typed languages like TypeScript, Kotlin, Swift, Go, C#, and more.\n\nSee the [API 4.0 GA announcement](https://developers.looker.com/api/advanced-usage/version-4-ga) for more information\nabout API 4.0.\n\nThe API Explorer can be used to [interactively compare](https://cloud.google.com/looker/docs/r/api/explorer#comparing_api_versions) the differences between API 3.1 and 4.0.\n\n\n### API and SDK Support Policies\n\nLooker API versions and language SDKs have varying support levels. Please read the API and SDK\n[support policies](https://cloud.google.com/looker/docs/r/api/support-policy) for more information.\n\n\n", "contact": { "name": "Looker Team", "url": "https://help.looker.com" @@ -288,7 +288,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/query_tasks/multi_results": { @@ -334,10 +335,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/query_tasks/{query_task_id}": { @@ -382,10 +390,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/query_tasks/{query_task_id}/results": { @@ -433,10 +448,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/{query_id}": { @@ -481,10 +503,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/slug/{slug}": { @@ -529,10 +558,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries": { @@ -600,7 +636,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/{query_id}/run/{result_format}": { @@ -760,7 +797,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/run/{result_format}": { @@ -915,7 +953,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/models/{model_name}/views/{view_name}/run/{result_format}": { @@ -988,7 +1027,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/login": { @@ -1036,10 +1076,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/login/{user_id}": { @@ -1090,10 +1137,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/logout": { @@ -1122,10 +1176,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/alerts/{alert_id}/follow": { @@ -1160,10 +1221,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -1205,7 +1273,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alerts/search": { @@ -1317,10 +1386,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alerts/{alert_id}": { @@ -1358,10 +1434,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -1427,7 +1510,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -1487,7 +1571,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -1535,7 +1620,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alerts": { @@ -1602,7 +1688,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alerts/{alert_id}/enqueue": { @@ -1710,10 +1797,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alert_notifications/{alert_notification_id}": { @@ -1766,7 +1860,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/artifact/usage": { @@ -1819,7 +1914,8 @@ } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/artifact/namespaces": { @@ -1952,7 +2048,8 @@ } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/artifact/{namespace}/purge": { @@ -2193,7 +2290,8 @@ } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -2348,10 +2446,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -2395,10 +2500,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections": { @@ -2439,10 +2551,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -2507,7 +2626,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections/custom": { @@ -2548,10 +2668,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections/standard": { @@ -2592,10 +2719,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections/default": { @@ -2648,7 +2782,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -2675,10 +2810,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections/{collection_id}": { @@ -2723,10 +2865,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -2792,7 +2941,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -2846,7 +2996,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_favorite/search": { @@ -2959,10 +3110,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_favorite/{content_favorite_id}": { @@ -3007,10 +3165,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -3055,7 +3220,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_favorite": { @@ -3116,7 +3282,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_metadata": { @@ -3164,10 +3331,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_metadata/{content_metadata_id}": { @@ -3229,7 +3403,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -3272,10 +3447,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_metadata_access": { @@ -3390,10 +3572,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_metadata_access/{content_metadata_access_id}": { @@ -3455,7 +3644,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -3500,7 +3690,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content/{terms}": { @@ -3589,10 +3780,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_thumbnail/{type}/{resource_id}": { @@ -3684,10 +3882,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/content_validation": { @@ -3740,7 +3945,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_view/search": { @@ -3867,10 +4073,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/credentials_email/search": { @@ -3968,10 +4181,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/custom_welcome_email": { @@ -4000,11 +4220,18 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -4065,7 +4292,8 @@ }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/custom_welcome_email_test": { @@ -4120,7 +4348,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards": { @@ -4161,10 +4390,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -4223,7 +4459,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/search": { @@ -4403,10 +4640,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{lookml_dashboard_id}/import/{space_id}": { @@ -4494,7 +4738,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{lookml_dashboard_id}/sync": { @@ -4567,7 +4812,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{dashboard_id}": { @@ -4620,7 +4866,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -4686,7 +4933,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -4729,10 +4977,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/aggregate_table_lookml/{dashboard_id}": { @@ -4770,10 +5025,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/lookml/{dashboard_id}": { @@ -4811,10 +5073,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{dashboard_id}/move": { @@ -4880,7 +5149,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/lookml": { @@ -4941,7 +5211,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/from_lookml": { @@ -5002,7 +5273,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{dashboard_id}/copy": { @@ -5074,7 +5346,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_elements/search": { @@ -5157,10 +5430,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_elements/{dashboard_element_id}": { @@ -5205,10 +5485,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -5253,7 +5540,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -5320,7 +5608,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{dashboard_id}/dashboard_elements": { @@ -5368,10 +5657,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_elements": { @@ -5446,7 +5742,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_filters/{dashboard_filter_id}": { @@ -5491,10 +5788,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -5539,7 +5843,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -5606,7 +5911,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{dashboard_id}/dashboard_filters": { @@ -5654,10 +5960,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_filters": { @@ -5725,7 +6038,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_layout_components/{dashboard_layout_component_id}": { @@ -5770,10 +6084,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -5840,7 +6161,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_layouts/{dashboard_layout_id}/dashboard_layout_components": { @@ -5888,10 +6210,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_layouts/{dashboard_layout_id}": { @@ -5936,10 +6265,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -5990,7 +6326,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -6057,7 +6394,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{dashboard_id}/dashboard_layouts": { @@ -6105,10 +6443,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_layouts": { @@ -6176,7 +6521,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/data_actions": { @@ -6216,10 +6562,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/data_actions/form": { @@ -6268,10 +6621,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/datagroups": { @@ -6303,10 +6663,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/datagroups/{datagroup_id}": { @@ -6344,10 +6711,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -6413,7 +6787,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections": { @@ -6454,10 +6829,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -6522,7 +6904,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}": { @@ -6567,10 +6950,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -6642,7 +7032,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -6687,7 +7078,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/connection_override/{override_context}": { @@ -6747,7 +7139,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/test": { @@ -6942,7 +7335,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/graph/model/{model}": { @@ -6994,10 +7388,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/graph/view/{view}": { @@ -7049,10 +7450,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/{model_name}/{view_name}/start": { @@ -7125,10 +7533,17 @@ "schema": { "$ref": "#/definitions/Error" } - } - }, + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/{materialization_id}/status": { @@ -7166,10 +7581,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/{materialization_id}/stop": { @@ -7214,10 +7636,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dialect_info": { @@ -7258,10 +7687,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/digest_emails_enabled": { @@ -7290,10 +7726,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -7346,7 +7789,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/digest_email_send": { @@ -7420,10 +7864,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/embed_config/secrets": { @@ -7484,7 +7935,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/embed_config/secrets/{embed_secret_id}": { @@ -7531,7 +7983,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/embed/sso_url": { @@ -7592,7 +8045,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/embed/token_url/me": { @@ -7653,7 +8107,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/embed/sso/validate": { @@ -7697,10 +8152,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/embed/cookieless_session/acquire": { @@ -7761,7 +8223,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/embed/cookieless_session/{session_reference_token}": { @@ -7814,7 +8277,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/embed/cookieless_session/generate_tokens": { @@ -7869,7 +8333,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/external_oauth_applications": { @@ -7917,10 +8382,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -7979,7 +8451,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/external_oauth_applications/user_state": { @@ -8040,7 +8513,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_branches": { @@ -8081,10 +8555,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_branch": { @@ -8122,10 +8603,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -8191,7 +8679,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -8251,7 +8740,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_branch/{branch_name}": { @@ -8296,10 +8786,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -8351,7 +8848,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups": { @@ -8458,10 +8956,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -8527,7 +9032,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/search": { @@ -8633,10 +9139,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/search/with_roles": { @@ -8742,10 +9255,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/search/with_hierarchy": { @@ -8851,10 +9371,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}": { @@ -8899,10 +9426,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -8975,7 +9509,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -9026,7 +9561,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/groups": { @@ -9074,10 +9610,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -9128,10 +9671,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/users": { @@ -9220,10 +9770,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -9274,10 +9831,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/users/{user_id}": { @@ -9325,10 +9889,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/groups/{deleting_group_id}": { @@ -9376,10 +9947,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/attribute_values/{user_attribute_id}": { @@ -9445,10 +10023,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -9494,10 +10079,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/boards": { @@ -9538,10 +10130,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -9607,7 +10206,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/boards/search": { @@ -9745,10 +10345,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/boards/{board_id}": { @@ -9793,10 +10400,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -9863,7 +10477,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -9908,7 +10523,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/board_items": { @@ -9963,10 +10579,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -10032,7 +10655,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/board_items/{board_item_id}": { @@ -10077,10 +10701,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -10147,7 +10778,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -10192,7 +10824,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/primary_homepage_sections": { @@ -10233,10 +10866,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/board_sections": { @@ -10284,10 +10924,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -10353,7 +11000,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/board_sections/{board_section_id}": { @@ -10398,10 +11046,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -10468,7 +11123,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -10513,7 +11169,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integration_hubs": { @@ -10554,10 +11211,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -10669,10 +11333,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -10785,7 +11456,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integration_hubs/{integration_hub_id}/accept_legal_agreement": { @@ -10829,10 +11501,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integrations": { @@ -10880,10 +11559,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integrations/{integration_id}": { @@ -10928,10 +11614,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -10998,7 +11691,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integrations/{integration_id}/form": { @@ -11054,10 +11748,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integrations/{integration_id}/test": { @@ -11101,10 +11802,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/internal_help_resources_content": { @@ -11133,10 +11841,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -11189,7 +11904,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/internal_help_resources_enabled": { @@ -11218,10 +11934,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/internal_help_resources": { @@ -11276,7 +11999,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ldap_config": { @@ -11305,10 +12029,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -11358,10 +12089,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ldap_config/test_connection": { @@ -11413,10 +12151,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ldap_config/test_auth": { @@ -11468,10 +12213,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ldap_config/test_user_info": { @@ -11523,10 +12275,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ldap_config/test_user_auth": { @@ -11578,10 +12337,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/legacy_features": { @@ -11619,10 +12385,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/legacy_features/{legacy_feature_id}": { @@ -11666,10 +12439,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -11735,7 +12515,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/locales": { @@ -11767,10 +12548,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks": { @@ -11811,10 +12599,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -11880,7 +12675,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks/search": { @@ -12046,10 +12842,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}": { @@ -12094,10 +12897,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -12164,7 +12974,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -12209,7 +13020,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}/run/{result_format}": { @@ -12362,7 +13174,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}/copy": { @@ -12434,7 +13247,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}/move": { @@ -12500,7 +13314,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/lookml_models": { @@ -12557,10 +13372,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -12619,7 +13441,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/lookml_models/{lookml_model_name}": { @@ -12664,11 +13487,18 @@ "schema": { "$ref": "#/definitions/Error" } - } - }, - "x-looker-status": "stable", - "x-looker-activity-type": "non_query" - }, + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } + } + }, + "x-looker-status": "stable", + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true + }, "patch": { "tags": [ "LookmlModel" @@ -12727,7 +13557,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -12772,7 +13603,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/lookml_models/{lookml_model_name}/explores/{explore_name}": { @@ -12831,10 +13663,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/merge_queries/{merge_query_id}": { @@ -12879,10 +13718,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/merge_queries": { @@ -12950,7 +13796,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/models/{model_name}/views/{view_name}/fields/{field_name}/suggestions": { @@ -13019,10 +13866,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/models/{model_name}": { @@ -13060,10 +13914,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/databases": { @@ -13119,7 +13980,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/features": { @@ -13257,7 +14119,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/tables": { @@ -13356,7 +14219,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/columns": { @@ -13455,7 +14319,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/search_columns": { @@ -13625,10 +14490,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/mobile/device": { @@ -13689,7 +14561,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/mobile/device/{device_id}": { @@ -13742,7 +14615,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -13784,7 +14658,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/model_sets/search": { @@ -13883,10 +14758,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/model_sets/{model_set_id}": { @@ -13931,10 +14813,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -13976,10 +14865,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -14036,10 +14932,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/model_sets": { @@ -14074,10 +14977,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -14127,10 +15037,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oauth_client_apps": { @@ -14171,10 +15088,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oauth_client_apps/{client_guid}": { @@ -14219,10 +15143,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -14267,7 +15198,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -14340,7 +15272,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -14407,7 +15340,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oauth_client_apps/{client_guid}/tokens": { @@ -14454,7 +15388,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oauth_client_apps/{client_guid}/users/{user_id}": { @@ -14524,7 +15459,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -14583,7 +15519,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oidc_config": { @@ -14612,10 +15549,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -14665,10 +15609,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oidc_test_configs/{test_slug}": { @@ -14706,10 +15657,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -14751,10 +15709,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oidc_test_configs": { @@ -14806,10 +15771,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/password_config": { @@ -14844,10 +15816,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -14906,7 +15885,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/password_config/force_password_reset_at_next_login_for_all_users": { @@ -14956,7 +15936,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/permissions": { @@ -14988,10 +15969,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/permission_sets/search": { @@ -15090,10 +16078,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/permission_sets/{permission_set_id}": { @@ -15138,10 +16133,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -15192,7 +16194,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -15258,7 +16261,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/permission_sets": { @@ -15299,10 +16303,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -15361,7 +16372,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/deploy_ref_to_production": { @@ -15431,7 +16443,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/deploy_to_production": { @@ -15487,7 +16500,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/reset_to_production": { @@ -15543,7 +16557,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/reset_to_remote": { @@ -15599,7 +16614,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects": { @@ -15640,10 +16656,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -15702,7 +16725,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}": { @@ -15747,10 +16771,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -15829,7 +16860,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/manifest": { @@ -15867,10 +16899,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git/deploy_key": { @@ -15932,7 +16971,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -15971,10 +17011,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/validate": { @@ -16034,7 +17081,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -16080,10 +17128,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/current_workspace": { @@ -16128,10 +17183,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/files": { @@ -16179,10 +17241,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/files/file": { @@ -16234,10 +17303,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_connection_tests": { @@ -16285,10 +17361,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_connection_tests/{test_id}": { @@ -16362,7 +17445,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/lookml_tests": { @@ -16410,10 +17494,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/lookml_tests/run": { @@ -16490,7 +17581,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/tag": { @@ -16582,7 +17674,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/render_tasks/looks/{look_id}/{result_format}": { @@ -16671,7 +17764,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/queries/{query_id}/{result_format}": { @@ -16760,7 +17854,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/dashboards/{dashboard_id}/{result_format}": { @@ -16886,7 +17981,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/{render_task_id}": { @@ -16931,10 +18027,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/{render_task_id}/results": { @@ -16980,10 +18083,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/dashboard_elements/{dashboard_element_id}/{result_format}": { @@ -17072,7 +18182,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/projects/{root_project_id}/credential/{credential_id}": { @@ -17147,7 +18258,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -17199,7 +18311,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{root_project_id}/credentials": { @@ -17240,10 +18353,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles": { @@ -17295,10 +18415,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -17357,7 +18484,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles/search": { @@ -17449,10 +18577,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles/search/with_user_count": { @@ -17544,10 +18679,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles/{role_id}": { @@ -17585,10 +18727,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -17639,7 +18788,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -17705,7 +18855,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles/{role_id}/groups": { @@ -17753,10 +18904,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -17828,7 +18986,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles/{role_id}/users": { @@ -17883,10 +19042,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -17964,7 +19130,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/running_queries": { @@ -17990,10 +19157,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/running_queries/{query_task_id}": { @@ -18037,10 +19211,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/saml_config": { @@ -18069,10 +19250,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -18122,10 +19310,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/saml_test_configs/{test_slug}": { @@ -18163,10 +19358,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -18208,10 +19410,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/saml_test_configs": { @@ -18263,10 +19472,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/parse_saml_idp_metadata": { @@ -18315,10 +19531,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/fetch_and_parse_saml_idp_metadata": { @@ -18367,10 +19590,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/space/{space_id}": { @@ -18418,10 +19648,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/{scheduled_plan_id}": { @@ -18468,7 +19705,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -18528,7 +19766,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -18571,10 +19810,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans": { @@ -18635,7 +19881,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -18694,10 +19941,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/run_once": { @@ -18821,10 +20075,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/dashboard/{dashboard_id}": { @@ -18886,10 +20147,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/lookml_dashboard/{lookml_dashboard_id}": { @@ -18951,10 +20219,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/{scheduled_plan_id}/run_once": { @@ -19052,10 +20327,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -19108,7 +20390,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/session": { @@ -19137,10 +20420,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -19193,7 +20483,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/setting": { @@ -19267,7 +20558,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -19309,10 +20601,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/smtp_settings": { @@ -19415,10 +20714,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/search": { @@ -19549,10 +20855,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}": { @@ -19597,10 +20910,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -19645,7 +20965,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -19705,7 +21026,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders": { @@ -19746,10 +21068,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -19808,7 +21137,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/children": { @@ -19897,10 +21227,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/children/search": { @@ -19962,10 +21299,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/parent": { @@ -20010,10 +21354,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/ancestors": { @@ -20061,10 +21412,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/looks": { @@ -20112,10 +21470,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/dashboards": { @@ -20163,10 +21528,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/sql_interface_queries/metadata": { @@ -20210,10 +21582,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/sql_interface_queries/{query_id}/run/{result_format}": { @@ -20284,7 +21663,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/sql_interface_queries": { @@ -20351,7 +21731,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/sql_queries": { @@ -20412,7 +21793,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/sql_queries/{slug}": { @@ -20450,10 +21832,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/sql_queries/{slug}/run/{result_format}": { @@ -20524,7 +21913,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/support_access/allowlist": { @@ -20571,10 +21961,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -20636,7 +22033,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/support_access/allowlist/{entry_id}": { @@ -20689,7 +22087,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/support_access/enable": { @@ -20756,7 +22155,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/support_access/disable": { @@ -20800,7 +22200,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/support_access/status": { @@ -20835,10 +22236,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes": { @@ -20879,10 +22287,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -20941,7 +22356,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/search": { @@ -21042,10 +22458,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/default": { @@ -21084,10 +22507,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -21138,7 +22568,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/active": { @@ -21194,10 +22625,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/theme_or_default": { @@ -21243,10 +22681,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/validate": { @@ -21313,7 +22758,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/{theme_id}": { @@ -21358,10 +22804,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -21421,7 +22874,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -21466,7 +22920,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/timezones": { @@ -21498,10 +22953,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_servers": { @@ -21542,10 +23004,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -21604,7 +23073,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_server/{ssh_server_id}": { @@ -21642,10 +23112,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -21705,7 +23182,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -21750,7 +23228,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_server/{ssh_server_id}/test": { @@ -21788,10 +23267,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_tunnels": { @@ -21832,10 +23318,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -21894,7 +23387,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_tunnel/{ssh_tunnel_id}": { @@ -21932,10 +23426,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -21995,7 +23496,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -22040,7 +23542,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_tunnel/{ssh_tunnel_id}/test": { @@ -22078,10 +23581,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_public_key": { @@ -22110,10 +23620,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_attributes": { @@ -22161,10 +23678,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -22230,7 +23754,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_attributes/{user_attribute_id}": { @@ -22275,10 +23800,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -22345,7 +23877,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -22390,7 +23923,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_attributes/{user_attribute_id}/group_values": { @@ -22438,10 +23972,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -22513,7 +24054,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_login_lockouts": { @@ -22554,10 +24096,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_login_lockouts/search": { @@ -22674,10 +24223,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_login_lockout/{key}": { @@ -22724,7 +24280,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user": { @@ -22756,10 +24313,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users": { @@ -22852,10 +24416,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -22912,10 +24483,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/search": { @@ -23067,10 +24645,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/search/names/{pattern}": { @@ -23201,10 +24786,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}": { @@ -23249,10 +24841,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -23316,10 +24915,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -23361,10 +24967,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/credential/{credential_type}/{credential_id}": { @@ -23422,10 +25035,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_email": { @@ -23476,10 +25096,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -23558,7 +25185,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -23631,7 +25259,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -23682,7 +25311,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_totp": { @@ -23733,10 +25363,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -23815,7 +25452,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -23866,7 +25504,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_ldap": { @@ -23917,10 +25556,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -23971,7 +25617,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_google": { @@ -24022,10 +25669,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24076,7 +25730,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_saml": { @@ -24127,10 +25782,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24181,7 +25843,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_oidc": { @@ -24232,10 +25895,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24286,7 +25956,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_api3/{credentials_api3_id}": { @@ -24344,10 +26015,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24405,7 +26083,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_api3": { @@ -24459,10 +26138,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -24532,7 +26218,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_embed/{credentials_embed_id}": { @@ -24590,10 +26277,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24651,7 +26345,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_embed": { @@ -24705,10 +26400,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_looker_openid": { @@ -24759,10 +26461,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24813,7 +26522,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/sessions/{session_id}": { @@ -24871,10 +26581,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24932,7 +26649,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/sessions": { @@ -24986,10 +26704,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_email/password_reset": { @@ -25047,10 +26772,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/roles": { @@ -25105,10 +26837,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -25172,10 +26911,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/attribute_values": { @@ -25242,10 +26988,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/attribute_values/{user_attribute_id}": { @@ -25311,10 +27064,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -25360,10 +27120,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_email/send_password_reset": { @@ -25414,10 +27181,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/update_emails": { @@ -25489,10 +27263,17 @@ "schema": { "$ref": "#/definitions/ValidationError" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/embed_user": { @@ -25532,10 +27313,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/vector_thumbnail/{type}/{resource_id}": { @@ -25590,11 +27378,18 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/versions": { @@ -25632,10 +27427,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/api_spec/{api_version}/{specification}": { @@ -25681,10 +27483,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/whitelabel_configuration": { @@ -25722,11 +27531,18 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -25780,7 +27596,8 @@ }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/workspaces": { @@ -25812,10 +27629,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/workspaces/{workspace_id}": { @@ -25853,10 +27677,17 @@ "schema": { "$ref": "#/definitions/Error" } + }, + "429": { + "description": "Too Many Requests", + "schema": { + "$ref": "#/definitions/Error" + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } } }, diff --git a/spec/Looker.4.0.oas.json b/spec/Looker.4.0.oas.json index faffea530..9885967e1 100644 --- a/spec/Looker.4.0.oas.json +++ b/spec/Looker.4.0.oas.json @@ -1,10 +1,10 @@ { "openapi": "3.0.0", "info": { - "version": "4.0.24.4", - "x-looker-release-version": "24.4.14", + "version": "4.0.24.6", + "x-looker-release-version": "24.6.13", "title": "Looker API 4.0 Reference", - "description": "\nAPI 4.0 is the current release of the Looker API. API 3.1 is deprecated.\n\n### Authorization\n\nThe classic method of API authorization uses Looker **API** credentials for authorization and access control.\nLooker admins can create API credentials on Looker's **Admin/Users** page.\n\nAPI 4.0 adds additional ways to authenticate API requests, including OAuth and CORS requests.\n\nFor details, see [Looker API Authorization](https://cloud.google.com/looker/docs/r/api/authorization).\n\n\n### API Explorer\n\nThe API Explorer is a Looker-provided utility with many new and unique features for learning and using the Looker API and SDKs.\n\nFor details, see the [API Explorer documentation](https://cloud.google.com/looker/docs/r/api/explorer).\n\n\n### Looker Language SDKs\n\nThe Looker API is a RESTful system that should be usable by any programming language capable of making\nHTTPS requests. SDKs for a variety of programming languages are also provided to streamline using the API. Looker\nhas an OpenSource [sdk-codegen project](https://github.com/looker-open-source/sdk-codegen) that provides several\nlanguage SDKs. Language SDKs generated by `sdk-codegen` have an Authentication manager that can automatically\nauthenticate API requests when needed.\n\nFor details on available Looker SDKs, see [Looker API Client SDKs](https://cloud.google.com/looker/docs/r/api/client_sdks).\n\n\n### API Versioning\n\nFuture releases of Looker expand the latest API version release-by-release to securely expose more and more of the core\npower of the Looker platform to API client applications. API endpoints marked as \"beta\" may receive breaking changes without\nwarning (but we will try to avoid doing that). Stable (non-beta) API endpoints should not receive breaking\nchanges in future releases.\n\nFor details, see [Looker API Versioning](https://cloud.google.com/looker/docs/r/api/versioning).\n\n\n### In This Release\n\nAPI 4.0 version was introduced to make adjustments to API functions, parameters, and response types to\nfix bugs and inconsistencies. These changes fall outside the bounds of non-breaking additive changes we can\nmake to the previous API 3.1.\n\nOne benefit of these type adjustments in API 4.0 is dramatically better support for strongly\ntyped languages like TypeScript, Kotlin, Swift, Go, C#, and more.\n\nSee the [API 4.0 GA announcement](https://developers.looker.com/api/advanced-usage/version-4-ga) for more information\nabout API 4.0.\n\nThe API Explorer can be used to [interactively compare](https://cloud.google.com/looker/docs/r/api/explorer#comparing_api_versions) the differences between API 3.1 and 4.0.\n\n\n### API and SDK Support Policies\n\nLooker API versions and language SDKs have varying support levels. Please read the API and SDK\n[support policies](https://cloud.google.com/looker/docs/r/api/support-policy) for more information.\n\n\n", + "description": "\nAPI 4.0 is the current release of the Looker API. API 3.x has been removed.\n\n### Authorization\n\nThe classic method of API authorization uses Looker **API** credentials for authorization and access control.\nLooker admins can create API credentials on Looker's **Admin/Users** page.\n\nAPI 4.0 adds additional ways to authenticate API requests, including OAuth and CORS requests.\n\nFor details, see [Looker API Authorization](https://cloud.google.com/looker/docs/r/api/authorization).\n\n\n### API Explorer\n\nThe API Explorer is a Looker-provided utility with many new and unique features for learning and using the Looker API and SDKs.\n\nFor details, see the [API Explorer documentation](https://cloud.google.com/looker/docs/r/api/explorer).\n\n\n### Looker Language SDKs\n\nThe Looker API is a RESTful system that should be usable by any programming language capable of making\nHTTPS requests. SDKs for a variety of programming languages are also provided to streamline using the API. Looker\nhas an OpenSource [sdk-codegen project](https://github.com/looker-open-source/sdk-codegen) that provides several\nlanguage SDKs. Language SDKs generated by `sdk-codegen` have an Authentication manager that can automatically\nauthenticate API requests when needed.\n\nFor details on available Looker SDKs, see [Looker API Client SDKs](https://cloud.google.com/looker/docs/r/api/client_sdks).\n\n\n### API Versioning\n\nFuture releases of Looker expand the latest API version release-by-release to securely expose more and more of the core\npower of the Looker platform to API client applications. API endpoints marked as \"beta\" may receive breaking changes without\nwarning (but we will try to avoid doing that). Stable (non-beta) API endpoints should not receive breaking\nchanges in future releases.\n\nFor details, see [Looker API Versioning](https://cloud.google.com/looker/docs/r/api/versioning).\n\n\n### In This Release\n\nAPI 4.0 is the only supported API version for Looker starting with release 23.18. API 3.0 and 3.1 have been removed.\n\nAPI 4.0 has better support for strongly typed languages like TypeScript, Kotlin, Swift, Go, C#, and more.\n\nSee the [API 4.0 GA announcement](https://developers.looker.com/api/advanced-usage/version-4-ga) for more information\nabout API 4.0.\n\nThe API Explorer can be used to [interactively compare](https://cloud.google.com/looker/docs/r/api/explorer#comparing_api_versions) the differences between API 3.1 and 4.0.\n\n\n### API and SDK Support Policies\n\nLooker API versions and language SDKs have varying support levels. Please read the API and SDK\n[support policies](https://cloud.google.com/looker/docs/r/api/support-policy) for more information.\n\n\n", "contact": { "name": "Looker Team", "url": "https://help.looker.com" @@ -315,6 +315,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -386,10 +387,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/query_tasks/{query_task_id}": { @@ -450,10 +462,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/query_tasks/{query_task_id}/results": { @@ -535,10 +558,26 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "text": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/{query_id}": { @@ -599,10 +638,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/slug/{slug}": { @@ -663,10 +713,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries": { @@ -752,6 +813,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -1041,7 +1103,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/queries/run/{result_format}": { @@ -1303,6 +1366,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -1481,7 +1545,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/login": { @@ -1542,10 +1607,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/login/{user_id}": { @@ -1616,10 +1692,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/logout": { @@ -1660,10 +1747,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/alerts/{alert_id}/follow": { @@ -1708,10 +1806,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -1767,7 +1876,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alerts/search": { @@ -1915,10 +2025,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alerts/{alert_id}": { @@ -1970,10 +2091,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -2057,6 +2189,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -2141,6 +2274,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -2217,7 +2351,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alerts": { @@ -2302,6 +2437,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -2456,10 +2592,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/alert_notifications/{alert_notification_id}": { @@ -2534,7 +2681,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/artifact/usage": { @@ -2609,7 +2757,8 @@ } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/artifact/namespaces": { @@ -2792,7 +2941,8 @@ } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/artifact/{namespace}/purge": { @@ -3113,7 +3263,8 @@ } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -3322,10 +3473,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -3374,10 +3536,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -3443,10 +3616,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -3529,6 +3713,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -3594,10 +3779,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections/standard": { @@ -3652,10 +3848,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections/default": { @@ -3730,7 +3937,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -3769,10 +3977,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/color_collections/{collection_id}": { @@ -3833,10 +4052,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -3920,6 +4150,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -4006,7 +4237,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_favorite/search": { @@ -4153,10 +4385,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_favorite/{content_favorite_id}": { @@ -4217,10 +4460,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -4283,7 +4537,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_favorite": { @@ -4358,6 +4613,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -4432,10 +4688,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_metadata/{content_metadata_id}": { @@ -4511,6 +4778,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -4580,10 +4848,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_metadata_access": { @@ -4742,10 +5021,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_metadata_access/{content_metadata_access_id}": { @@ -4821,6 +5111,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -4894,7 +5185,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content/{terms}": { @@ -5009,10 +5301,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_thumbnail/{type}/{resource_id}": { @@ -5150,10 +5453,26 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "image/svg+xml": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "image/png": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/content_validation": { @@ -5228,7 +5547,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/content_view/search": { @@ -5393,10 +5713,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/credentials_email/search": { @@ -5526,10 +5857,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/custom_welcome_email": { @@ -5570,11 +5912,22 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -5649,6 +6002,7 @@ "deprecated": true, "x-looker-status": "deprecated", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -5724,6 +6078,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -5789,10 +6144,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -5865,6 +6231,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -6107,10 +6474,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{lookml_dashboard_id}/import/{space_id}": { @@ -6224,6 +6602,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -6323,6 +6702,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -6408,7 +6788,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -6492,6 +6873,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -6561,10 +6943,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/aggregate_table_lookml/{dashboard_id}": { @@ -6616,10 +7009,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/lookml/{dashboard_id}": { @@ -6671,10 +7075,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/{dashboard_id}/move": { @@ -6768,7 +7183,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboards/lookml": { @@ -6843,6 +7259,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -6928,6 +7345,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -7042,7 +7460,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_elements/search": { @@ -7151,10 +7570,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_elements/{dashboard_element_id}": { @@ -7215,10 +7645,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -7281,7 +7722,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -7364,6 +7806,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -7438,10 +7881,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_elements": { @@ -7536,6 +7990,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -7607,10 +8062,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -7673,7 +8139,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -7756,6 +8223,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -7830,10 +8298,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_filters": { @@ -7919,6 +8398,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -7990,10 +8470,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -8076,6 +8567,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -8150,10 +8642,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_layouts/{dashboard_layout_id}": { @@ -8214,10 +8717,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -8290,7 +8804,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -8373,6 +8888,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -8447,10 +8963,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dashboard_layouts": { @@ -8536,6 +9063,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -8587,10 +9115,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -8652,10 +9191,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -8713,10 +9263,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/datagroups/{datagroup_id}": { @@ -8768,10 +9329,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -8855,6 +9427,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -8920,10 +9493,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -9006,6 +9590,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -9077,10 +9662,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -9174,6 +9770,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -9247,7 +9844,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/connection_override/{override_context}": { @@ -9331,7 +9929,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/test": { @@ -9596,7 +10195,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/graph/model/{model}": { @@ -9666,10 +10266,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/graph/view/{view}": { @@ -9739,10 +10350,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/{model_name}/{view_name}/start": { @@ -9839,10 +10461,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/{materialization_id}/status": { @@ -9894,10 +10527,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/derived_table/{materialization_id}/stop": { @@ -9958,10 +10602,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/dialect_info": { @@ -10016,43 +10671,9 @@ } } } - } - }, - "x-looker-status": "stable", - "x-looker-activity-type": "non_query" - } - }, - "/digest_emails_enabled": { - "get": { - "tags": [ - "Config" - ], - "operationId": "digest_emails_enabled", - "summary": "Get Digest_emails", - "description": "### Retrieve the value for whether or not digest emails is enabled\n", - "responses": { - "200": { - "description": "Digest_emails", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/DigestEmails" - } - } - } - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } }, - "404": { - "description": "Not Found", + "429": { + "description": "Too Many Requests", "content": { "application/json": { "schema": { @@ -10063,15 +10684,71 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" - }, - "patch": { + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true + } + }, + "/digest_emails_enabled": { + "get": { "tags": [ "Config" ], - "operationId": "update_digest_emails_enabled", - "summary": "Update Digest_emails", - "description": "### Update the setting for enabling/disabling digest emails\n", + "operationId": "digest_emails_enabled", + "summary": "Get Digest_emails", + "description": "### Retrieve the value for whether or not digest emails is enabled\n", + "responses": { + "200": { + "description": "Digest_emails", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DigestEmails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + } + }, + "x-looker-status": "stable", + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true + }, + "patch": { + "tags": [ + "Config" + ], + "operationId": "update_digest_emails_enabled", + "summary": "Update Digest_emails", + "description": "### Update the setting for enabling/disabling digest emails\n", "responses": { "200": { "description": "Digest_emails", @@ -10126,6 +10803,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -10242,10 +10920,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/embed_config/secrets": { @@ -10320,6 +11009,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -10395,7 +11085,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/embed/sso_url": { @@ -10470,6 +11161,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "none", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -10555,6 +11247,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "none", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -10627,10 +11320,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "alpha", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/embed/cookieless_session/acquire": { @@ -10705,6 +11409,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "none", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -10790,7 +11495,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/embed/cookieless_session/generate_tokens": { @@ -10855,6 +11561,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "none", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -10929,10 +11636,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -11005,6 +11723,7 @@ }, "x-looker-status": "beta", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -11090,6 +11809,7 @@ }, "x-looker-status": "beta", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -11155,10 +11875,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_branch": { @@ -11210,10 +11941,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -11297,6 +12039,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -11381,6 +12124,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -11452,10 +12196,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -11527,7 +12282,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups": { @@ -11665,10 +12421,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -11752,6 +12519,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -11900,10 +12668,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/search/with_roles": { @@ -12041,10 +12820,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/search/with_hierarchy": { @@ -12182,10 +12972,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}": { @@ -12246,10 +13047,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -12342,6 +13154,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -12425,7 +13238,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/groups": { @@ -12489,10 +13303,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -12552,10 +13377,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -12681,10 +13517,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -12744,10 +13591,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -12822,10 +13680,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/groups/{deleting_group_id}": { @@ -12889,10 +13758,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/groups/{group_id}/attribute_values/{user_attribute_id}": { @@ -12973,10 +13853,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -13049,10 +13940,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/boards": { @@ -13107,10 +14009,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -13194,6 +14107,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -13382,10 +14296,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/boards/{board_id}": { @@ -13446,10 +14371,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -13532,6 +14468,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -13605,7 +14542,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/board_items": { @@ -13678,10 +14616,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -13765,6 +14714,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -13836,10 +14786,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -13922,6 +14883,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -13995,7 +14957,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/primary_homepage_sections": { @@ -14050,10 +15013,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/board_sections": { @@ -14117,10 +15091,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -14204,6 +15189,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -14275,10 +15261,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -14361,6 +15358,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -14434,7 +15432,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integration_hubs": { @@ -14489,10 +15488,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -14648,10 +15658,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -14808,7 +15829,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integration_hubs/{integration_hub_id}/accept_legal_agreement": { @@ -14870,10 +15892,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integrations": { @@ -14937,10 +15970,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/integrations/{integration_id}": { @@ -15001,10 +16045,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -15087,6 +16142,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15159,10 +16215,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15238,10 +16305,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/internal_help_resources_content": { @@ -15282,10 +16360,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -15348,6 +16437,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15399,10 +16489,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/internal_help_resources": { @@ -15467,6 +16568,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15518,10 +16620,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -15580,10 +16693,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15655,10 +16779,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15730,10 +16865,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15805,10 +16951,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15880,10 +17037,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -15948,10 +17116,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/legacy_features/{legacy_feature_id}": { @@ -16013,10 +17192,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -16100,6 +17290,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -16154,10 +17345,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks": { @@ -16212,10 +17414,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -16299,6 +17512,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -16523,10 +17737,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}": { @@ -16587,10 +17812,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -16673,6 +17909,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -16746,7 +17983,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}/run/{result_format}": { @@ -17016,7 +18254,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}/copy": { @@ -17120,7 +18359,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/looks/{look_id}/move": { @@ -17214,7 +18454,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/lookml_models": { @@ -17289,10 +18530,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -17365,6 +18617,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -17436,10 +18689,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -17513,6 +18777,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -17586,7 +18851,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/lookml_models/{lookml_model_name}/explores/{explore_name}": { @@ -17665,10 +18931,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/merge_queries/{merge_query_id}": { @@ -17729,10 +19006,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/merge_queries": { @@ -17818,6 +19106,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -17919,10 +19208,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/models/{model_name}": { @@ -17974,10 +19274,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/databases": { @@ -18055,7 +19366,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/features": { @@ -18245,7 +19557,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/tables": { @@ -18378,7 +19691,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/columns": { @@ -18511,7 +19825,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/connections/{connection_name}/search_columns": { @@ -18745,10 +20060,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/mobile/device": { @@ -18823,6 +20149,7 @@ }, "x-looker-status": "beta", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -18908,7 +20235,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -18964,7 +20292,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/model_sets/search": { @@ -19093,10 +20422,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/model_sets/{model_set_id}": { @@ -19157,10 +20497,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -19220,10 +20571,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -19293,10 +20655,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -19352,10 +20725,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -19414,10 +20798,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -19483,10 +20878,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oauth_client_apps/{client_guid}": { @@ -19547,10 +20953,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -19613,7 +21030,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -19706,6 +21124,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -19799,6 +21218,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -19874,7 +21294,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oauth_client_apps/{client_guid}/users/{user_id}": { @@ -19970,7 +21391,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -20051,7 +21473,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oidc_config": { @@ -20092,10 +21515,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -20154,10 +21588,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -20220,10 +21665,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -20283,10 +21739,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/oidc_test_configs": { @@ -20347,10 +21814,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -20412,10 +21890,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -20488,6 +21977,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -20572,7 +22062,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/permissions": { @@ -20616,10 +22107,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/permission_sets/search": { @@ -20748,10 +22250,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/permission_sets/{permission_set_id}": { @@ -20812,10 +22325,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -20888,7 +22412,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -20972,6 +22497,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -21037,10 +22563,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -21113,6 +22650,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -21219,7 +22757,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/deploy_to_production": { @@ -21297,7 +22836,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/reset_to_production": { @@ -21375,7 +22915,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/reset_to_remote": { @@ -21453,7 +22994,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects": { @@ -21508,10 +23050,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -21584,6 +23137,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -21655,10 +23209,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -21761,6 +23326,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -21823,10 +23389,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git/deploy_key": { @@ -21911,7 +23488,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -21961,10 +23539,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "text/plain": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/validate": { @@ -22048,7 +23637,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "get": { "tags": [ @@ -22110,10 +23700,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/current_workspace": { @@ -22174,10 +23775,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/files": { @@ -22241,10 +23853,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/files/file": { @@ -22314,10 +23937,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_connection_tests": { @@ -22381,10 +24015,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/git_connection_tests/{test_id}": { @@ -22486,7 +24131,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/lookml_tests": { @@ -22550,10 +24196,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/lookml_tests/run": { @@ -22658,7 +24315,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{project_id}/tag": { @@ -22774,6 +24432,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -22907,7 +24566,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/queries/{query_id}/{result_format}": { @@ -23030,7 +24690,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/dashboards/{dashboard_id}/{result_format}": { @@ -23190,6 +24851,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -23261,10 +24923,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/{render_task_id}/results": { @@ -23349,10 +25022,31 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "image/jpeg": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "image/png": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "application/pdf": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/render_tasks/dashboard_elements/{dashboard_element_id}/{result_format}": { @@ -23475,7 +25169,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/projects/{root_project_id}/credential/{credential_id}": { @@ -23570,6 +25265,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -23652,7 +25348,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/projects/{root_project_id}/credentials": { @@ -23707,10 +25404,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles": { @@ -23779,10 +25487,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -23855,6 +25574,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -23985,10 +25705,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles/search/with_user_count": { @@ -24108,10 +25839,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/roles/{role_id}": { @@ -24163,10 +25905,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -24239,7 +25992,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -24323,6 +26077,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -24397,10 +26152,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -24487,6 +26253,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -24573,10 +26340,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -24673,6 +26451,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -24720,10 +26499,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/running_queries/{query_task_id}": { @@ -24785,10 +26575,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/saml_config": { @@ -24829,10 +26630,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -24891,10 +26703,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -24957,10 +26780,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -25020,10 +26854,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/saml_test_configs": { @@ -25084,10 +26929,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -25149,10 +27005,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "text/plain": { @@ -25214,10 +27081,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "text/plain": { @@ -25292,10 +27170,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/{scheduled_plan_id}": { @@ -25360,7 +27249,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -25434,6 +27324,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -25503,10 +27394,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans": { @@ -25581,6 +27483,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -25672,10 +27575,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/run_once": { @@ -25843,10 +27757,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/dashboard/{dashboard_id}": { @@ -25928,10 +27853,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/lookml_dashboard/{lookml_dashboard_id}": { @@ -26013,10 +27949,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/scheduled_plans/{scheduled_plan_id}/run_once": { @@ -26154,10 +28101,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -26220,6 +28178,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -26271,10 +28230,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -26337,6 +28307,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -26443,6 +28414,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -26513,10 +28485,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/smtp_settings": { @@ -26657,10 +28640,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/search": { @@ -26829,10 +28823,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}": { @@ -26893,10 +28898,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -26959,7 +28975,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -27033,6 +29050,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -27098,10 +29116,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -27174,6 +29203,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -27299,10 +29329,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/children/search": { @@ -27384,10 +29425,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/parent": { @@ -27448,10 +29500,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/ancestors": { @@ -27515,10 +29578,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/looks": { @@ -27582,10 +29656,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/folders/{folder_id}/dashboards": { @@ -27649,10 +29734,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/sql_interface_queries/metadata": { @@ -27714,10 +29810,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "beta", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/sql_interface_queries/{query_id}/run/{result_format}": { @@ -27842,7 +29949,8 @@ } }, "x-looker-status": "beta", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/sql_interface_queries": { @@ -27927,6 +30035,7 @@ }, "x-looker-status": "beta", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -28012,6 +30121,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -28074,10 +30184,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/sql_queries/{slug}/run/{result_format}": { @@ -28195,7 +30316,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/support_access/allowlist": { @@ -28260,10 +30382,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -28339,6 +30472,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -28424,7 +30558,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/support_access/enable": { @@ -28509,6 +30644,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -28583,7 +30719,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/support_access/status": { @@ -28634,10 +30771,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes": { @@ -28692,10 +30840,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -28768,6 +30927,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -28909,10 +31069,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/default": { @@ -28965,10 +31136,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -29041,7 +31223,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/active": { @@ -29115,10 +31298,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/theme_or_default": { @@ -29180,10 +31374,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/themes/validate": { @@ -29268,6 +31473,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -29339,10 +31545,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -29416,6 +31633,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -29489,7 +31707,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/timezones": { @@ -29533,10 +31752,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_servers": { @@ -29591,10 +31821,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -29667,6 +31908,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -29729,10 +31971,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -29806,6 +32059,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -29879,7 +32133,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_server/{ssh_server_id}/test": { @@ -29931,10 +32186,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_tunnels": { @@ -29989,10 +32255,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -30065,6 +32342,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -30127,10 +32405,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -30204,6 +32493,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -30277,7 +32567,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_tunnel/{ssh_tunnel_id}/test": { @@ -30329,10 +32620,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/ssh_public_key": { @@ -30373,10 +32675,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_attributes": { @@ -30440,10 +32753,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -30527,6 +32851,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -30598,10 +32923,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -30684,6 +33020,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -30757,7 +33094,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_attributes/{user_attribute_id}/group_values": { @@ -30821,10 +33159,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -30911,6 +33260,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -30979,10 +33329,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_login_lockouts/search": { @@ -31133,10 +33494,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user_login_lockout/{key}": { @@ -31201,7 +33573,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/user": { @@ -31243,10 +33616,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users": { @@ -31366,10 +33750,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -31439,10 +33834,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -31649,10 +34055,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/search/names/{pattern}": { @@ -31821,10 +34238,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}": { @@ -31885,10 +34313,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "patch": { "tags": [ @@ -31967,10 +34406,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -32041,10 +34491,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/credential/{credential_type}/{credential_id}": { @@ -32124,10 +34585,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_email": { @@ -32198,10 +34670,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -32304,6 +34787,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -32407,6 +34891,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -32490,7 +34975,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_totp": { @@ -32561,10 +35047,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -32667,6 +35164,7 @@ }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -32750,7 +35248,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_ldap": { @@ -32821,10 +35320,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -32897,7 +35407,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_google": { @@ -32968,10 +35479,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -33044,7 +35566,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_saml": { @@ -33115,10 +35638,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -33191,7 +35725,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_oidc": { @@ -33262,10 +35797,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -33338,7 +35884,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_api3/{credentials_api3_id}": { @@ -33418,10 +35965,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -33503,7 +36061,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_api3": { @@ -33577,10 +36136,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "post": { "tags": [ @@ -33682,7 +36252,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_embed/{credentials_embed_id}": { @@ -33762,10 +36333,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -33847,7 +36429,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_embed": { @@ -33921,10 +36504,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_looker_openid": { @@ -33995,10 +36589,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -34071,7 +36676,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/sessions/{session_id}": { @@ -34151,10 +36757,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "delete": { "tags": [ @@ -34236,7 +36853,8 @@ } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/sessions": { @@ -34310,10 +36928,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_email/password_reset": { @@ -34393,10 +37022,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/roles": { @@ -34469,10 +37109,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -34544,10 +37195,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -34647,10 +37309,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/attribute_values/{user_attribute_id}": { @@ -34731,10 +37404,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -34807,10 +37491,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/credentials_email/send_password_reset": { @@ -34881,10 +37576,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/users/{user_id}/update_emails": { @@ -34975,10 +37681,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -35030,10 +37747,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -35114,11 +37842,22 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "image/svg+xml": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "db_query" + "x-looker-activity-type": "db_query", + "x-looker-rate-limited": true } }, "/versions": { @@ -35170,10 +37909,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/api_spec/{api_version}/{specification}": { @@ -35235,10 +37985,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "none" + "x-looker-activity-type": "none", + "x-looker-rate-limited": true } }, "/whitelabel_configuration": { @@ -35290,11 +38051,22 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "deprecated": true, "x-looker-status": "deprecated", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true }, "put": { "tags": [ @@ -35358,6 +38130,7 @@ "deprecated": true, "x-looker-status": "deprecated", "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true, "requestBody": { "content": { "application/json": { @@ -35412,10 +38185,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } }, "/workspaces/{workspace_id}": { @@ -35467,10 +38251,21 @@ } } } + }, + "429": { + "description": "Too Many Requests", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } } }, "x-looker-status": "stable", - "x-looker-activity-type": "non_query" + "x-looker-activity-type": "non_query", + "x-looker-rate-limited": true } } }, diff --git a/swift/looker/rtl/constants.swift b/swift/looker/rtl/constants.swift index 0b775de5a..62f7f8a9b 100644 --- a/swift/looker/rtl/constants.swift +++ b/swift/looker/rtl/constants.swift @@ -51,7 +51,7 @@ extension String { } public struct Constants { - public static let lookerVersion = "24.4" + public static let lookerVersion = "24.6" public static let apiVersion = "4.0" public static let defaultApiVersion = "4.0" // Swift requires API 4.0 public static let sdkVersion = #"\#(apiVersion).\#(lookerVersion)"#