We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bbadb commit ef333e3Copy full SHA for ef333e3
1 file changed
services/save-and-restore/doc/index.rst
@@ -127,6 +127,14 @@ A special case is the root node as it has a fixed unique id:
127
128
**.../node/44bef5de-e8e6-4014-af37-b8f6c8a939a2**
129
130
+The root node may also be retrieved using:
131
+
132
+**.../root**
133
134
+or
135
136
+**.../node/root***
137
138
Retrieve multiple nodes
139
"""""""""""""""""""""""
140
Method: GET
@@ -265,6 +273,10 @@ The a list of all the children nodes of the node with id `{uniqueNodeId}`
265
273
}
266
274
]
267
275
276
+One may retrieve the child nodes of the root node using:
277
278
+**.../node/root/children**
279
268
280
.. _Get a configuration:
269
281
270
282
Get a configuration
0 commit comments