Skip to content

Commit efe8219

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Update Mute a Host Endpoint Description (#1387)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 480a402 commit efe8219

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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.6.6",
7-
"regenerated": "2023-11-16 15:25:27.705910",
8-
"spec_repo_commit": "c536b702"
7+
"regenerated": "2023-11-16 17:18:48.100322",
8+
"spec_repo_commit": "0e97d7dd"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-16 15:25:27.720958",
13-
"spec_repo_commit": "c536b702"
12+
"regenerated": "2023-11-16 17:18:48.114245",
13+
"spec_repo_commit": "0e97d7dd"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23435,7 +23435,8 @@ paths:
2343523435
- Snapshots
2343623436
/api/v1/host/{host_name}/mute:
2343723437
post:
23438-
description: Mute a host.
23438+
description: Mute a host. **Note:** This creates a [Downtime V2](https://docs.datadoghq.com/api/latest/downtimes/#schedule-a-downtime)
23439+
for the host.
2343923440
operationId: MuteHost
2344023441
parameters:
2344123442
- description: Name of the host to mute.

packages/datadog-api-client-v1/apis/HostsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export class HostsApi {
611611
}
612612

613613
/**
614-
* Mute a host.
614+
* Mute a host. **Note:** This creates a [Downtime V2](https://docs.datadoghq.com/api/latest/downtimes/#schedule-a-downtime) for the host.
615615
* @param param The request object
616616
*/
617617
public muteHost(

0 commit comments

Comments
 (0)