nova/doc/api_samples/servers/v2.19/server-put-req.json
Balazs Gibizer 1269f5aeb1 doc: fix malformed api sample
I74b1a340c5ab98fdea2186e87dd13f42ce7c7661 introduced a malformed api
sample and the tox -e docs fails since then. This patch fixes the
sample file.

Closes-bug: #1539071
Change-Id: Ica76db8928fc98db1a09074fdc46439c920e93d8
2016-01-28 14:08:16 +01:00

7 lines
120 B
JSON

{
"server" : {
"name" : "updated-server-test",
"description" : "updated-server-description"
}
}