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
fix: preserve existing template fields in PATCH requests
Fixes issue where updating only specific fields (like default_ttl_ms)
would unintentionally clear other fields (like icon, display_name,
description) when they weren't provided in the PATCH request.
The fix preserves existing values for fields that are not explicitly
provided in the request, following the expected PATCH semantics.
Fixes#19036
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
0 commit comments