Skip to content

Commit 21bfe67

Browse files
committed
Add @doc_tag to create datastream endpoint
1 parent ebd1f25 commit 21bfe67

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

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

specification/indices/create_data_stream/IndicesCreateDataStreamRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { Duration } from '@_types/Time'
2929
* @availability stack since=7.9.0 stability=stable
3030
* @availability serverless stability=stable visibility=public
3131
* @index_privileges create_index
32+
* @doc_tag data stream
3233
*/
3334
export interface Request extends RequestBase {
3435
path_parts: {

0 commit comments

Comments
 (0)