Skip to content

Commit b4832ca

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 2833f0d of spec repo (#68)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7a11766 commit b4832ca

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-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.2.0",
7-
"regenerated": "2020-09-15 13:57:00.824759",
8-
"spec_repo_commit": "e5bc0a1"
7+
"regenerated": "2020-09-16 13:35:01.251753",
8+
"spec_repo_commit": "2833f0d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-09-15 13:57:10.465270",
13-
"spec_repo_commit": "e5bc0a1"
12+
"regenerated": "2020-09-16 13:35:10.530384",
13+
"spec_repo_commit": "2833f0d"
1414
}
1515
}
1616
}

docs/v1/SyntheticsTestRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**method** | [**HTTPMethod**](HTTPMethod.md) | | [optional]
1212
**port** | **int** | Port to use when performing the test. | [optional]
1313
**query** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | Query to use for the test. | [optional]
14-
**timeout** | **float** | Timeout in millisecond for the test. | [optional]
14+
**timeout** | **float** | Timeout in seconds for the test. | [optional]
1515
**url** | **str** | URL to perform the test with. | [optional]
1616

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

src/datadog_api_client/v1/model/synthetics_test_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
161161
method (HTTPMethod): [optional] # noqa: E501
162162
port (int): Port to use when performing the test.. [optional] # noqa: E501
163163
query ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): Query to use for the test.. [optional] # noqa: E501
164-
timeout (float): Timeout in millisecond for the test.. [optional] # noqa: E501
164+
timeout (float): Timeout in seconds for the test.. [optional] # noqa: E501
165165
url (str): URL to perform the test with.. [optional] # noqa: E501
166166
"""
167167

src/datadog_api_client/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6645,7 +6645,7 @@ components:
66456645
description: Query to use for the test.
66466646
type: object
66476647
timeout:
6648-
description: Timeout in millisecond for the test.
6648+
description: Timeout in seconds for the test.
66496649
format: double
66506650
type: number
66516651
url:

0 commit comments

Comments
 (0)