Merge "[Orchestration API v1] Missing sample response for "Show event details" API"

This commit is contained in:
Jenkins 2016-02-13 17:49:34 +00:00 committed by Gerrit Code Review
commit 2c75342292

View File

@ -1905,16 +1905,20 @@
&notFound; &notFound;
</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">