Adds response for Show Resource Metadata

Change-Id: Ib9780833de1459615ee85856144471ebe970d6e7
Closes-bug: 1378471
This commit is contained in:
Shaunak Kashyap 2014-10-07 12:01:19 -07:00 committed by Shaunak Kashyap
parent da2d0d790e
commit 8258c9aaed
2 changed files with 14 additions and 1 deletions

View File

@ -879,7 +879,14 @@
<para role="shortdesc">Shows metadata for a specified
resource.</para>
</wadl:doc>
<response status="200"/>
<response status="200">
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<xsdxt:code href="samples/resource_metadata_resp.json"/>
</wadl:doc>
</representation>
</response>
</method>
<method name="POST" id="resource_signal">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"

View File

@ -0,0 +1,6 @@
{
"metadata": {
"some_key": "some_value",
"some_other_key": "some_other_value"
}
}