Skip to content

Commit 7ffd552

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0e18234 of spec repo (#292)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent eec841a commit 7ffd552

19 files changed

+2075
-5
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev2",
7-
"regenerated": "2021-02-22 09:20:18.328473",
8-
"spec_repo_commit": "ab657a6"
7+
"regenerated": "2021-02-23 19:11:55.277555",
8+
"spec_repo_commit": "0e18234"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-02-22 09:20:57.572809",
13-
"spec_repo_commit": "ab657a6"
12+
"regenerated": "2021-02-23 19:12:28.359143",
13+
"spec_repo_commit": "0e18234"
1414
}
1515
}
1616
}

docs/v1/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,11 @@ Class | Method | HTTP request | Description
210210
*ServiceLevelObjectivesApi* | [**get_slo_history**](ServiceLevelObjectivesApi.md#get_slo_history) | **GET** /api/v1/slo/{slo_id}/history | Get an SLO&#39;s history
211211
*ServiceLevelObjectivesApi* | [**list_slos**](ServiceLevelObjectivesApi.md#list_slos) | **GET** /api/v1/slo | Get all SLOs
212212
*ServiceLevelObjectivesApi* | [**update_slo**](ServiceLevelObjectivesApi.md#update_slo) | **PUT** /api/v1/slo/{slo_id} | Update a SLO
213+
*SlackIntegrationApi* | [**create_slack_integration_channel**](SlackIntegrationApi.md#create_slack_integration_channel) | **POST** /api/v1/integration/slack/configuration/accounts/{account_name}/channels | Create a Slack integration channel
214+
*SlackIntegrationApi* | [**get_slack_integration_channel**](SlackIntegrationApi.md#get_slack_integration_channel) | **GET** /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name} | Get a Slack integration channel
215+
*SlackIntegrationApi* | [**get_slack_integration_channels**](SlackIntegrationApi.md#get_slack_integration_channels) | **GET** /api/v1/integration/slack/configuration/accounts/{account_name}/channels | Get all channels in a Slack integration
216+
*SlackIntegrationApi* | [**remove_slack_integration_channel**](SlackIntegrationApi.md#remove_slack_integration_channel) | **DELETE** /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name} | Remove a Slack integration channel
217+
*SlackIntegrationApi* | [**update_slack_integration_channel**](SlackIntegrationApi.md#update_slack_integration_channel) | **PATCH** /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name} | Update a Slack integration channel
213218
*SnapshotsApi* | [**get_graph_snapshot**](SnapshotsApi.md#get_graph_snapshot) | **GET** /api/v1/graph/snapshot | Take graph snapshots
214219
*SyntheticsApi* | [**create_global_variable**](SyntheticsApi.md#create_global_variable) | **POST** /api/v1/synthetics/variables | Create a global variable
215220
*SyntheticsApi* | [**create_private_location**](SyntheticsApi.md#create_private_location) | **POST** /api/v1/synthetics/private-locations | Create a private location
@@ -543,6 +548,9 @@ Class | Method | HTTP request | Description
543548
- [ServiceMapWidgetDefinitionType](ServiceMapWidgetDefinitionType.md)
544549
- [ServiceSummaryWidgetDefinition](ServiceSummaryWidgetDefinition.md)
545550
- [ServiceSummaryWidgetDefinitionType](ServiceSummaryWidgetDefinitionType.md)
551+
- [SlackIntegrationChannel](SlackIntegrationChannel.md)
552+
- [SlackIntegrationChannelDisplay](SlackIntegrationChannelDisplay.md)
553+
- [SlackIntegrationChannels](SlackIntegrationChannels.md)
546554
- [SyntheticsAPITestResultData](SyntheticsAPITestResultData.md)
547555
- [SyntheticsAPITestResultFull](SyntheticsAPITestResultFull.md)
548556
- [SyntheticsAPITestResultFullCheck](SyntheticsAPITestResultFullCheck.md)

0 commit comments

Comments
 (0)