From 7d83f49eb9d85c385282687fecc097a8e5369ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Wed, 6 Feb 2019 11:17:24 +0100 Subject: [PATCH] batch needs master key in docs --- doc/batch_queries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/batch_queries.md b/doc/batch_queries.md index caf98acb..5abf965d 100644 --- a/doc/batch_queries.md +++ b/doc/batch_queries.md @@ -4,11 +4,11 @@ A Batch Query enables you to request queries with long-running CPU processing ti _Batch Queries are not intended to be used for large query payloads that contain over 16384 characters (16kb). For instance, if you are inserting a large number of rows into your table, you still need to use the [Import API](https://carto.com/docs/carto-engine/import-api/) or [SQL API](https://carto.com/docs/carto-engine/sql-api/) for this type of data management. Batch Queries are specific to queries and CPU usage._ -**Note:** In order to use Batch Queries, you **must** be [authenticated](https://carto.com/docs/carto-engine/sql-api/authentication/) using API keys. +**Note:** In order to use Batch Queries, you **must** be [authenticated](https://carto.com/docs/carto-engine/sql-api/authentication/) using your Master API key. ## Authentication -An API Key is required to manage your jobs. The following error message appears if you are not [authenticated](https://carto.com/docs/carto-engine/sql-api/authentication/): +The Master API Key is required to manage your jobs. The following error message appears if you are not [authenticated](https://carto.com/docs/carto-engine/sql-api/authentication/): ```bash { @@ -18,7 +18,7 @@ An API Key is required to manage your jobs. The following error message appears } ``` -In order to get full access, you must use your API Key. +In order to get full access, you must use your Master API Key. Using cURL tool: