stat: doc: add version for new returns (#5594)

This commit is contained in:
René Moser 2016-11-14 09:32:42 +01:00 committed by Matt Clay
commit c8da9b012b

View file

@ -303,17 +303,17 @@ stat:
type: string
sample: us-ascii
readable:
description: Tells you if the invoking user has the right to read the path
description: Tells you if the invoking user has the right to read the path, added in version 2.2
returned: success, path exists and user can read the path
type: boolean
sample: False
writeable:
description: Tells you if the invoking user has the right to write the path
description: Tells you if the invoking user has the right to write the path, added in version 2.2
returned: success, path exists and user can write the path
type: boolean
sample: False
executable:
description: Tells you if the invoking user has the execute the path
description: Tells you if the invoking user has the execute the path, added in version 2.2
returned: success, path exists and user can execute the path
type: boolean
sample: False