From e5eb9c90ef1704ebba218833b0b46929a29d9e36 Mon Sep 17 00:00:00 2001 From: wglettig <51001707+wglettig@users.noreply.github.com> Date: Fri, 28 Feb 2020 14:55:38 +0100 Subject: [PATCH] Update RESTAPI.md --- python_algorithms/RESTful/RESTAPI.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python_algorithms/RESTful/RESTAPI.md b/python_algorithms/RESTful/RESTAPI.md index b550a24..3366fa9 100644 --- a/python_algorithms/RESTful/RESTAPI.md +++ b/python_algorithms/RESTful/RESTAPI.md @@ -201,7 +201,15 @@ or "n_v" : 1, "f" : 10 }, - "path": [{"OX"=1,"OY"=2,"OZ"=3}, + "path": [ + {"OX":1,"OY":2,"OZ":3}, + {"OX":2,"OY":2,"OZ":1}, + {"OX":3,"OY":2,"OZ":1}, + {"OX":4,"OY":2,"OZ":2}, + {"OX":5,"OY":2,"OZ":3}, + {"OX":6,"OY":2,"OZ":4}, + {"OX":1,"OY":2,"OZ":3} + ], "SHX":2 } ```