Skip to content

Commit

Permalink
Fix doc after #119083
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Dec 19, 2024
1 parent 6983f9a commit 4f88811
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/reference/indices/shard-stores.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ The API returns the following response:
"roles": [...],
"version": "8.10.0",
"min_index_version": 8000099,
"min_read_only_index_version": 7000099,
"max_index_version": 9004000
},
"allocation_id": "2iNySv_OQVePRX-yaRH_lQ", <4>
Expand All @@ -194,7 +193,6 @@ The API returns the following response:
// TESTRESPONSE[s/"roles": \[[^]]*\]/"roles": $body.$_path/]
// TESTRESPONSE[s/"8.10.0"/\$node_version/]
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
// TESTRESPONSE[s/"max_index_version": 8100099/"max_index_version": $body.$_path/]


Expand Down

0 comments on commit 4f88811

Please sign in to comment.