Skip to content

Commit d52a2ef

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cf3ae49b of spec repo
1 parent 1147798 commit d52a2ef

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-01-09 22:06:06.242932",
8-
"spec_repo_commit": "8d40e082"
7+
"regenerated": "2025-01-10 21:28:38.431455",
8+
"spec_repo_commit": "cf3ae49b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-09 22:06:06.258111",
13-
"spec_repo_commit": "8d40e082"
12+
"regenerated": "2025-01-10 21:28:38.446158",
13+
"spec_repo_commit": "cf3ae49b"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45687,7 +45687,8 @@ paths:
4568745687
required: false
4568845688
schema:
4568945689
type: string
45690-
- description: Maximum number of spans in the response.
45690+
- description: Maximum number of spans in the response. Defaults to 10 and allows
45691+
up to 5000.
4569145692
example: 25
4569245693
in: query
4569345694
name: page[limit]

lib/datadog_api_client/v2/api/spans_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def list_spans_get(opts = {})
209209
# @option opts [String] :filter_to Maximum timestamp for requested spans. Supports date-time ISO8601, date math, and regular timestamps (milliseconds).
210210
# @option opts [SpansSort] :sort Order of spans in results.
211211
# @option opts [String] :page_cursor List following results with a cursor provided in the previous query.
212-
# @option opts [Integer] :page_limit Maximum number of spans in the response.
212+
# @option opts [Integer] :page_limit Maximum number of spans in the response. Defaults to 10 and allows up to 5000.
213213
# @return [Array<(SpansListResponse, Integer, Hash)>] SpansListResponse data, response status code and response headers
214214
def list_spans_get_with_http_info(opts = {})
215215

0 commit comments

Comments
 (0)