Removed redundant documentation (#41422)

- Removed response documentation on keys which are standard across
modules.
pull/41631/merge
Kevin Breit 6 years ago committed by Dag Wieers
parent 9c4e5a2b30
commit 7058f11e1d

@ -123,33 +123,6 @@ data:
"tags": []
}
]
changed:
description: Whether object changed as a result of the request.
returned: info
type: string
sample:
"changed": false
status:
description: HTTP response code
returned: info
type: int
sample:
"status": 200
response:
description: HTTP response description and bytes
returned: info
type: string
sample:
"response": "OK (unknown bytes)"
failed:
description: Boolean value whether the task failed
returned: info
type: bool
sample:
"failed": false
'''
import os

Loading…
Cancel
Save