Merge "Remove page and per_page query parameters from Identity v3"

This commit is contained in:
Jenkins 2015-10-05 18:04:13 +00:00 committed by Gerrit Code Review
commit 2dab47ceae
2 changed files with 8 additions and 36 deletions

View File

@ -88,23 +88,6 @@
image, and identity.</para>
</wadl:doc>
</param>'>
<!ENTITY pageQueryParam '
<param name="page" style="query" type="xsd:string"
xmlns="http://wadl.dev.java.net/2009/02" required="false">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"><para>Enables
you to page through the list.</para>
</wadl:doc>
</param>'>
<!ENTITY per_pageQueryParam '
<param name="per_page" style="query"
xmlns="http://wadl.dev.java.net/2009/02" type="xsd:string"
required="false">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"><para>Sets the
page size for paging through the list. Default page size
is 30.</para></wadl:doc>
</param>'>
<!ENTITY user_idQueryParam '
<param name="user_id" style="query" type="xsd:string"
xmlns="http://wadl.dev.java.net/2009/02" required="false">
@ -113,7 +96,6 @@
on user_id.</para>
</wadl:doc>
</param>'>
<!-- listGroupsParams -->
<!ENTITY domain_idQueryParam '
<param name="domain_id" style="query"

View File

@ -285,8 +285,7 @@
<method href="#updateGroup"/>
<method href="#deleteGroup"/>
<resource id="group-users" path="users">
&nameQueryParam; &pageQueryParam;
&per_pageQueryParam; <method
&nameQueryParam; <method
href="#listGroupUsers"/>
<resource id="group-user-user_id"
path="{user_id}">
@ -882,8 +881,7 @@
<!--No request body is provided-->
<request>
<representation mediaType="application/json">
&typeQueryParam; &pageQueryParam;
&per_pageQueryParam;</representation>
&typeQueryParam; </representation>
</request>
<response status="200">
<representation mediaType="application/json">
@ -1031,8 +1029,6 @@
<representation mediaType="application/json">
&interfaceQueryParam;
&service_idQueryParam;
&pageQueryParam;
&per_pageQueryParam;
</representation>
</request>
<response status="200">
@ -1152,8 +1148,7 @@
<!--No request body is provided-->
<request>
<representation mediaType="application/json">
&nameQueryParam; &enabledQueryParam; &pageQueryParam;
&per_pageQueryParam; </representation>
&nameQueryParam; &enabledQueryParam; </representation>
</request>
<response status="200">
<representation mediaType="application/json">
@ -1399,7 +1394,6 @@
<representation mediaType="application/json">
&domain_idQueryParam; &parent_idQueryParam;
&nameQueryParam; &enabledQueryParam;
&pageQueryParam; &per_pageQueryParam;
</representation>
</request>
<response status="200">
@ -1634,8 +1628,7 @@
<request>
<representation mediaType="application/json">
&domain_idQueryParam;
&nameQueryParam; &enabledQueryParam; &pageQueryParam;
&per_pageQueryParam; </representation>
&nameQueryParam; &enabledQueryParam; </representation>
</request>
<response status="200">
<representation mediaType="application/json">
@ -1801,8 +1794,7 @@
</para>
</wadl:doc>
<!--No request body is provided-->
<request> &domain_idQueryParam;
&pageQueryParam; &per_pageQueryParam; <representation
<request> &domain_idQueryParam; <representation
mediaType="application/json"/>
<representation mediaType="application/xml"/>
</request>
@ -1971,7 +1963,6 @@
<representation mediaType="application/json">
&domain_idQueryParam; &descriptionQueryParam;
&nameQueryParam; &enabledQueryParam;
&pageQueryParam; &per_pageQueryParam;
</representation>
</request>
<response status="200">
@ -1998,8 +1989,7 @@
<!--No request body is provided-->
<request>
<representation mediaType="application/json">
&user_idQueryParam; &pageQueryParam;
&per_pageQueryParam; </representation>
&user_idQueryParam; </representation>
</request>
<response status="200">
<representation mediaType="application/json">
@ -2131,7 +2121,7 @@
<!--No request body is provided-->
<request>
<representation mediaType="application/json">
&nameQueryParam; &pageQueryParam; &per_pageQueryParam;
&nameQueryParam;
</representation>
</request>
<response status="200">
@ -2341,7 +2331,7 @@
<!--No request body is provided-->
<request>
<representation mediaType="application/json">
&typeQueryParam; &pageQueryParam; &per_pageQueryParam;
&typeQueryParam;
</representation>
</request>
<response status="200">