Introducing "idempotent" flag for examples (#263)

This commit is contained in:
Janos Dobronszki
2021-11-08 15:48:33 +00:00
committed by GitHub
parent ef2644549a
commit 910c0b51ce
5 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"title": "Call the helloworld service",
"description": "Helloworld is a simple example that takes a name and returns a personalised message",
"run_check": true,
"idempotent": true,
"request": {
"name": "John"
},
@@ -14,8 +15,10 @@
"stream": [{
"title": "Streams responses from the server using websockets",
"run_check": true,
"idempotent": true,
"request": {
"name": "John"
"name": "John",
"messages": 10
},
"response": {
"message": "Hello John"