From aa020768c465f89e85cff70fdd5808648382b6a3 Mon Sep 17 00:00:00 2001 From: John Freed Date: Thu, 19 Aug 2021 21:57:23 +0200 Subject: [PATCH] Updated Json service (markdown) --- Json-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Json-service.md b/Json-service.md index bde93b3..795a97f 100644 --- a/Json-service.md +++ b/Json-service.md @@ -22,7 +22,7 @@ From the command line: You should receive the same response that the `nc` command provides. -## Some example requests +### Some example requests ENTRY: `{"jsonrpc":"2.0","method":"listGroups","id":"5"}` REPLY: `{"jsonrpc":"2.0","result":[...],"id":"5"}`