Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update spans.yaml #1991

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2025-01-09 22:06:12.202192",
"spec_repo_commit": "8d40e082"
"regenerated": "2025-01-10 21:28:40.468029",
"spec_repo_commit": "cf3ae49b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-09 22:06:12.217985",
"spec_repo_commit": "8d40e082"
"regenerated": "2025-01-10 21:28:40.483154",
"spec_repo_commit": "cf3ae49b"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45687,7 +45687,8 @@ paths:
required: false
schema:
type: string
- description: Maximum number of spans in the response.
- description: Maximum number of spans in the response. Defaults to 10 and allows
up to 5000.
example: 25
in: query
name: page[limit]
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v2/apis/SpansApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export interface SpansApiListSpansGetRequest {
*/
pageCursor?: string;
/**
* Maximum number of spans in the response.
* Maximum number of spans in the response. Defaults to 10 and allows up to 5000.
* @type number
*/
pageLimit?: number;
Expand Down
Loading