diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-11-08 10:22:24 +0000 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-11-08 19:48:19 +0000 |
commit | 12d622eb996b6499e5fbd2be01cca27c08a976fa (patch) | |
tree | fa1f41c5afd88034c52e39f04bb947147ad269e7 /doc/api/services.md | |
parent | 0c3877a48827b587b407174410196993bec79f73 (diff) | |
download | gitlab-ce-12d622eb996b6499e5fbd2be01cca27c08a976fa.tar.gz |
Fix acceptance of username for Mattermost service update via API
Diffstat (limited to 'doc/api/services.md')
-rw-r--r-- | doc/api/services.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index e642ec964de..08a2bee1518 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -572,7 +572,7 @@ Parameters: | Attribute | Type | Required | Description | | --------- | ---- | -------- | ----------- | | `token` | string | yes | The Mattermost token | - +| `username` | string | no | The username to use to post the message | ### Delete Mattermost slash command service |