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:
@@ -258,6 +258,7 @@ Request
|
|||||||
- floatingip_id: floatingip-id-path
|
- floatingip_id: floatingip-id-path
|
||||||
- port_id: floatingip-port_id-put-request
|
- port_id: floatingip-port_id-put-request
|
||||||
- fixed_ip_address: floatingip-fixed_ip_address-request
|
- fixed_ip_address: floatingip-fixed_ip_address-request
|
||||||
|
- description: description-request
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
---------------
|
---------------
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
"tenant_id": "4969c491a3c74ee4af974e6d800c62de",
|
"tenant_id": "4969c491a3c74ee4af974e6d800c62de",
|
||||||
"status": "ACTIVE",
|
"status": "ACTIVE",
|
||||||
"port_id": "fc861431-0e6c-4842-a0ed-e2363f9bc3a8",
|
"port_id": "fc861431-0e6c-4842-a0ed-e2363f9bc3a8",
|
||||||
"id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"
|
"id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7",
|
||||||
|
"description": "floating ip for testing"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user