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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-12 06:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-12 06:09:27 +0300
commit39623d60e828f0d9e2d9c96fa5adfc420808f454 (patch)
tree69abb57cb958e3c8f6e279c9adb26db10184444d /doc/api/services.md
parent5da9546a43ffba2fabdd87c7abcf1a32e2ed0965 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/services.md')
-rw-r--r--doc/api/services.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index fea32b06487..3652dd99fcd 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -258,7 +258,8 @@ GET /projects/:id/services/buildkite
## Campfire
-Simple web-based real-time group chat
+Send notifications about push events to Campfire chat rooms.
+Note that [new users can no longer sign up for Campfire](https://basecamp.com/retired/campfire).
### Create/Edit Campfire service
@@ -270,12 +271,12 @@ PUT /projects/:id/services/campfire
Parameters:
-| Parameter | Type | Required | Description |
-| --------- | ---- | -------- | ----------- |
-| `token` | string | true | Campfire token |
-| `subdomain` | string | false | Campfire subdomain |
-| `room` | string | false | Campfire room |
-| `push_events` | boolean | false | Enable notifications for push events |
+| Parameter | Type | Required | Description |
+|---------------|---------|----------|---------------------------------------------------------------------------------------------|
+| `token` | string | true | Campfire API token. To find it, log into Campfire and select **My info**. |
+| `subdomain` | string | false | Campfire subdomain. Text between `https://` and `.campfirenow.com` when you're logged in. |
+| `room` | string | false | Campfire room. The last part of the URL when you're in a room. |
+| `push_events` | boolean | false | Enable notifications for push events. |
### Delete Campfire service