Fix type for 'attributes' field
This commit is contained in:
parent
75a3ac5ca5
commit
26fec4f107
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ stat:
|
||||||
attributes:
|
attributes:
|
||||||
description: list of file attributes
|
description: list of file attributes
|
||||||
returned: success, path exists and user can execute the path
|
returned: success, path exists and user can execute the path
|
||||||
type: boolean
|
type: list
|
||||||
sample: [ immutable, extent ]
|
sample: [ immutable, extent ]
|
||||||
version_added: 2.3
|
version_added: 2.3
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue