Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-10-09 13:33:49 +0300
committerNick Thomas <nick@gitlab.com>2019-02-08 21:20:38 +0300
commita5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac (patch)
tree043e997f3f65d535c6fa0cbb8069aec90b7f440f /doc/api
parent2d70977aced471c4e602fb9cd3257c93d645f152 (diff)
Remove HipChat integration from GitLab
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/services.md39
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.