You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API: get_updateable_fields now descends into nested ApiResponseModelAbstract fields that are marked only with ApiResponseField, so dotted updateable paths match reconcile_update_request for PUT payloads under API-only containers.
Added
Tests: coverage for updateable path collection and reconciliation (optional nested containers, deep API-only chains, combined ApiResponseField / UpdateableField markers, added / removed change kinds).