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:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-10 12:07:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-10 12:07:42 +0300
commitb6ccb96a5bae907504efd05955c2d188caa0d2f0 (patch)
tree2f7e0cb7587a003b3fb4f91165c42ccd856a0f4d /doc/api
parent4dfcbb2696bce1a94c0b0fbd7f9e0cef1015f3d2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/integrations.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/integrations.md b/doc/api/integrations.md
index f94108475c9..babb8ec40df 100644
--- a/doc/api/integrations.md
+++ b/doc/api/integrations.md
@@ -696,11 +696,11 @@ Get the GitHub integration settings for a project.
GET /projects/:id/integrations/github
```
-## GitLab for Slack app
+## Slack notifications
-### Set up the GitLab for Slack app
+### Set up Slack notifications
-Set up the GitLab for Slack app for a project.
+Set up Slack notifications for a project.
```plaintext
PUT /projects/:id/integrations/slack
@@ -745,17 +745,17 @@ Parameters:
| `wiki_page_channel` | string | false | The name of the channel to receive notifications for wiki page events. |
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
-### Disable the GitLab for Slack app
+### Disable Slack notifications
-Disable the GitLab for Slack app for a project. Integration settings are reset.
+Disable Slack notifications for a project. Integration settings are reset.
```plaintext
DELETE /projects/:id/integrations/slack
```
-### Get the GitLab for Slack app settings
+### Get Slack notifications settings
-Get the GitLab for Slack app settings for a project.
+Get the Slack notifications settings for a project.
```plaintext
GET /projects/:id/integrations/slack