Skip to content

Commit ef333e3

Browse files
committed
Updated doc
1 parent 07bbadb commit ef333e3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

services/save-and-restore/doc/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ A special case is the root node as it has a fixed unique id:
127127

128128
**.../node/44bef5de-e8e6-4014-af37-b8f6c8a939a2**
129129

130+
The root node may also be retrieved using:
131+
132+
**.../root**
133+
134+
or
135+
136+
**.../node/root***
137+
130138
Retrieve multiple nodes
131139
"""""""""""""""""""""""
132140
Method: GET
@@ -265,6 +273,10 @@ The a list of all the children nodes of the node with id `{uniqueNodeId}`
265273
}
266274
]
267275
276+
One may retrieve the child nodes of the root node using:
277+
278+
**.../node/root/children**
279+
268280
.. _Get a configuration:
269281

270282
Get a configuration

0 commit comments

Comments
 (0)