aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ui/hello-world-resource-resolution-cba.rst
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-24 11:26:41 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-24 16:07:54 +0000
commit4d906e5210c570678bba6db82d85b16ff2ebaaf8 (patch)
tree346c93442c3aa4f8982d26cd2df88bfb337fe162 /docs/ui/hello-world-resource-resolution-cba.rst
parent4c9246c82b12a7b9e0f9ac0230abfdb369ce9ab1 (diff)
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 <lukasz.rajewski@t-mobile.pl> Change-Id: I9471e845afd39d06466da9a5db8fde5acdf15ea1
Diffstat (limited to 'docs/ui/hello-world-resource-resolution-cba.rst')
-rw-r--r--docs/ui/hello-world-resource-resolution-cba.rst61
1 files changed, 30 insertions, 31 deletions
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: