gitlab_disable_slack_integration
Disable Slack integration for a GitLab project by providing the project ID or URL-encoded path, ensuring streamlined configuration management.
Instructions
Disable Slack integration for a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The ID or URL-encoded path of the project |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "The ID or URL-encoded path of the project",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}