Merge "Fix the bug of "incorrect type of a parameter""
This commit is contained in:
commit
6595f5cb91
@ -85,7 +85,7 @@
|
||||
/>
|
||||
</wadl:doc>
|
||||
<param name="ip_range" style="plain" required="true"
|
||||
type="xsd:int">
|
||||
type="xsd:string">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<para>The range of IP addresses to use for
|
||||
@ -119,7 +119,7 @@
|
||||
/>
|
||||
</wadl:doc>
|
||||
<param name="ip_range" style="plain" required="true"
|
||||
type="xsd:int">
|
||||
type="xsd:string">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<para>The range of IP addresses from which to
|
||||
|
Loading…
x
Reference in New Issue
Block a user