From 4d906e5210c570678bba6db82d85b16ff2ebaaf8 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Fri, 24 Mar 2023 11:26:41 +0000 Subject: Fix doc-rules job and cds-ui build - Doc changes to satisfy new doc-rules - Fixo f CDS-UI build Issue-ID: CCSDK-3859 Signed-off-by: Lukasz Rajewski Change-Id: I9471e845afd39d06466da9a5db8fde5acdf15ea1 --- docs/ui/hello-world-resource-resolution-cba.rst | 61 ++++++++++++------------- 1 file changed, 30 insertions(+), 31 deletions(-) (limited to 'docs/ui/hello-world-resource-resolution-cba.rst') diff --git a/docs/ui/hello-world-resource-resolution-cba.rst b/docs/ui/hello-world-resource-resolution-cba.rst index eceadac3c..2bd32ca3c 100644 --- a/docs/ui/hello-world-resource-resolution-cba.rst +++ b/docs/ui/hello-world-resource-resolution-cba.rst @@ -243,37 +243,36 @@ package, which will resolve the value of the "image_name" resource from the REST .. code-block:: json - 200 OK - { - "correlationUUID": null, - "commonHeader": { - "timestamp": "2020-12-13T11:43:10.993Z", - "originatorId": "SDNC_DG", - "requestId": "e5eb1f1e-3386-435d-b290-d49d8af8db4c", - "subRequestId": "143748f9-3cd5-4910-81c9-a4601ff2ea58", - "flags": null - }, - "actionIdentifiers": { - "blueprintName": "hello_world", - "blueprintVersion": "1.0.0", - "actionName": "Action1", - "mode": "sync" - }, - "status": { - "code": 200, - "eventType": "EVENT_COMPONENT_EXECUTED", - "timestamp": "2020-12-13T11:43:11.028Z", - "errorMessage": null, - "message": "success" - }, - "payload": { - "Action1-response": { - "hello-world-output": { - "hello_world_template": "Hello, Sarah Abouzainah!" - } - } - } - } + { + "correlationUUID": null, + "commonHeader": { + "timestamp": "2020-12-13T11:43:10.993Z", + "originatorId": "SDNC_DG", + "requestId": "e5eb1f1e-3386-435d-b290-d49d8af8db4c", + "subRequestId": "143748f9-3cd5-4910-81c9-a4601ff2ea58", + "flags": null + }, + "actionIdentifiers": { + "blueprintName": "hello_world", + "blueprintVersion": "1.0.0", + "actionName": "Action1", + "mode": "sync" + }, + "status": { + "code": 200, + "eventType": "EVENT_COMPONENT_EXECUTED", + "timestamp": "2020-12-13T11:43:11.028Z", + "errorMessage": null, + "message": "success" + }, + "payload": { + "Action1-response": { + "hello-world-output": { + "hello_world_template": "Hello, Sarah Abouzainah!" + } + } + } + } Screenshot from POSTMAN showing how to run the hello_world package, and the CDS Response: -- cgit 1.2.3-korg