docs: document "root_info" filed reported by get_directory
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b55b21921a
commit
504d87831d
|
@ -1348,6 +1348,10 @@ following format:
|
||||||
"total": 7522213888,
|
"total": 7522213888,
|
||||||
"used": 4280369152,
|
"used": 4280369152,
|
||||||
"free": 2903625728
|
"free": 2903625728
|
||||||
|
},
|
||||||
|
"root_info": {
|
||||||
|
"name": "gcodes",
|
||||||
|
"permissions": "rw"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue