File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,14 +188,14 @@ meaning the operation addresses the Zenoh router the HTTP client is connected to
188188
189189For instance, the following keys can be used:
190190
191- - ` @/router/ <router-id> ` (read-only):
191+ - ` @/<router-id>/router ` (read-only):
192192 Returns a JSON with the status information about the router.
193- - ` @/router/ <router-id>/config /** ` (write-only):
193+ - ` @/<router-id>/router /** ` (write-only):
194194 Allows you to edit the configuration of the router at runtime.
195195
196196Some plugins may extend the admin space, such as [ Storages] ( ../plugin-storage-manager ) , which will add the following keys:
197197
198- - ` @/router/ <router-id>/status/plugins/storage_manager/volumes/<volume-name> ` (read-only):
198+ - ` @/<router-id>/router /status/plugins/storage_manager/volumes/<volume-name> ` (read-only):
199199 Returning information about the selected backend in JSON format
200- - ` @/router/ <router-id>/status/plugins/storage_manager/storages/<storage-name> ` (read-only):
200+ - ` @/<router-id>/router /status/plugins/storage_manager/storages/<storage-name> ` (read-only):
201201 Returning information about the selected storage in JSON format
You can’t perform that action at this time.
0 commit comments