mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update helloworld example json
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"call": [{
|
"call": [{
|
||||||
"title": "Call the helloworld service",
|
"title": "Call helloworld",
|
||||||
"description": "Helloworld is a simple example that takes a name and returns a personalised message",
|
"description": "Call the helloworld service and get a message back",
|
||||||
"run_check": true,
|
"run_check": true,
|
||||||
"idempotent": true,
|
"idempotent": true,
|
||||||
"request": {
|
"request": {
|
||||||
@@ -13,7 +13,8 @@
|
|||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
"stream": [{
|
"stream": [{
|
||||||
"title": "Streams responses from the server using websockets",
|
"title": "Stream helloworld",
|
||||||
|
"description": "Streams responses from the server using websockets",
|
||||||
"run_check": true,
|
"run_check": true,
|
||||||
"idempotent": true,
|
"idempotent": true,
|
||||||
"request": {
|
"request": {
|
||||||
|
|||||||
Reference in New Issue
Block a user