Skip to content

Commit

Permalink
Regenerate client from commit 0e18234 of spec repo (#669)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Feb 23, 2021
1 parent 1c891a6 commit a891980
Show file tree
Hide file tree
Showing 12 changed files with 1,957 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-22 09:18:55.395308",
"spec_repo_commit": "ab657a6"
"regenerated": "2021-02-23 19:10:40.127296",
"spec_repo_commit": "0e18234"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-22 09:19:05.272816",
"spec_repo_commit": "ab657a6"
"regenerated": "2021-02-23 19:10:50.913808",
"spec_repo_commit": "0e18234"
}
}
}
7 changes: 7 additions & 0 deletions api_docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ Class | Method | HTTP request | Description
*ServiceLevelObjectivesApi* | [**getSLOHistory**](ServiceLevelObjectivesApi.md#getSLOHistory) | **GET** /api/v1/slo/{slo_id}/history | Get an SLO&#39;s history
*ServiceLevelObjectivesApi* | [**listSLOs**](ServiceLevelObjectivesApi.md#listSLOs) | **GET** /api/v1/slo | Get all SLOs
*ServiceLevelObjectivesApi* | [**updateSLO**](ServiceLevelObjectivesApi.md#updateSLO) | **PUT** /api/v1/slo/{slo_id} | Update a SLO
*SlackIntegrationApi* | [**createSlackIntegrationChannel**](SlackIntegrationApi.md#createSlackIntegrationChannel) | **POST** /api/v1/integration/slack/configuration/accounts/{account_name}/channels | Create a Slack integration channel
*SlackIntegrationApi* | [**getSlackIntegrationChannel**](SlackIntegrationApi.md#getSlackIntegrationChannel) | **GET** /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name} | Get a Slack integration channel
*SlackIntegrationApi* | [**getSlackIntegrationChannels**](SlackIntegrationApi.md#getSlackIntegrationChannels) | **GET** /api/v1/integration/slack/configuration/accounts/{account_name}/channels | Get all channels in a Slack integration
*SlackIntegrationApi* | [**removeSlackIntegrationChannel**](SlackIntegrationApi.md#removeSlackIntegrationChannel) | **DELETE** /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name} | Remove a Slack integration channel
*SlackIntegrationApi* | [**updateSlackIntegrationChannel**](SlackIntegrationApi.md#updateSlackIntegrationChannel) | **PATCH** /api/v1/integration/slack/configuration/accounts/{account_name}/channels/{channel_name} | Update a Slack integration channel
*SnapshotsApi* | [**getGraphSnapshot**](SnapshotsApi.md#getGraphSnapshot) | **GET** /api/v1/graph/snapshot | Take graph snapshots
*SyntheticsApi* | [**createGlobalVariable**](SyntheticsApi.md#createGlobalVariable) | **POST** /api/v1/synthetics/variables | Create a global variable
*SyntheticsApi* | [**createPrivateLocation**](SyntheticsApi.md#createPrivateLocation) | **POST** /api/v1/synthetics/private-locations | Create a private location
Expand Down Expand Up @@ -439,6 +444,8 @@ Class | Method | HTTP request | Description
- [ServiceMapWidgetDefinitionType](ServiceMapWidgetDefinitionType.md)
- [ServiceSummaryWidgetDefinition](ServiceSummaryWidgetDefinition.md)
- [ServiceSummaryWidgetDefinitionType](ServiceSummaryWidgetDefinitionType.md)
- [SlackIntegrationChannel](SlackIntegrationChannel.md)
- [SlackIntegrationChannelDisplay](SlackIntegrationChannelDisplay.md)
- [SyntheticsAPITestResultData](SyntheticsAPITestResultData.md)
- [SyntheticsAPITestResultFull](SyntheticsAPITestResultFull.md)
- [SyntheticsAPITestResultFullCheck](SyntheticsAPITestResultFullCheck.md)
Expand Down
Loading

0 comments on commit a891980

Please sign in to comment.