Summary
The API contract has a typo: minimumSockTimeMinutes should be minimumSoakTimeMinutes. The database column is already correctly named (minimum_soak_time_minutes), but the OpenAPI specs, generated SDK types, and translation layers expose the typo.
This rename must be done in a backwards-compatible staged rollout since the Terraform provider and external SDK consumers depend on the current field name.
Sub-tasks
Summary
The API contract has a typo:
minimumSockTimeMinutesshould beminimumSoakTimeMinutes. The database column is already correctly named (minimum_soak_time_minutes), but the OpenAPI specs, generated SDK types, and translation layers expose the typo.This rename must be done in a backwards-compatible staged rollout since the Terraform provider and external SDK consumers depend on the current field name.
Sub-tasks
fix: add minimumSoakTimeMinutes as optional alias in API contractfix: update terraform provider to use minimumSoakTimeMinutesfix: remove deprecated minimumSockTimeMinutes from API contract