From c78136bd23f96c2c79d66f8494f914a3405f2876 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Fri, 26 Apr 2024 09:53:55 +0100 Subject: Update Participant Simulator docs Issue-ID: POLICY-4971 Change-Id: I4bb4ff00414ec1de935ed2bed3b50b4f7a0212d3 Signed-off-by: FrancescoFioraEst --- docs/clamp/acm/acm-user-guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/clamp/acm/acm-user-guide.rst') diff --git a/docs/clamp/acm/acm-user-guide.rst b/docs/clamp/acm/acm-user-guide.rst index faab7e61..3c56f906 100644 --- a/docs/clamp/acm/acm-user-guide.rst +++ b/docs/clamp/acm/acm-user-guide.rst @@ -418,7 +418,7 @@ The Json below is an example of configuration: Update and send composition outProperites ----------------------------------------- -Data like useState operationalState and outProperites could be updated any time using the following endpoint: +Composition Definition outProperites could be updated any time using the following endpoint: .. code-block:: bash @@ -454,7 +454,7 @@ could be read using the following endpoint: Update and send useState operationalState and instance outProperites -------------------------------------------------------------------- -Data like useState operationalState and outProperites could be updated any time using the following endpoint: +AC instance data like useState operationalState and outProperites could be updated any time using the following endpoint: .. code-block:: bash @@ -466,7 +466,7 @@ The Json below is an example of update, where {{instanceId}} is the UUID of the { "outProperties": { - "Opresult": true, + "result": true, "list": [ {"id": 1 }, {"id": 2 } -- cgit 1.2.3-korg