Fix type for 'attributes' field

This commit is contained in:
GennadySpb 2017-06-22 18:15:54 +03:00 committed by Brian Coca
parent 75a3ac5ca5
commit 26fec4f107

View file

@ -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
''' '''