Merge "[Orchestration API v1] Missing sample response for "Show event details" API"
This commit is contained in:
commit
2c75342292
@ -1905,16 +1905,20 @@
|
|||||||
¬Found;
|
¬Found;
|
||||||
</method>
|
</method>
|
||||||
<method name="GET" id="event_show">
|
<method name="GET" id="event_show">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"
|
|
||||||
title="Show event details">
|
title="Show event details">
|
||||||
<para role="shortdesc">
|
<para role="shortdesc">
|
||||||
Shows details for an event.
|
Shows details for an event.
|
||||||
</para>
|
</para>
|
||||||
<xsdxt:code href="samples/event-show-response.json"/>
|
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
<representation mediaType="application/json"/>
|
<representation mediaType="application/json">
|
||||||
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
|
xml:lang="EN">
|
||||||
|
<xsdxt:code href="samples/event-show-response.json"/>
|
||||||
|
</wadl:doc>
|
||||||
|
</representation>
|
||||||
</response>
|
</response>
|
||||||
</method>
|
</method>
|
||||||
<method name="GET" id="build_info_show">
|
<method name="GET" id="build_info_show">
|
||||||
|
Loading…
Reference in New Issue
Block a user