Skip to content

Commit d04265b

Browse files
authored
Fix adminspace docs (#95)
1 parent 8d84356 commit d04265b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/manual/abstractions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@ meaning the operation addresses the Zenoh router the HTTP client is connected to
188188

189189
For 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

196196
Some 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

0 commit comments

Comments
 (0)