Merge "Fix incorrect responses codes in Identity API v3"
This commit is contained in:
commit
d3bb905583
@ -765,7 +765,7 @@
|
||||
</representation>
|
||||
</request>
|
||||
<!--There is no response. As noted above, an HTTP 204 indicates success-->
|
||||
<response status="200"/> &commonFaults; &getFaults; </method>
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<method name="DELETE" id="revokeTokens">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
@ -1246,7 +1246,7 @@
|
||||
a domain.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="200"/> &commonFaults; &getFaults; </method>
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<method name="DELETE" id="revokeDomainUserRole">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
@ -1293,7 +1293,7 @@
|
||||
on a domain.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="200"/> &commonFaults; &getFaults; </method>
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<method name="DELETE" id="revokeDomainGroupRole">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
@ -1456,7 +1456,7 @@
|
||||
specified role on a project.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="200"/> &commonFaults; &getFaults; </method>
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<method name="DELETE" id="revokeProjectUserRole">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
@ -1503,7 +1503,7 @@
|
||||
a role.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="200"/> &commonFaults; &getFaults; </method>
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<method name="DELETE" id="revokeProjectGroupRole">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
@ -1815,7 +1815,7 @@
|
||||
group.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="200"/> &commonFaults; &getFaults; </method>
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<method name="GET" id="listGroupUsers">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
|
Loading…
Reference in New Issue
Block a user