summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-07-23 12:54:51 -0400
committerJackLivio <jack@livio.io>2019-07-23 12:54:51 -0400
commit06c81b755ab5461e51b0b1bb33cb7c346ba0e241 (patch)
tree6e736db511ae3bc19d530c19000b66e88ece1c4d
parentfe8722f9c0e245d6b3f7648cbb9103e0da685b25 (diff)
downloadsdl_core-06c81b755ab5461e51b0b1bb33cb7c346ba0e241.tar.gz
Address comment
-rw-r--r--src/components/interfaces/HMI_API.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 839f9e21f6..ec997685e3 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -6372,7 +6372,10 @@
<interface name="AppService" version="1.0.0" date="2019-03-18">
<description>Interface used for interacting with app services as a producer or consumer</description>
<function name="PublishAppService" messagetype="request">
- <description>Registers a service offered by this app on the module</description>
+ <description>
+ Registers a service offered by this app on the module.
+ Subsequent calls with the same service type will update the manifest for that service.
+ </description>
<param name="appServiceManifest" type="Common.AppServiceManifest" mandatory="true">
<description> The manifest of the service that wishes to be published.</description>