Documentation fixes.
This commit is contained in:
parent
e19caeefe4
commit
275cc04e03
|
@ -185,8 +185,9 @@ You can enable the MeshCentral [Zulip](https://zulip.com/) integration with the
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"messaging": {
|
"messaging": {
|
||||||
email: "your-bot@zulip.com",
|
"site": "https://api.zulip.com",
|
||||||
api_key: "your_32_character_api_key"
|
"email": "your-bot@zulip.com",
|
||||||
|
"api_key": "your_32_character_api_key"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -1421,6 +1421,7 @@
|
||||||
"zulip": {
|
"zulip": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"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." },
|
"email": { "type": "string", "description": "Bot email address to login as." },
|
||||||
"api_key": { "type": "string", "description": "Bot api key." }
|
"api_key": { "type": "string", "description": "Bot api key." }
|
||||||
},
|
},
|
||||||
|
|
|
@ -81,8 +81,9 @@
|
||||||
// For zulip
|
// For zulip
|
||||||
{
|
{
|
||||||
"messaging": {
|
"messaging": {
|
||||||
email: "your-bot@zulip.com",
|
"site": "https://api.zulip.com",
|
||||||
api_key: "your_32_character_api_key"
|
"email": "your-bot@zulip.com",
|
||||||
|
"api_key": "your_32_character_api_key"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue