Skip to content
代码片段 群组 项目
未验证 提交 c8fb3707 编辑于 作者: Ashraf Khamis's avatar Ashraf Khamis 提交者: GitLab
浏览文件

Merge branch...

Merge branch 'ld-docs-integrations-api-provide-reason-for-GitLab-for-Slack-app-create-being-disabled' into 'master' 

Give reason why Slack app creation is disabled

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148344



Merged-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Approved-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Co-authored-by: default avatarLuke Duncalfe <lduncalfe@eml.cc>
No related branches found
No related tags found
无相关合并请求
...@@ -806,7 +806,10 @@ GET /projects/:id/integrations/github ...@@ -806,7 +806,10 @@ GET /projects/:id/integrations/github
Update the GitLab for Slack app integration for a project. Update the GitLab for Slack app integration for a project.
You cannot create a GitLab for Slack app. You must [install the app](../user/project/integrations/gitlab_slack_application.md#install-the-gitlab-for-slack-app) from the GitLab UI. You cannot create a GitLab for Slack app through the API because the integration
requires an OAuth 2.0 token that you cannot get from the GitLab API alone.
Instead, you must [install the app](../user/project/integrations/gitlab_slack_application.md#install-the-gitlab-for-slack-app) from the GitLab UI.
You can then use this API endpoint to update the integration.
```plaintext ```plaintext
PUT /projects/:id/integrations/gitlab-slack-application PUT /projects/:id/integrations/gitlab-slack-application
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册