Documentation fixes.

This commit is contained in:
Ylian Saint-Hilaire
2022-11-01 13:00:07 -07:00
parent e19caeefe4
commit 275cc04e03
3 changed files with 7 additions and 4 deletions

View File

@@ -1421,6 +1421,7 @@
"zulip": {
"type": "object",
"properties": {
"site": { "type": "string", "format": "uri", "default": "https://api.zulip.com", "description": "URL to the Zulip server"},
"email": { "type": "string", "description": "Bot email address to login as." },
"api_key": { "type": "string", "description": "Bot api key." }
},