Skip to content

Commit

Permalink
[list events v2]Update params description to clarify unit (#2657)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Sep 3, 2024
1 parent 8f9d833 commit 3a425ec
Show file tree
Hide file tree
Showing 2 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-09-03 13:58:43.754442",
"spec_repo_commit": "ff772101"
"regenerated": "2024-09-03 14:58:47.933304",
"spec_repo_commit": "9e18747d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-03 13:58:43.774050",
"spec_repo_commit": "ff772101"
"regenerated": "2024-09-03 14:58:47.951856",
"spec_repo_commit": "9e18747d"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27779,13 +27779,13 @@ paths:
required: false
schema:
type: string
- description: Minimum timestamp for requested events.
- description: Minimum timestamp for requested events, in milliseconds.
in: query
name: filter[from]
required: false
schema:
type: string
- description: Maximum timestamp for requested events.
- description: Maximum timestamp for requested events, in milliseconds.
in: query
name: filter[to]
required: false
Expand Down

0 comments on commit 3a425ec

Please sign in to comment.