Skip to content

Commit

Permalink
Update OpenAPI specs (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: nhtruong <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and nhtruong authored Nov 30, 2023
1 parent 1419380 commit b42000c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions OpenSearch.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -26671,7 +26671,9 @@
"description": "Specify the keep alive for point in time.",
"schema": {
"type": "string",
"description": "Specify the keep alive for point in time."
"pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
"description": "Specify the keep alive for point in time.",
"x-data-type": "time"
}
},
{
Expand Down Expand Up @@ -30719,7 +30721,7 @@
"pit_id": {
"type": "string"
},
"_shard": {
"_shards": {
"$ref": "#/components/schemas/ShardStatistics"
},
"creation_time": {
Expand Down

0 comments on commit b42000c

Please sign in to comment.