Fix OAUTH docs to remove duplicate 400
The OAUTH docs had the 400 Bad Request status listed multiple times. Change-Id: I50fd28edb45e41b14411547251bcc00c011376e4
This commit is contained in:
parent
720bfbb13c
commit
9ddd5b9e40
@ -573,7 +573,7 @@
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
<response status="400"/> &commonFaults; </method>
|
||||
&commonFaults; </method>
|
||||
<method name="POST" id="getUnauthorizedRequestToken">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="Get unauthorized request token">
|
||||
@ -623,7 +623,7 @@
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
<response status="400"/> &commonFaults; </method>
|
||||
&commonFaults; </method>
|
||||
<!--<method name="PUT" id="authorizeRequestToken">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="Authorize request token">
|
||||
@ -666,7 +666,7 @@
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
<response status="400"/> &commonFaults; </method>-->
|
||||
&commonFaults; </method>-->
|
||||
<method name="POST" id="createAccessToken">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="Create access token">
|
||||
@ -725,7 +725,7 @@
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
<response status="400"/> &commonFaults; </method>
|
||||
&commonFaults; </method>
|
||||
<method name="POST" id="authenticate">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="Get an Identity Service token">
|
||||
@ -822,7 +822,7 @@
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
<response status="400"/> &commonFaults; </method>
|
||||
&commonFaults; </method>
|
||||
<method name="GET" id="getAuthorizedAccessToken">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="Get authorized access token">
|
||||
@ -885,7 +885,7 @@
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
<response status="400"/> &commonFaults; </method>
|
||||
&commonFaults; </method>
|
||||
<method name="GET" id="listRolesOfAccessToken">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="List roles for an access token">
|
||||
@ -896,7 +896,7 @@
|
||||
>example</link>) of this response format.</para>
|
||||
</wadl:doc>
|
||||
<response status="200"/>
|
||||
<response status="400"/> &commonFaults; </method>
|
||||
&commonFaults; </method>
|
||||
<method name="GET" id="getRoleOfAccessToken">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="Get role information for an access token">
|
||||
@ -928,7 +928,7 @@
|
||||
</param>
|
||||
<representation mediaType="application/json"/>
|
||||
</response>
|
||||
<response status="400"/> &commonFaults; </method>
|
||||
&commonFaults; </method>
|
||||
<method name="DELETE" id="revokeAccessToken">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
|
||||
title="Revoke access token">
|
||||
|
Loading…
x
Reference in New Issue
Block a user