api-ref: fix description for floating IPs

Adds/corrects the description request/response parameter as
applicable to core resources (see defect).

Change-Id: I1cbbfeafcfd35c8f7544af966a03e605619c0579
Partial-Bug: #1553653
This commit is contained in:
Boden R
2017-02-01 08:20:40 -07:00
parent cf72bd10e6
commit fd6e2c88b4
2 changed files with 3 additions and 1 deletions

View File

@@ -258,6 +258,7 @@ Request
- floatingip_id: floatingip-id-path
- port_id: floatingip-port_id-put-request
- fixed_ip_address: floatingip-fixed_ip_address-request
- description: description-request
Request Example
---------------

View File

@@ -8,6 +8,7 @@
"tenant_id": "4969c491a3c74ee4af974e6d800c62de",
"status": "ACTIVE",
"port_id": "fc861431-0e6c-4842-a0ed-e2363f9bc3a8",
"id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"
"id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7",
"description": "floating ip for testing"
}
}