Revert "stat: doc: add version for new returns"
This commit is contained in:
parent
50c9a276d7
commit
847cc0a1ec
1 changed files with 3 additions and 3 deletions
|
@ -311,19 +311,19 @@ stat:
|
||||||
type: string
|
type: string
|
||||||
sample: us-ascii
|
sample: us-ascii
|
||||||
readable:
|
readable:
|
||||||
description: Tells you if the invoking user has the right to read the path, added in version 2.2
|
description: Tells you if the invoking user has the right to read the path
|
||||||
returned: success, path exists and user can read the path
|
returned: success, path exists and user can read the path
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: False
|
sample: False
|
||||||
version_added: 2.2
|
version_added: 2.2
|
||||||
writeable:
|
writeable:
|
||||||
description: Tells you if the invoking user has the right to write the path, added in version 2.2
|
description: Tells you if the invoking user has the right to write the path
|
||||||
returned: success, path exists and user can write the path
|
returned: success, path exists and user can write the path
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: False
|
sample: False
|
||||||
version_added: 2.2
|
version_added: 2.2
|
||||||
executable:
|
executable:
|
||||||
description: Tells you if the invoking user has the execute the path, added in version 2.2
|
description: Tells you if the invoking user has the execute the path
|
||||||
returned: success, path exists and user can execute the path
|
returned: success, path exists and user can execute the path
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: False
|
sample: False
|
||||||
|
|
Loading…
Reference in a new issue