summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kutsan <akutsan@luxoft.com>2017-02-27 16:55:33 +0200
committerAlex Kutsan <akutsan@luxoft.com>2017-02-28 10:31:50 +0200
commit3e62c554d431b5ce5b3bec071a66cc4282fd67ab (patch)
tree3b5dc8571f18da037db568de18d4965c72086aa8
parent05ab3a5b5d0e0857eb1bd8b7814ba7bdc0ff2a68 (diff)
downloadsdl_core-3e62c554d431b5ce5b3bec071a66cc4282fd67ab.tar.gz
Make OnSystemRequest.url param not array
According requirements OnSystemRequest.url should not be an array Related to #1228
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 3bf347b605..9fe69ecade 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -5122,7 +5122,7 @@
<param name="requestType" type="RequestType" mandatory="true">
<description>The type of system request.</description>
</param>
- <param name="url" type="String" maxlength="1000" minsize="1" maxsize="100" array="true" mandatory="false">
+ <param name="url" type="String" maxlength="1000" mandatory="false">
<description>
Optional URL for HTTP requests.
If blank, the binary data shall be forwarded to the app.