Back to Datadog API v2
Datadog API v2

Remove attached_to, prerequisite, table_id fields from IncidentUserDefinedFieldAttributesResponse

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

Three fields — attached_to, prerequisite, and table_id — have been removed from the IncidentUserDefinedFieldAttributesResponse schema, including from its required array. Clients that read or deserialize these fields from incident user-defined field API responses will either fail deserialization (if strict) or silently lose data. All four incident user-defined field endpoints are affected, as reflected in the removed example values.

Open the source documentation