Skip to content

Commit 67a1ae6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit cc429de of spec repo (#436)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 344ffe3 commit 67a1ae6

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
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.dev6",
7-
"regenerated": "2021-05-14 06:52:51.788682",
8-
"spec_repo_commit": "b30ab78"
7+
"regenerated": "2021-05-14 07:18:03.233995",
8+
"spec_repo_commit": "cc429de"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-14 06:53:21.404107",
13-
"spec_repo_commit": "b30ab78"
12+
"regenerated": "2021-05-14 07:18:30.721525",
13+
"spec_repo_commit": "cc429de"
1414
}
1515
}
1616
}

src/datadog_api_client/v1/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21927,14 +21927,18 @@ tags:
2192721927

2192821928
- [Read more about Custom Check monitors.][4]
2192921929

21930+
- [Read more about Service Check and status codes.][5]
21931+
2193021932

2193121933
[1]: https://docs.datadoghq.com/monitors/monitor_types/host/?tab=checkalert
2193221934

2193321935
[2]: https://docs.datadoghq.com/monitors/monitor_types/process_check/?tab=checkalert
2193421936

2193521937
[3]: https://docs.datadoghq.com/monitors/monitor_types/network/?tab=checkalert
2193621938

21937-
[4]: https://docs.datadoghq.com/monitors/monitor_types/custom_check/?tab=checkalert'
21939+
[4]: https://docs.datadoghq.com/monitors/monitor_types/custom_check/?tab=checkalert
21940+
21941+
[5]: https://docs.datadoghq.com/developers/service_checks/'
2193821942
name: Service Checks
2193921943
- description: "SLO Status Corrections allow you to prevent specific time periods\
2194021944
\ from negatively impacting\nyour SLO\u2019s status and error budget. You can\

tests/v1/features/service_checks.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Feature: Service Checks
66
first 500 characters are displayed. - [Read more about Service Check
77
monitors.][1] - [Read more about Process Check monitors.][2] - [Read more
88
about Network Check monitors.][3] - [Read more about Custom Check
9-
monitors.][4] [1]:
9+
monitors.][4] - [Read more about Service Check and status codes.][5] [1]:
1010
https://docs.datadoghq.com/monitors/monitor_types/host/?tab=checkalert
1111
[2]: https://docs.datadoghq.com/monitors/monitor_types/process_check/?tab=
1212
checkalert [3]:
1313
https://docs.datadoghq.com/monitors/monitor_types/network/?tab=checkalert
1414
[4]: https://docs.datadoghq.com/monitors/monitor_types/custom_check/?tab=c
15-
heckalert
15+
heckalert [5]: https://docs.datadoghq.com/developers/service_checks/
1616

1717
Background:
1818
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)