Skip to content

Commit

Permalink
Regenerate client from commit 32f7494 of spec repo (#980)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jun 3, 2021
1 parent 713b37b commit b076206
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 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.dev8",
"regenerated": "2021-06-03 12:21:12.869496",
"spec_repo_commit": "379360f"
"regenerated": "2021-06-03 13:26:32.727195",
"spec_repo_commit": "32f7494"
},
"v2": {
"apigentools_version": "1.4.1.dev8",
"regenerated": "2021-06-03 12:21:46.073810",
"spec_repo_commit": "379360f"
"regenerated": "2021-06-03 13:27:06.649071",
"spec_repo_commit": "32f7494"
}
}
}
12 changes: 10 additions & 2 deletions api/v2/datadog/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3419,7 +3419,11 @@ paths:
x-undo:
type: safe
post:
description: Create a security filter.
description: |-
Create a security filter.
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
for more examples.
operationId: CreateSecurityFilter
requestBody:
content:
Expand Down Expand Up @@ -3538,7 +3542,11 @@ paths:
x-undo:
type: idempotent
get:
description: Get the details of a specific security filter.
description: |-
Get the details of a specific security filter.
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
for more examples.
operationId: GetSecurityFilter
parameters:
- description: The ID of the security filter.
Expand Down
10 changes: 8 additions & 2 deletions api/v2/datadog/api_security_monitoring.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions api/v2/datadog/docs/SecurityMonitoringApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Method | HTTP request | Description
Create a security filter.

See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
for more examples.

### Example

```go
Expand Down Expand Up @@ -301,6 +304,9 @@ This endpoint does not have optional parameters.
Get the details of a specific security filter.

See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
for more examples.

### Example

```go
Expand Down

0 comments on commit b076206

Please sign in to comment.