api-ref: fix list-resource-type-assocs example
In the metadefs section of the api-ref, the current example response for the list-resource-type-associations call is incorrect. Add a correct example response. Change-Id: I10e92ce96b40563b3c4d02ac5c542960564837ec Closes-bug: #1751208
This commit is contained in:
parent
c9f2772e4e
commit
0b49605630
@ -129,7 +129,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: samples/metadef-resource-types-list-response.json
|
||||
.. literalinclude:: samples/metadef-resource-type-assoc-list-response.json
|
||||
:language: json
|
||||
|
||||
|
||||
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"created_at": "2018-03-05T18:20:44Z",
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "hw:"
|
||||
},
|
||||
{
|
||||
"created_at": "2018-03-05T18:20:44Z",
|
||||
"name": "OS::Glance::Image",
|
||||
"prefix": "hw_"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user