Skip to content

Commit e5557e4

Browse files
Update rollover new index operation request for serverless (#5189) (#5192)
* add individual request examples for serverless and stack * add empty value block to denote empty POST body for serverless request (cherry picked from commit c31b787) Co-authored-by: ketkee-aryamane <[email protected]>
1 parent ad644cf commit e5557e4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

specification/indices/rollover/examples/request/indicesRolloverRequestExample1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
summary: Create a new index for a data stream.
1+
summary: Stack request
22
method_request: POST my-data-stream/_rollover
3-
# description: ''
3+
description: 'Create a new index for a data stream'
44
# type: request
55
value: "{
66
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
summary: Serverless request
2+
method_request: POST my-data-stream/_rollover
3+
description: 'Create a new index for a data stream'
4+
value: '{}'

0 commit comments

Comments
 (0)