Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/product_analytics.md')
-rw-r--r--doc/api/product_analytics.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/product_analytics.md b/doc/api/product_analytics.md
index c3114baff8a..4653a52732a 100644
--- a/doc/api/product_analytics.md
+++ b/doc/api/product_analytics.md
@@ -1,7 +1,7 @@
---
stage: Analyze
group: Product Analytics
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
# Product analytics API
@@ -21,7 +21,7 @@ Make sure to define the `cube_api_base_url` and `cube_api_key` application setti
Generate an access token that can be used to query the Cube API. For example:
```plaintext
-POST /projects/:id/product_analytics/request
+POST /projects/:id/product_analytics/request/load
```
| Attribute | Type | Required | Description |
@@ -62,6 +62,7 @@ The body of the request should be a valid Cube query.
"Jitsu.docPath"
],
"limit": 23
- }
+ },
+ "queryType": "multi"
}
```