Remove page and per_page query parameters from Identity v3
Change-Id: I32488c41d36816d1bc337b3ad194c0b8a3743c05 Closes-Bug: #1451402
This commit is contained in:
parent
2a409c1cbf
commit
a0972f56cc
@ -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"
|
||||
|
@ -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}">
|
||||
@ -890,8 +889,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">
|
||||
@ -1039,8 +1037,6 @@
|
||||
<representation mediaType="application/json">
|
||||
&interfaceQueryParam;
|
||||
&service_idQueryParam;
|
||||
&pageQueryParam;
|
||||
&per_pageQueryParam;
|
||||
</representation>
|
||||
</request>
|
||||
<response status="200">
|
||||
@ -1160,8 +1156,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">
|
||||
@ -1407,7 +1402,6 @@
|
||||
<representation mediaType="application/json">
|
||||
&domain_idQueryParam; &parent_idQueryParam;
|
||||
&nameQueryParam; &enabledQueryParam;
|
||||
&pageQueryParam; &per_pageQueryParam;
|
||||
</representation>
|
||||
</request>
|
||||
<response status="200">
|
||||
@ -1642,8 +1636,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">
|
||||
@ -1809,8 +1802,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>
|
||||
@ -1977,7 +1969,6 @@
|
||||
<representation mediaType="application/json">
|
||||
&domain_idQueryParam; &descriptionQueryParam;
|
||||
&nameQueryParam; &enabledQueryParam;
|
||||
&pageQueryParam; &per_pageQueryParam;
|
||||
</representation>
|
||||
</request>
|
||||
<response status="200">
|
||||
@ -2004,8 +1995,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">
|
||||
@ -2137,7 +2127,7 @@
|
||||
<!--No request body is provided-->
|
||||
<request>
|
||||
<representation mediaType="application/json">
|
||||
&nameQueryParam; &pageQueryParam; &per_pageQueryParam;
|
||||
&nameQueryParam;
|
||||
</representation>
|
||||
</request>
|
||||
<response status="200">
|
||||
@ -2345,7 +2335,7 @@
|
||||
<!--No request body is provided-->
|
||||
<request>
|
||||
<representation mediaType="application/json">
|
||||
&typeQueryParam; &pageQueryParam; &per_pageQueryParam;
|
||||
&typeQueryParam;
|
||||
</representation>
|
||||
</request>
|
||||
<response status="200">
|
||||
|
Loading…
Reference in New Issue
Block a user