Corrected configuration value request example
When coding the set configuration value API, it became clear that a different request body would be beneficial. This commit updates the spec with the changes. Change-Id: Iee9ed8239e566de9db3304992a6486ae0794becb
This commit is contained in:
parent
806672a4b3
commit
1b27395381
@ -454,12 +454,16 @@ Request Example:
|
|||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
[
|
||||||
"parameters" : {
|
{
|
||||||
"database_host" : "10.11.12.13",
|
"name" : "database_host",
|
||||||
"database_password" : "secret"
|
"value" : "10.11.12.13"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "database_password",
|
||||||
|
"value" : "secret"
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
|
|
||||||
Response Codes:
|
Response Codes:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user