diff options
author | Nick Thomas <nick@gitlab.com> | 2018-10-09 11:33:49 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-02-08 18:20:38 +0000 |
commit | a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac (patch) | |
tree | 043e997f3f65d535c6fa0cbb8069aec90b7f440f /doc/api/services.md | |
parent | 2d70977aced471c4e602fb9cd3257c93d645f152 (diff) | |
download | gitlab-ce-a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.tar.gz |
Remove HipChat integration from GitLab
Diffstat (limited to 'doc/api/services.md')
-rw-r--r-- | doc/api/services.md | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 868bcdd07fc..2a8ce39e570 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -449,45 +449,6 @@ Get Hangouts Chat service settings for a project. GET /projects/:id/services/hangouts_chat ``` -## HipChat - -Private group chat and IM - -### Create/Edit HipChat service - -Set HipChat service for a project. - -``` -PUT /projects/:id/services/hipchat -``` - -Parameters: - -| Parameter | Type | Required | Description | -| --------- | ---- | -------- | ----------- | -| `token` | string | true | Room token | -| `color` | string | false | The room color | -| `notify` | boolean | false | Enable notifications | -| `room` | string | false |Room name or ID | -| `api_version` | string | false | Leave blank for default (v2) | -| `server` | string | false | Leave blank for default. For example, `https://hipchat.example.com`. | - -### Delete HipChat service - -Delete HipChat service for a project. - -``` -DELETE /projects/:id/services/hipchat -``` - -### Get HipChat service settings - -Get HipChat service settings for a project. - -``` -GET /projects/:id/services/hipchat -``` - ## Irker (IRC gateway) Send IRC messages, on update, to a list of recipients through an Irker gateway. |