summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-17 15:38:01 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-17 15:38:01 -0700
commit7649d6746b49512a6ab6bb83306aa19c6e74b2a6 (patch)
tree437f382eedba270dd5a7090d7fc2d4559f381f96 /service/README.md
parent0e009810599a7702a05b7ae8d3d9851bb57b57f1 (diff)
downloadinfinitytier-7649d6746b49512a6ab6bb83306aa19c6e74b2a6.tar.gz
infinitytier-7649d6746b49512a6ab6bb83306aa19c6e74b2a6.zip
docs
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/README.md b/service/README.md
index e063f349..1900a612 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.