Skip to content

Commit 81385b0

Browse files
committed
[DOCS] Updated version in Info API example
1 parent bdbf3fd commit 81385b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/rest-api/info.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Example response:
7777
"available" : false,
7878
"enabled" : true,
7979
"native_code_info" : {
80-
"version" : "7.0.0-alpha1-SNAPSHOT",
81-
"build_hash" : "99a07c016d5a73"
80+
"version" : "6.3.0",
81+
"build_hash" : "54b5cf147d946c"
8282
}
8383
},
8484
"monitoring" : {
@@ -109,8 +109,8 @@ Example response:
109109
// TESTRESPONSE[s/"date" : "2015-04-07T13:34:42Z"/"date" : "$body.build.date"/]
110110
// TESTRESPONSE[s/"uid" : "893361dc-9749-4997-93cb-xxx",/"uid": "$body.license.uid",/]
111111
// TESTRESPONSE[s/"expiry_date_in_millis" : 1914278399999/"expiry_date_in_millis" : "$body.license.expiry_date_in_millis"/]
112-
// TESTRESPONSE[s/"version" : "7.0.0-alpha1-SNAPSHOT",/"version": "$body.features.ml.native_code_info.version",/]
113-
// TESTRESPONSE[s/"build_hash" : "99a07c016d5a73"/"build_hash": "$body.features.ml.native_code_info.build_hash"/]
112+
// TESTRESPONSE[s/"version" : "6.3.0",/"version": "$body.features.ml.native_code_info.version",/]
113+
// TESTRESPONSE[s/"build_hash" : "54b5cf147d946c"/"build_hash": "$body.features.ml.native_code_info.build_hash"/]
114114
// So much s/// but at least we test that the layout is close to matching....
115115

116116
The following example only returns the build and features information:

0 commit comments

Comments
 (0)