Update docs/workflows.md

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
Scott Shawcroft 2023-11-28 15:55:22 -08:00 committed by GitHub
parent 8208ca3c6f
commit 31d5779561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,7 +372,7 @@ curl -v -L http://circuitpython.local/cp/devices.json
Returns information about the attached disk(s). A list of objects, one per disk. Returns information about the attached disk(s). A list of objects, one per disk.
* `root`: File sysstem path to the root of the disk. * `root`: Filesystem path to the root of the disk.
* `free`: Count of free bytes on the disk. * `free`: Count of free bytes on the disk.
* `block_size`: Size of a block in bytes. * `block_size`: Size of a block in bytes.
* `writable`: True when CircuitPython and the web workflow can write to the disk. USB may claim a disk instead. * `writable`: True when CircuitPython and the web workflow can write to the disk. USB may claim a disk instead.