nova/doc/v3/api_samples/os-floating-ip-dns/floating-ip-dns-create-or-update-req.json
Eli Qiao 5fbae427ea Remove domain from floating-ip-dns-create-or-update-req body
`domain` is passed in the url req id, so it is unuseful in the
request body, remove it and v3 api-samples.

Change-Id: If8bdfb7fc928daaf01c9612c97c6b391d3139505
2014-10-24 13:42:46 +08:00

7 lines
89 B
JSON

{
"domain_entry": {
"scope": "public",
"project": "project1"
}
}