Skip to content

Commit ba35da5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit d0f43d8 of spec repo (#116)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 92eef07 commit ba35da5

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-10-16 11:48:35.530571",
8-
"spec_repo_commit": "f376674"
7+
"regenerated": "2020-10-16 18:19:16.095283",
8+
"spec_repo_commit": "d0f43d8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-16 11:48:45.246710",
13-
"spec_repo_commit": "f376674"
12+
"regenerated": "2020-10-16 18:19:25.644139",
13+
"spec_repo_commit": "d0f43d8"
1414
}
1515
}
1616
}

docs/v2/LogsAggregateSort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A sort rule
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**aggregation** | [**LogsAggregationFunction**](LogsAggregationFunction.md) | | [optional]
8-
**metric** | **str** | The metric to sort by (only used for type&#x3D;metric) | [optional]
8+
**metric** | **str** | The metric to sort by (only used for &#x60;type&#x3D;measure&#x60;) | [optional]
99
**order** | [**LogsSortOrder**](LogsSortOrder.md) | | [optional]
1010
**type** | [**LogsAggregateSortType**](LogsAggregateSortType.md) | | [optional]
1111

src/datadog_api_client/v2/model/logs_aggregate_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
145145
through its discriminator because we passed in
146146
_visited_composed_classes = (Animal,)
147147
aggregation (LogsAggregationFunction): [optional] # noqa: E501
148-
metric (str): The metric to sort by (only used for type&#x3D;metric). [optional] # noqa: E501
148+
metric (str): The metric to sort by (only used for &#x60;type&#x3D;measure&#x60;). [optional] # noqa: E501
149149
order (LogsSortOrder): [optional] # noqa: E501
150150
type (LogsAggregateSortType): [optional] # noqa: E501
151151
"""

src/datadog_api_client/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ components:
512512
aggregation:
513513
$ref: '#/components/schemas/LogsAggregationFunction'
514514
metric:
515-
description: The metric to sort by (only used for type=metric)
515+
description: The metric to sort by (only used for `type=measure`)
516516
example: '@duration'
517517
type: string
518518
order:

0 commit comments

Comments
 (0)