Add Microsoft Teams Service API docs

This commit is contained in:
Mark Fletcher 2017-12-20 17:35:58 +00:00
parent 00ae3ef6ae
commit e84fd5cc63
1 changed files with 34 additions and 0 deletions

View File

@ -955,6 +955,40 @@ Get Slack service settings for a project.
GET /projects/:id/services/slack
```
## Microsoft Teams
Group Chat Software
### Create/Edit Microsoft Teams service
Set Microsoft Teams service for a project.
```
PUT /projects/:id/services/microsoft_teams
```
Parameters:
| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `webhook` | string | true | The Microsoft Teams webhook. e.g. https://outlook.office.com/webhook/... |
### Delete Microsoft Teams service
Delete Microsoft Teams service for a project.
```
DELETE /projects/:id/services/microsoft_teams
```
### Get Microsoft Teams service settings
Get Microsoft Teams service settings for a project.
```
GET /projects/:id/services/microsoft_teams
```
## Mattermost notifications
Receive event notifications in Mattermost