diff options
author | TM Lee <tm89lee@gmail.com> | 2017-04-18 16:19:00 +0800 |
---|---|---|
committer | TM Lee <tm89lee@gmail.com> | 2017-04-24 01:11:24 +0800 |
commit | d29781bea14d1ae63378c89375e1a537d37d2715 (patch) | |
tree | e2a7b6f60a1f237b6a249af87e8490bc486fddfb /changelogs | |
parent | 1005389f70070245092c1ae5f3f9b10b8e7c102e (diff) | |
download | gitlab-ce-d29781bea14d1ae63378c89375e1a537d37d2715.tar.gz |
[#29801] Add "Slack Slash Commands" to API docs
- Reorder slash command api requests, include slack response example
- Case fix and added changelog
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/29801-add-slash-slack-commands-to-api-doc.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/29801-add-slash-slack-commands-to-api-doc.yml b/changelogs/unreleased/29801-add-slash-slack-commands-to-api-doc.yml new file mode 100644 index 00000000000..9c5df690085 --- /dev/null +++ b/changelogs/unreleased/29801-add-slash-slack-commands-to-api-doc.yml @@ -0,0 +1,5 @@ +--- +title: Add Slack slash command api to services documentation and rearrange order and + cases +merge_request: 10757 +author: TM Lee |