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
Add a Merge response mode: write only the fields you want to override and they are deep-merged into the real response (works for both fetch and XHR). Great for tweaking one nested field without rewriting the whole body.
The response body is now a Static / Merge / Dynamic switch, and each type's content is saved separately so switching types no longer clears the others.