Merge "Update HEAD methods to return 200 return code"
This commit is contained in:
commit
e8aac36d18
@ -765,7 +765,7 @@
|
||||
</representation>
|
||||
</request>
|
||||
<!--There is no response. As noted above, an HTTP 204 indicates success-->
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<response status="200"/> &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"
|
||||
@ -1230,7 +1230,7 @@
|
||||
a domain.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<response status="200"/> &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"
|
||||
@ -1277,7 +1277,7 @@
|
||||
on a domain.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<response status="200"/> &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"
|
||||
@ -1439,7 +1439,7 @@
|
||||
specified role on a project.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<response status="200"/> &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"
|
||||
@ -1486,7 +1486,7 @@
|
||||
a role.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<response status="200"/> &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"
|
||||
@ -1797,7 +1797,7 @@
|
||||
group.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="204"/> &commonFaults; &getFaults; </method>
|
||||
<response status="200"/> &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…
x
Reference in New Issue
Block a user