From cbc5774adef236722603e0899364e8632084d350 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 12 Oct 2016 11:37:41 +0100 Subject: [PATCH] JSON key names also use underscores. --- specification/client_server_api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 1b4aac3f..2645b1d8 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -73,7 +73,8 @@ MUST be encoded as UTF-8. Clients are authenticated using opaque query string parameter on all requests. The names of the API endponts for the HTTP transport follow a convention of -using underscores to separate words (for example ``/delete_devices``). +using underscores to separate words (for example ``/delete_devices``). The key +names in JSON objects passed over the API also follow this convention. .. NOTE:: There are a few historical exceptions to this rule, such as