From 3c9578a53ad498eff8b510f25e23bccef6379d86 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 12 Nov 2025 10:51:05 +0000 Subject: [PATCH] Regenerate client from commit b6a9475 of spec repo --- .generator/schemas/v2/openapi.yaml | 5 +++-- lib/datadog_api_client/v2/api/error_tracking_api.rb | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 6401afac969..ca563f0a5ba 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -449,7 +449,7 @@ components: type: string GetIssueIncludeQueryParameter: description: Comma-separated list of relationship objects that should be included - in the response. + in the response. Possible values are `assignee`, `case`, and `team_owners`. explode: false in: query name: include @@ -996,7 +996,8 @@ components: $ref: '#/components/schemas/ServiceDefinitionSchemaVersions' SearchIssuesIncludeQueryParameter: description: Comma-separated list of relationship objects that should be included - in the response. + in the response. Possible values are `issue`, `issue.assignee`, `issue.case`, + and `issue.team_owners`. explode: false in: query name: include diff --git a/lib/datadog_api_client/v2/api/error_tracking_api.rb b/lib/datadog_api_client/v2/api/error_tracking_api.rb index 53340cbc56b..cb41881eea1 100644 --- a/lib/datadog_api_client/v2/api/error_tracking_api.rb +++ b/lib/datadog_api_client/v2/api/error_tracking_api.rb @@ -102,7 +102,7 @@ def get_issue(issue_id, opts = {}) # # @param issue_id [String] The identifier of the issue. # @param opts [Hash] the optional parameters - # @option opts [Array] :include Comma-separated list of relationship objects that should be included in the response. + # @option opts [Array] :include Comma-separated list of relationship objects that should be included in the response. Possible values are `assignee`, `case`, and `team_owners`. # @return [Array<(IssueResponse, Integer, Hash)>] IssueResponse data, response status code and response headers def get_issue_with_http_info(issue_id, opts = {}) @@ -169,7 +169,7 @@ def search_issues(body, opts = {}) # # @param body [IssuesSearchRequest] Search issues request payload. # @param opts [Hash] the optional parameters - # @option opts [Array] :include Comma-separated list of relationship objects that should be included in the response. + # @option opts [Array] :include Comma-separated list of relationship objects that should be included in the response. Possible values are `issue`, `issue.assignee`, `issue.case`, and `issue.team_owners`. # @return [Array<(IssuesSearchResponse, Integer, Hash)>] IssuesSearchResponse data, response status code and response headers def search_issues_with_http_info(body, opts = {})