Skip to content

Commit

Permalink
Marking APIs stable
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
  • Loading branch information
bharath-techie committed Aug 10, 2022
1 parent 1626cfb commit 3bdf1cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url":"https://opensearch.org/docs/latest/opensearch/rest-api/point_in_time/",
"description":"Creates point in time context."
},
"stability":"experimental",
"stability":"stable",
"url":{
"paths":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url":"https://opensearch.org/docs/latest/opensearch/rest-api/point_in_time/",
"description":"Deletes all active point in time searches."
},
"stability":"experimental",
"stability":"stable",
"url":{
"paths":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url":"https://opensearch.org/docs/latest/opensearch/rest-api/point_in_time/",
"description":"Deletes one or more point in time searches based on the IDs passed."
},
"stability":"experimental",
"stability":"stable",
"url":{
"paths":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"pit_id": [$pit_id]

- match: {pits.0.pitId: $pit_id}
- match: {pits.0.succeeded: true }
- match: {pits.0.successful: true }

---
"Delete all":
Expand Down Expand Up @@ -127,7 +127,7 @@
delete_all_pits: {}

- match: {pits.0.pitId: $pit_id}
- match: {pits.0.succeeded: true }
- match: {pits.0.successful: true }

- do:
catch: missing
Expand Down

0 comments on commit 3bdf1cc

Please sign in to comment.