Skip to content

Commit

Permalink
Regenerate client from commit 74a8f1e2 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 13, 2024
1 parent 66f586d commit 6a90e16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-12-13 16:09:33.738479",
"spec_repo_commit": "936a5463"
"regenerated": "2024-12-13 17:55:00.036505",
"spec_repo_commit": "74a8f1e2"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-13 16:09:33.757607",
"spec_repo_commit": "936a5463"
"regenerated": "2024-12-13 17:55:00.056699",
"spec_repo_commit": "74a8f1e2"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10106,7 +10106,7 @@ components:
type: string
query:
default: '*'
description: The search query following the event search syntax.
description: The search query following the [event search syntax](https://docs.datadoghq.com/service_management/events/explorer/searching).
example: service:web* AND @http.status_code:[200 TO 299]
type: string
to:
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v2/models/EventsQueryFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class EventsQueryFilter {
*/
"from"?: string;
/**
* The search query following the event search syntax.
* The search query following the [event search syntax](https://docs.datadoghq.com/service_management/events/explorer/searching).
*/
"query"?: string;
/**
Expand Down

0 comments on commit 6a90e16

Please sign in to comment.