Skip to content

Commit 0ecce93

Browse files
authored
[7.x][DOCS] Changes version number in Info API example response (#69143)
1 parent 5c5f3ff commit 0ecce93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/rest-api/info.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Example response:
110110
"available" : true,
111111
"enabled" : true,
112112
"native_code_info" : {
113-
"version" : "7.0.0-alpha1-SNAPSHOT",
113+
"version" : "7.13.0",
114114
"build_hash" : "99a07c016d5a73"
115115
}
116116
},
@@ -182,7 +182,7 @@ Example response:
182182
// TESTRESPONSE[s/"date" : "2015-04-07T13:34:42Z"/"date" : "$body.build.date"/]
183183
// TESTRESPONSE[s/"uid" : "893361dc-9749-4997-93cb-xxx",/"uid": "$body.license.uid",/]
184184
// TESTRESPONSE[s/"expiry_date_in_millis" : 1542665112332/"expiry_date_in_millis" : "$body.license.expiry_date_in_millis"/]
185-
// TESTRESPONSE[s/"version" : "7.0.0-alpha1-SNAPSHOT",/"version": "$body.features.ml.native_code_info.version",/]
185+
// TESTRESPONSE[s/"version" : "7.13.0",/"version": "$body.features.ml.native_code_info.version",/]
186186
// TESTRESPONSE[s/"build_hash" : "99a07c016d5a73"/"build_hash": "$body.features.ml.native_code_info.build_hash"/]
187187
// TESTRESPONSE[s/"eql" : \{[^\}]*\},/"eql": $body.$_path,/]
188188
// eql is disabled by default on release builds and enabled everywhere else during the initial implementation phase until its release

0 commit comments

Comments
 (0)