Skip to content

Commit

Permalink
Regenerate client from commit ee6c9cb0 of spec repo (#1515)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored May 25, 2022
1 parent fbf402e commit fd86d5a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.2",
"regenerated": "2022-05-24 19:21:43.424035",
"spec_repo_commit": "ee99d802"
"regenerated": "2022-05-25 07:05:36.988096",
"spec_repo_commit": "ee6c9cb0"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-05-24 19:21:43.436557",
"spec_repo_commit": "ee99d802"
"regenerated": "2022-05-25 07:05:37.006794",
"spec_repo_commit": "ee6c9cb0"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4335,7 +4335,7 @@ components:
categories:
description: 'Array of filters to match or not a log and their

corresponding `name`to assign a custom value to the log.'
corresponding `name` to assign a custom value to the log.'
example: []
items:
$ref: '#/components/schemas/LogsCategoryProcessorCategory'
Expand Down Expand Up @@ -5121,7 +5121,7 @@ components:
x-enum-varnames:
- SERVICE_REMAPPER
LogsSort:
description: Time-ascending `asc` or time-descending `desc`results.
description: Time-ascending `asc` or time-descending `desc` results.
enum:
- asc
- desc
Expand Down
2 changes: 1 addition & 1 deletion api/v1/datadog/model_logs_category_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
// - Once defined in the Category Processor, you can map categories to log status using the Log Status Remapper.
type LogsCategoryProcessor struct {
// Array of filters to match or not a log and their
// corresponding `name`to assign a custom value to the log.
// corresponding `name` to assign a custom value to the log.
Categories []LogsCategoryProcessorCategory `json:"categories"`
// Whether or not the processor is enabled.
IsEnabled *bool `json:"is_enabled,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/v1/datadog/model_logs_list_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type LogsListRequest struct {
Limit *int32 `json:"limit,omitempty"`
// The search query - following the log search syntax.
Query *string `json:"query,omitempty"`
// Time-ascending `asc` or time-descending `desc`results.
// Time-ascending `asc` or time-descending `desc` results.
Sort *LogsSort `json:"sort,omitempty"`
// Hash identifier of the first log to return in the list, available in a log `id` attribute.
// This parameter is used for the pagination feature.
Expand Down
2 changes: 1 addition & 1 deletion api/v1/datadog/model_logs_sort.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
)

// LogsSort Time-ascending `asc` or time-descending `desc`results.
// LogsSort Time-ascending `asc` or time-descending `desc` results.
type LogsSort string

// List of LogsSort.
Expand Down

0 comments on commit fd86d5a

Please sign in to comment.