Skip to content
Closed
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:06.242932",
"spec_repo_commit": "8d40e082"
"regenerated": "2025-01-10 21:28:38.431455",
"spec_repo_commit": "cf3ae49b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-09 22:06:06.258111",
"spec_repo_commit": "8d40e082"
"regenerated": "2025-01-10 21:28:38.446158",
"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 lib/datadog_api_client/v2/api/spans_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def list_spans_get(opts = {})
# @option opts [String] :filter_to Maximum timestamp for requested spans. Supports date-time ISO8601, date math, and regular timestamps (milliseconds).
# @option opts [SpansSort] :sort Order of spans in results.
# @option opts [String] :page_cursor List following results with a cursor provided in the previous query.
# @option opts [Integer] :page_limit Maximum number of spans in the response.
# @option opts [Integer] :page_limit Maximum number of spans in the response. Defaults to 10 and allows up to 5000.
# @return [Array<(SpansListResponse, Integer, Hash)>] SpansListResponse data, response status code and response headers
def list_spans_get_with_http_info(opts = {})

Expand Down
Loading