Skip to content

Commit 4602570

Browse files
authored
Fix explain data lifecycle api spec (#95855)
1 parent a8d82d9 commit 4602570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.explain_data_lifecycle.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"include_defaults": {
3232
"type": "boolean",
3333
"description": "indicates if the API should return the default values the system uses for the index's lifecycle"
34+
},
35+
"master_timeout": {
36+
"type": "time",
37+
"description": "Specify timeout for connection to master"
3438
}
3539
}
3640
}

0 commit comments

Comments
 (0)