diff --git a/specs/juno/tripleo-juno-tuskar-rest-api.rst b/specs/juno/tripleo-juno-tuskar-rest-api.rst index 2aa86ba8..d91b15b1 100644 --- a/specs/juno/tripleo-juno-tuskar-rest-api.rst +++ b/specs/juno/tripleo-juno-tuskar-rest-api.rst @@ -454,12 +454,16 @@ Request Example: .. code-block:: json - { - "parameters" : { - "database_host" : "10.11.12.13", - "database_password" : "secret" + [ + { + "name" : "database_host", + "value" : "10.11.12.13" + }, + { + "name" : "database_password", + "value" : "secret" } - } + ] Response Codes: