From 3d8b4b5d397d5fc025b279cd16d914c17ba65a67 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 22 Feb 2022 15:47:32 +0000 Subject: [PATCH] update helloworld example json --- helloworld/examples.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helloworld/examples.json b/helloworld/examples.json index ba1c011..25ab957 100644 --- a/helloworld/examples.json +++ b/helloworld/examples.json @@ -1,8 +1,8 @@ { "call": [{ - "title": "Call the helloworld service", - "description": "Helloworld is a simple example that takes a name and returns a personalised message", + "title": "Call helloworld", + "description": "Call the helloworld service and get a message back", "run_check": true, "idempotent": true, "request": { @@ -13,7 +13,8 @@ } }], "stream": [{ - "title": "Streams responses from the server using websockets", + "title": "Stream helloworld", + "description": "Streams responses from the server using websockets", "run_check": true, "idempotent": true, "request": {