From e0805ec06cd7a9044e4b9e05a1e9a915ce147a71 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 15:28:59 -0700 Subject: [PATCH] Adds commandline example response for random.md --- .../public-rippled-methods/utility-methods/random.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md index d960318806..5a863fc5af 100644 --- a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md +++ b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md @@ -70,6 +70,17 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "random" : "DB7C23C7F224CD410912E68A997BE0FD0FA7175A4C74B829BE5A80ED0DBAA0C5", + "status" : "success" + } +} +``` + The response follows the [standard format][], with a successful result containing the following field: