Fixes bigiq doc error (#40517)

Corrects the return values for a bigiq module
This commit is contained in:
Tim Rupp 2018-05-21 19:55:51 -07:00 committed by GitHub
parent f9ae11ea88
commit 4689de9db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,16 +115,7 @@ EXAMPLES = r'''
'''
RETURN = r'''
param1:
description: The new param1 value of the resource.
returned: changed
type: bool
sample: true
param2:
description: The new param2 value of the resource.
returned: changed
type: string
sample: Foo is bar
# only common fields returned
'''
import re