diff --git a/apiary.apib b/apiary.apib index 2febe4d..2f3743c 100644 --- a/apiary.apib +++ b/apiary.apib @@ -5403,7 +5403,7 @@ read the entire file similar to unix cat. + Parameters + arg (string, required) - Path to file to be read. - + offset (number, optional) - Offset to read from. Alias: o. + + offset (number, optional) - Byte offset to begin reading from. Alias: o. + count (number, optional) - Maximum number of bytes to read. Alias: n. + flush (boolean, optional) - Flush target and ancestors after write. Default: true. Alias: f.