Skip to content

Commit

Permalink
Regenerate client from commit 7e467650 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 20, 2024
1 parent 4f9201a commit bc1f3dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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-02-16 18:02:50.850356",
"spec_repo_commit": "dc02d0d0"
"regenerated": "2024-02-20 12:21:52.216044",
"spec_repo_commit": "7e467650"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-16 18:02:50.865580",
"spec_repo_commit": "dc02d0d0"
"regenerated": "2024-02-20 12:21:52.235691",
"spec_repo_commit": "7e467650"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,8 @@ components:
type: number
type: object
CIAppAggregateSort:
description: A sort rule.
description: A sort rule. The `aggregation` field is required when `type` is
`measure`.
example:
aggregation: count
order: asc
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV2/model_ci_app_aggregate_sort.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
)

// CIAppAggregateSort A sort rule.
// CIAppAggregateSort A sort rule. The `aggregation` field is required when `type` is `measure`.
type CIAppAggregateSort struct {
// An aggregation function.
Aggregation *CIAppAggregationFunction `json:"aggregation,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV2/model_ci_app_pipelines_group_by.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type CIAppPipelinesGroupBy struct {
Limit *int64 `json:"limit,omitempty"`
// The value to use for logs that don't have the facet used to group-by.
Missing *CIAppGroupByMissing `json:"missing,omitempty"`
// A sort rule.
// A sort rule. The `aggregation` field is required when `type` is `measure`.
Sort *CIAppAggregateSort `json:"sort,omitempty"`
// A resulting object to put the given computes in over all the matching records.
Total *CIAppGroupByTotal `json:"total,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV2/model_ci_app_tests_group_by.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type CIAppTestsGroupBy struct {
Limit *int64 `json:"limit,omitempty"`
// The value to use for logs that don't have the facet used to group-by.
Missing *CIAppGroupByMissing `json:"missing,omitempty"`
// A sort rule.
// A sort rule. The `aggregation` field is required when `type` is `measure`.
Sort *CIAppAggregateSort `json:"sort,omitempty"`
// A resulting object to put the given computes in over all the matching records.
Total *CIAppGroupByTotal `json:"total,omitempty"`
Expand Down

0 comments on commit bc1f3dd

Please sign in to comment.