Skip to content

Commit a6f1926

Browse files
committed
Add doc_id
1 parent f1b8762 commit a6f1926

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

output/schema/schema.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ autoscaling-get-autoscaling-capacity,https://www.elastic.co/guide/en/elasticsear
1818
autoscaling-get-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/autoscaling-get-autoscaling-policy.html
1919
autoscaling-put-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/autoscaling-put-autoscaling-policy.html
2020
avoid-index-pattern-collisions,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/index-templates.html#avoid-index-pattern-collisions
21+
behavioral-analytics-collection-event,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/post-analytics-collection-event.html
2122
behavioral-analytics-event-reference,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/behavioral-analytics-event-reference.html
2223
byte-units,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/api-conventions.html#byte-units
2324
bytes-processor,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/bytes-processor.html

specification/search_application/post_behavioral_analytics_event/BehavioralAnalyticsEventPostRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { EventType } from '../_types/AnalyticsEvent'
2525
* @rest_spec_name search_application.post_behavioral_analytics_event
2626
* @availability stack stability=experimental visibility=public
2727
* @doc_tag analytics
28+
* @doc_id behavioral-analytics-collection-event
2829
* @ext_doc_id behavioral-analytics-event-reference
2930
*/
3031
export interface Request extends RequestBase {

0 commit comments

Comments
 (0)