summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-02-28 14:06:27 -0500
committerGitHub <noreply@github.com>2017-02-28 14:06:27 -0500
commit5b7c4ee3130ea793b277c3212703f6676a3e09f1 (patch)
tree992389288ba1532f9a54fefe031393643c1005e8
parent3c1d6afe7379ce71b81be60bc5b9a923e33cc35c (diff)
parent3e62c554d431b5ce5b3bec071a66cc4282fd67ab (diff)
downloadsdl_core-5b7c4ee3130ea793b277c3212703f6676a3e09f1.tar.gz
Merge pull request #1335 from LuxoftAKutsan/hotfix/remove_array_definition_from_on_system_request_url_param
Make OnSystemRequest.url param not array
-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 5bbce3f602..4e535c4db3 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -5125,7 +5125,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.