Skip to content

Commit

Permalink
[DOCS] Update tag for data stream APIs (#3369) (#3382)
Browse files Browse the repository at this point in the history
(cherry picked from commit 476a546)
  • Loading branch information
lcawl authored Dec 19, 2024
1 parent 342755c commit 255de03
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
10 changes: 5 additions & 5 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { Duration } from '@_types/Time'
* @availability stack since=7.9.0 stability=stable
* @availability serverless stability=stable visibility=public
* @index_privileges delete_index
* @doc_tag data stream
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/indices/downsample/Request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import { IndexName } from '@_types/common'
* @rest_spec_name indices.downsample
* @availability stack since=8.5.0 stability=experimental
* @availability serverless stability=experimental visibility=private
* @doc_tag data stream
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { Duration } from '@_types/Time'
* @rest_spec_name indices.explain_data_lifecycle
* @availability stack since=8.11.0 stability=stable
* @availability serverless stability=stable visibility=public
* @doc_tag data stream
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { Duration } from '@_types/Time'
* This will affect the lifecycle management of the data stream and interfere with the data stream size and retention.
* @rest_spec_name indices.promote_data_stream
* @availability stack since=7.9.0 stability=stable
* @doc_tag data stream
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { Duration } from '@_types/Time'
* @rest_spec_name indices.put_data_lifecycle
* @availability stack since=8.11.0 stability=stable
* @availability serverless stability=stable visibility=public
* @doc_tag data stream
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down

0 comments on commit 255de03

Please sign in to comment.