Fix object-api wadl

Partial-Bug: #1187119

Change-Id: Ic979d39b2aaa9fb34037d03af4668a9decc7ae57
author: diane fleming
This commit is contained in:
Diane Fleming 2014-01-02 12:23:37 -06:00
parent 313b73a818
commit 9d568fd030
1 changed files with 35 additions and 30 deletions

View File

@ -74,36 +74,6 @@
<!-- Resource Types -->
<!--*******************************************************-->
<resource_type id="ContainersList">
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit"
style="query" required="false" type="xsd:int">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>For an integer value
<replaceable>n</replaceable>, limits the
number of results to n values.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker"
style="query" required="false" type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names greater in value than the
specified marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="end_marker" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names less in value than the specified
marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="format"
style="query" required="false" type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Value of the serialized response
format. Either json or xml.</para></wadl:doc>
</param>
<method href="#listContainers"/>
</resource_type>
<resource_type id="ObjectsList">
@ -171,6 +141,41 @@
container names less than the specified value.</para>
</wadl:doc>
<request>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="limit" style="query" required="false"
type="xsd:int">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>For an integer value
<replaceable>n</replaceable>, limits the
number of results to n
values.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="marker" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names greater in value than the
specified marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="end_marker" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names less in value than the
specified marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="format" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Value of the serialized
response format. Either json or
xml.</para></wadl:doc>
</param>
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"