api-ref: remove created_at from response example of list-transfer
created_at is only present in "List volume transfers and details", and not in "List volume transfers for a project". https://developer.openstack.org/api-ref/block-storage/v3/index.html#list-volume-transfers-for-a-project https://developer.openstack.org/api-ref/block-storage/v3/index.html#list-volume-transfers-and-details So created_at should be removed from the response example of "List volume transfers for a project". Change-Id: I52a81454a995920c1ba5534fea3d50f6c9986881
This commit is contained in:
parent
e1d8ec8b26
commit
fbf431abe8
@ -4,7 +4,6 @@
|
||||
"id": "cac5c677-73a9-4288-bb9c-b2ebfb547377",
|
||||
"name": "first volume transfer",
|
||||
"volume_id": "894623a6-e901-4312-aa06-4275e6321cce",
|
||||
"created_at": "2017-06-20T05:48:49.000000",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://localhost/v3/firstproject/volumes/1",
|
||||
@ -20,7 +19,6 @@
|
||||
"id": "f26c0dee-d20d-4e80-8dee-a8d91b9742a1",
|
||||
"name": "second volume transfer",
|
||||
"volume_id": "673db275-379f-41af-8371-e1652132b4c1",
|
||||
"created_at": "2017-06-20T05:48:49.000000",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://localhost/v3/firstproject/volumes/2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user