Skip to content

Commit b076206

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 32f7494 of spec repo (#980)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 713b37b commit b076206

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
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.dev8",
7-
"regenerated": "2021-06-03 12:21:12.869496",
8-
"spec_repo_commit": "379360f"
7+
"regenerated": "2021-06-03 13:26:32.727195",
8+
"spec_repo_commit": "32f7494"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-03 12:21:46.073810",
13-
"spec_repo_commit": "379360f"
12+
"regenerated": "2021-06-03 13:27:06.649071",
13+
"spec_repo_commit": "32f7494"
1414
}
1515
}
1616
}

api/v2/datadog/api/openapi.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,7 +3419,11 @@ paths:
34193419
x-undo:
34203420
type: safe
34213421
post:
3422-
description: Create a security filter.
3422+
description: |-
3423+
Create a security filter.
3424+
3425+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
3426+
for more examples.
34233427
operationId: CreateSecurityFilter
34243428
requestBody:
34253429
content:
@@ -3538,7 +3542,11 @@ paths:
35383542
x-undo:
35393543
type: idempotent
35403544
get:
3541-
description: Get the details of a specific security filter.
3545+
description: |-
3546+
Get the details of a specific security filter.
3547+
3548+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
3549+
for more examples.
35423550
operationId: GetSecurityFilter
35433551
parameters:
35443552
- description: The ID of the security filter.

api/v2/datadog/api_security_monitoring.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v2/datadog/docs/SecurityMonitoringApi.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Method | HTTP request | Description
2525
2626
Create a security filter.
2727

28+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
29+
for more examples.
30+
2831
### Example
2932

3033
```go
@@ -301,6 +304,9 @@ This endpoint does not have optional parameters.
301304
302305
Get the details of a specific security filter.
303306

307+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
308+
for more examples.
309+
304310
### Example
305311

306312
```go

0 commit comments

Comments
 (0)