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/src/main/java/com/datadog/api/client/v2/api/ErrorTrackingApi.java b/src/main/java/com/datadog/api/client/v2/api/ErrorTrackingApi.java index 272d1b1b684..98140adde60 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ErrorTrackingApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ErrorTrackingApi.java @@ -192,7 +192,8 @@ public static class GetIssueOptionalParameters { * Set include. * * @param include Comma-separated list of relationship objects that should be included in the - * response. (optional) + * response. Possible values are assignee, case, and + * team_owners. (optional) * @return GetIssueOptionalParameters */ public GetIssueOptionalParameters include(List include) { @@ -388,7 +389,8 @@ public static class SearchIssuesOptionalParameters { * Set include. * * @param include Comma-separated list of relationship objects that should be included in the - * response. (optional) + * response. Possible values are issue, issue.assignee, + * issue.case, and issue.team_owners. (optional) * @return SearchIssuesOptionalParameters */ public SearchIssuesOptionalParameters include(