Fix hardcoded version replacement in put-dfanalytics.asciidoc #51053
The version replacement for the code snippet should replace 7.6 with the current version, but doesn't match because of a missing whitespace. Closes #51052
This commit is contained in:
parent
65af0a0f0a
commit
d291f189a8
|
@ -411,7 +411,7 @@ The API returns the following result:
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
// TESTRESPONSE[s/1562265491319/$body.$_path/]
|
// TESTRESPONSE[s/1562265491319/$body.$_path/]
|
||||||
// TESTRESPONSE[s/"version": "7.6.0"/"version": $body.version/]
|
// TESTRESPONSE[s/"version" : "7.6.0"/"version" : $body.version/]
|
||||||
|
|
||||||
|
|
||||||
[[ml-put-dfanalytics-example-r]]
|
[[ml-put-dfanalytics-example-r]]
|
||||||
|
|
Loading…
Reference in New Issue