Skip to content

Update description of user defined field in get incident details API #2587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "c5cca50",
"generated": "2025-08-07 18:03:13.305"
"spec_repo_commit": "90a41dc",
"generated": "2025-08-07 21:29:39.401"
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32503,7 +32503,7 @@ components:
description: Relationship to impact object.
properties:
id:
description: A unique identifier that represents the responder.
description: A unique identifier that represents the user defined field.
example: 00000000-0000-0000-2345-000000000000
type: string
type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module DatadogAPIClient::V2
class RelationshipToIncidentUserDefinedFieldData
include BaseGenericModel

# A unique identifier that represents the responder.
# A unique identifier that represents the user defined field.
attr_reader :id

# The incident user defined fields type.
Expand Down
Loading