Skip to content

Commit

Permalink
Regenerate client from commit 5f349428 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Sep 2, 2024
1 parent 9221073 commit 3e2b831
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.6.6",
"regenerated": "2024-08-29 20:02:03.124770",
"spec_repo_commit": "518ca9df"
"regenerated": "2024-09-02 15:20:48.160941",
"spec_repo_commit": "5f349428"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-29 20:02:03.141872",
"spec_repo_commit": "518ca9df"
"regenerated": "2024-09-02 15:20:48.178227",
"spec_repo_commit": "5f349428"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10826,7 +10826,7 @@ components:
Periods of no data are counted either as uptime or downtime depending
on monitor settings.

See [SLO documentatio](https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data)
See [SLO documentation](https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data)

for detailed information.'
example:
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/model/slo_history_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(
as an integer in Unix epoch format in the first element, and the state as an integer in the
second element. An integer value of ``0`` for state means uptime, ``1`` means downtime, and ``2`` means no data.
Periods of no data are counted either as uptime or downtime depending on monitor settings.
See `SLO documentatio <https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data>`_
See `SLO documentation <https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data>`_
for detailed information.
:type history: [[float]], optional
Expand Down

0 comments on commit 3e2b831

Please sign in to comment.