diff --git a/.apigentools-info b/.apigentools-info index f873dc5e7df3..b3100734b8e5 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 7e519f92653b..686a96c334d3 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -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] diff --git a/lib/datadog_api_client/v2/api/spans_api.rb b/lib/datadog_api_client/v2/api/spans_api.rb index 3e22e6a9833a..6d8100ed5b00 100644 --- a/lib/datadog_api_client/v2/api/spans_api.rb +++ b/lib/datadog_api_client/v2/api/spans_api.rb @@ -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 = {})