Return type is dict, not dictionary (#24191)
This commit is contained in:
parent
77e550192c
commit
93de128844
1 changed files with 2 additions and 2 deletions
|
@ -83,11 +83,11 @@ rundeck_response:
|
|||
before:
|
||||
description: dictionnary containing project informations before modification
|
||||
returned: success
|
||||
type: dictionnary
|
||||
type: dict
|
||||
after:
|
||||
description: dictionnary containing project informations after modification
|
||||
returned: success
|
||||
type: dictionnary
|
||||
type: dict
|
||||
'''
|
||||
|
||||
# import module snippets
|
||||
|
|
Loading…
Reference in a new issue