Update document for metadata show API
Instead of "metadata", cinder will add "meta" into response body of show metadata API. Change-Id: Id39e3858f860e7f705d1c6ed44307d50fa8ff4b9
This commit is contained in:
parent
1579981969
commit
99e925a82a
@ -0,0 +1,5 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "test"
|
||||
}
|
||||
}
|
@ -654,13 +654,13 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- metadata: metadata_3
|
||||
- meta: meta
|
||||
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ./samples/volume-metadata-show-response.json
|
||||
.. literalinclude:: ./samples/volume-metadata-show-key-response.json
|
||||
:language: javascript
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user