{{ $updateBase }}/{id}
Loading schema...
{{ $isPatch ? '🔧 Partial Update (PATCH)' : '🔄 Full Replace (PUT)' }}
{{ $isPatch ? 'Send only the fields you want to change.' : 'Send all fields — missing ones will be set to null.' }}
Step 1 — Load Existing Record
Step 2 — {{ $isPatch ? 'Edit fields you want to change' : 'Fill all fields' }}
Leave fields empty to skip updating them.
@endifRecord Updated Successfully!
Update Failed