Merge "Add missing err res codes to "Create floating IP""
This commit is contained in:
@@ -534,6 +534,10 @@ Accept: application/json</programlisting>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><code>401</code> The operation is not authorized.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><code>404</code> The specified port ID is not valid.
|
||||
</para>
|
||||
@@ -591,7 +595,7 @@ Accept: application/json</programlisting>
|
||||
href="api_samples/floatingip-post-resp.json"/>
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response> &fault400; &fault401; &fault409; </method>
|
||||
</response> &fault400; &fault401; &fault404; &fault409; </method>
|
||||
<method name="GET" id="showFloatingIp">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||
title="Show floating IP details">
|
||||
|
||||
Reference in New Issue
Block a user