Skip to content

Commit a9405e1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1a56bfda of spec repo
1 parent 092b0ba commit a9405e1

10 files changed

+5417
-5431
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.6.6",
7-
"regenerated": "2024-11-05 15:05:42.147981",
8-
"spec_repo_commit": "8d63eae4"
7+
"regenerated": "2024-11-05 20:16:36.893099",
8+
"spec_repo_commit": "1a56bfda"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-05 15:05:42.166088",
13-
"spec_repo_commit": "8d63eae4"
12+
"regenerated": "2024-11-05 20:16:36.911327",
13+
"spec_repo_commit": "1a56bfda"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16227,6 +16227,13 @@ components:
1622716227
allowFailure:
1622816228
description: A boolean set to allow this step to fail.
1622916229
type: boolean
16230+
alwaysExecute:
16231+
description: A boolean set to always execute this step even if the previous
16232+
step failed or was skipped.
16233+
type: boolean
16234+
exitIfSucceed:
16235+
description: A boolean set to exit the test if the step succeeds.
16236+
type: boolean
1623016237
isCritical:
1623116238
description: A boolean to use in addition to `allowFailure` to determine
1623216239
if the test should be marked as failed when the step fails.
@@ -16235,7 +16242,7 @@ components:
1623516242
description: The name of the step.
1623616243
type: string
1623716244
noScreenshot:
16238-
description: A boolean set to not take a screenshot for the step.
16245+
description: A boolean set to skip taking a screenshot for the step.
1623916246
type: boolean
1624016247
params:
1624116248
description: The parameters of the step.

docs/datadog_api_client.rst

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,48 @@
1-
datadog\_api\_client package
2-
============================
3-
4-
Subpackages
5-
-----------
1+
datadog\_api\_client
2+
====================
63

74
.. toctree::
85
:maxdepth: 4
96

107
datadog_api_client.v1
118
datadog_api_client.v2
129

13-
Submodules
14-
----------
1510

16-
datadog\_api\_client.api\_client module
17-
---------------------------------------
11+
api\_client
12+
-----------
1813

1914
.. automodule:: datadog_api_client.api_client
2015
:members:
2116
:show-inheritance:
2217

23-
datadog\_api\_client.configuration module
24-
-----------------------------------------
18+
configuration
19+
-------------
2520

2621
.. automodule:: datadog_api_client.configuration
2722
:members:
2823
:show-inheritance:
2924

30-
datadog\_api\_client.exceptions module
31-
--------------------------------------
25+
exceptions
26+
----------
3227

3328
.. automodule:: datadog_api_client.exceptions
3429
:members:
3530
:show-inheritance:
3631

37-
datadog\_api\_client.model\_utils module
38-
----------------------------------------
32+
model\_utils
33+
------------
3934

4035
.. automodule:: datadog_api_client.model_utils
4136
:members:
4237
:show-inheritance:
4338

44-
datadog\_api\_client.rest module
45-
--------------------------------
39+
rest
40+
----
4641

4742
.. automodule:: datadog_api_client.rest
4843
:members:
4944
:show-inheritance:
5045

51-
Module contents
52-
---------------
5346

5447
.. automodule:: datadog_api_client
5548
:members:

0 commit comments

Comments
 (0)