Skip to content

Commit

Permalink
Regenerate client from commit 92b08fe of spec repo (#583)
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 Nov 20, 2020
1 parent 6b99462 commit 9cf6ee7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 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.3.0",
"regenerated": "2020-11-19 18:22:12.789949",
"spec_repo_commit": "171775a"
"regenerated": "2020-11-20 17:20:02.494299",
"spec_repo_commit": "92b08fe"
},
"v2": {
"apigentools_version": "1.3.0",
"regenerated": "2020-11-19 18:22:19.235818",
"spec_repo_commit": "171775a"
"regenerated": "2020-11-20 17:20:08.772898",
"spec_repo_commit": "92b08fe"
}
}
}
9 changes: 8 additions & 1 deletion api/v1/datadog/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8376,19 +8376,26 @@ components:
EventAlertType:
description: |-
If an alert event is enabled, set its type.
For example, `error`, `warning`, `info`, and `success`.
For example, `error`, `warning`, `info`, `success`, `user_update`,
`recommendation`, and `snapshot`.
enum:
- error
- warning
- info
- success
- user_update
- recommendation
- snapshot
example: info
type: string
x-enum-varnames:
- ERROR
- WARNING
- INFO
- SUCCESS
- USER_UPDATE
- RECOMMENDATION
- SNAPSHOT
EventListResponse:
description: An event list response.
example:
Expand Down
6 changes: 6 additions & 0 deletions api/v1/datadog/docs/EventAlertType.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

* `SUCCESS` (value: `"success"`)

* `USER_UPDATE` (value: `"user_update"`)

* `RECOMMENDATION` (value: `"recommendation"`)

* `SNAPSHOT` (value: `"snapshot"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
15 changes: 9 additions & 6 deletions api/v1/datadog/model_event_alert_type.go

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

0 comments on commit 9cf6ee7

Please sign in to comment.