summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-02-28 14:09:10 -0500
committerGitHub <noreply@github.com>2017-02-28 14:09:10 -0500
commit01ddf8ce5de00de85a2f0eb37a313053167217bc (patch)
tree15ddb07a544a5667c3af105ee9aeda0cc6a40c20
parentab1e4c8acdf4ee88433546c21493b9a982d6850f (diff)
parent3e62c554d431b5ce5b3bec071a66cc4282fd67ab (diff)
downloadsdl_core-01ddf8ce5de00de85a2f0eb37a313053167217bc.tar.gz
Merge pull request #1336 from LuxoftAKutsan/hotfix/remove_array_definition_from_on_system_request_url_param
Make OnSystemRequest.url param not array
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a07423d5bb..42cf5d0898 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,7 +25,7 @@ We use <a href="http://nvie.com/posts/a-successful-git-branching-model/">Gitflow
* A great example of a [pull request can be found here](https://github.com/smartdevicelink/SmartDeviceLink-iOS/pull/45).
### Contributor's License Agreement (CLA)
-In order to accept Pull Requests from contributors, you must first sign [the Contributor's License Agreement](https://docs.google.com/forms/d/1VNR8EUd5b46cQ7uNbCq1fJmnu0askNpUp5dudLKRGpU/viewform). If you need to make a change to information that you entered, [please contact us](mailto:justin@livio.io).
+In order to accept Pull Requests from contributors, you must first sign [the Contributor's License Agreement](https://docs.google.com/forms/d/1VNR8EUd5b46cQ7uNbCq1fJmnu0askNpUp5dudLKRGpU/viewform). If you need to make a change to information that you entered, [please contact us](mailto:theresa@livio.io).
## Additional Resources
* [General GitHub documentation](https://help.github.com/)
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.