Skip to content

Commit b42000c

Browse files
Update OpenAPI specs (#166)
Signed-off-by: GitHub <[email protected]> Co-authored-by: nhtruong <[email protected]>
1 parent 1419380 commit b42000c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

OpenSearch.openapi.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -26671,7 +26671,9 @@
2667126671
"description": "Specify the keep alive for point in time.",
2667226672
"schema": {
2667326673
"type": "string",
26674-
"description": "Specify the keep alive for point in time."
26674+
"pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
26675+
"description": "Specify the keep alive for point in time.",
26676+
"x-data-type": "time"
2667526677
}
2667626678
},
2667726679
{
@@ -30719,7 +30721,7 @@
3071930721
"pit_id": {
3072030722
"type": "string"
3072130723
},
30722-
"_shard": {
30724+
"_shards": {
3072330725
"$ref": "#/components/schemas/ShardStatistics"
3072430726
},
3072530727
"creation_time": {

0 commit comments

Comments
 (0)