From 7649d6746b49512a6ab6bb83306aa19c6e74b2a6 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 17 May 2015 15:38:01 -0700 Subject: [PATCH] docs --- service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/README.md b/service/README.md index e063f349b..1900a6127 100644 --- a/service/README.md +++ b/service/README.md @@ -59,7 +59,7 @@ Getting /network returns an array of all networks that this node has joined. See * Methods: GET, POST, DELETE * Returns: { object } -To join a network, POST to it. POST data is optional and may be omitted. Example: POST to /network/8056c2e21c000001 to join the public "Earth" network. To leave a network, DELETE it e.g. DELETE /network/8056c2e21c000001. +To join a network, POST to it. Since networks have no mandatory writable parameters, POST data is optional and may be omitted. Example: POST to /network/8056c2e21c000001 to join the public "Earth" network. To leave a network, DELETE it e.g. DELETE /network/8056c2e21c000001. Most network settings are not writable, as they are defined by the network controller.