Fixes bigiq doc error (#40517)
Corrects the return values for a bigiq module
This commit is contained in:
parent
f9ae11ea88
commit
4689de9db8
1 changed files with 1 additions and 10 deletions
|
@ -115,16 +115,7 @@ EXAMPLES = r'''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''
|
RETURN = r'''
|
||||||
param1:
|
# only common fields returned
|
||||||
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
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in a new issue