Method: DatadogAPIClient::V1::SlackIntegrationAPI#create_slack_integration_channel
- Defined in:
- lib/datadog_api_client/v1/api/slack_integration_api.rb
#create_slack_integration_channel(account_name, body, opts = {}) ⇒ Object
Create a Slack integration channel.
29 30 31 32 |
# File 'lib/datadog_api_client/v1/api/slack_integration_api.rb', line 29 def create_slack_integration_channel(account_name, body, opts = {}) data, _status_code, _headers = create_slack_integration_channel_with_http_info(account_name, body, opts) data end |