Return type is dict, not dictionary (#24191)

pull/24196/head
John R Barker 8 years ago committed by GitHub
parent 77e550192c
commit 93de128844

@ -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…
Cancel
Save