Skip to content

Commit

Permalink
Regenerate client from commit 6471460 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Aug 10, 2021
1 parent 768234c commit ec615f4
Show file tree
Hide file tree
Showing 4 changed files with 11 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.dev11",
"regenerated": "2021-08-10 08:30:31.625458",
"spec_repo_commit": "9684c06"
"regenerated": "2021-08-10 19:38:03.916400",
"spec_repo_commit": "6471460"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-08-10 08:31:13.283085",
"spec_repo_commit": "9684c06"
"regenerated": "2021-08-10 19:38:39.869789",
"spec_repo_commit": "6471460"
}
}
}
2 changes: 2 additions & 0 deletions api_docs/v1/FormulaAndFunctionEventsDataSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@

* `AUDIT` (value: `"audit"`)

* `EVENTS` (value: `"events"`)



Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ public enum FormulaAndFunctionEventsDataSource {

PROFILES("profiles"),

AUDIT("audit");
AUDIT("audit"),

EVENTS("events");

private String value;

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/datadog/api/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12522,6 +12522,7 @@ components:
- security_signals
- profiles
- audit
- events
example: logs
type: string
x-enum-varnames:
Expand All @@ -12532,6 +12533,7 @@ components:
- SECURITY_SIGNALS
- PROFILES
- AUDIT
- EVENTS
FormulaAndFunctionMetricAggregation:
description: The aggregation methods available for metrics queries.
enum:
Expand Down

0 comments on commit ec615f4

Please sign in to comment.