Everything service has examples now, fixes for client generator (#203)

This commit is contained in:
Janos Dobronszki
2021-09-13 16:19:53 +01:00
committed by GitHub
parent a9dfd7cc03
commit 6cb1a023aa
14 changed files with 581 additions and 119 deletions

14
email/examples.json Normal file
View File

@@ -0,0 +1,14 @@
{
"send": [
{
"title": "Send email",
"run_check": false,
"request": {
"subject": "Email verification",
"textBody": "Hi there,\n\nPlease verify your email by clicking this link: $micro_verification_link",
"from": "Awesome Dot Com"
},
"response": {}
}
]
}