Skip to content
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:26.051"
"spec_repo_commit": "90a41dc",
"generated": "2025-08-07 21:29:57.777"
}
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 @@ -34,7 +34,7 @@ def __init__(self_, id: str, type: IncidentUserDefinedFieldType, **kwargs):
"""
Relationship to impact object.

:param id: A unique identifier that represents the responder.
:param id: A unique identifier that represents the user defined field.
:type id: str

:param type: The incident user defined fields type.
Expand Down
Loading