Modify from "xsd:string" to "xsd:dict" for "router"
In Extra routes API, the type of "router" object is set "xsd:string". This commit fixes the type of "router" to "xsd:dict". Change-Id: Ic8032536166f4c97eabcf79b51e0c24cba916a35 Closes-Bug: #1512664
This commit is contained in:
@@ -1431,7 +1431,7 @@
|
||||
<!--! router parameters -->
|
||||
<!ENTITY routerParameter '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
|
||||
name="router" style="plain" type="xsd:string">
|
||||
name="router" style="plain" type="xsd:dict">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
|
||||
Reference in New Issue
Block a user