summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-02-28 14:08:42 -0500
committerGitHub <noreply@github.com>2017-02-28 14:08:42 -0500
commit77a9b3c7a3d8ccc9654930b9008f586ea3159a77 (patch)
tree13bb6a30c412cc4d1743c83ff05bed7085bed783
parentb44ce9e6a9fe2a1088d0efed4170bb385af1cbad (diff)
parent3e62c554d431b5ce5b3bec071a66cc4282fd67ab (diff)
downloadsdl_core-77a9b3c7a3d8ccc9654930b9008f586ea3159a77.tar.gz
Merge pull request #1337 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.