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
When defining a (manual) API request context, one should be able to define failOnStatusCode. This should cause all requests done through this context to apply the flag (unless overridden).
🚀 Feature Request
When defining a (manual) API request context, one should be able to define failOnStatusCode. This should cause all requests done through this context to apply the flag (unless overridden).
Example
No response
Motivation
It will prevent repetitive code, as we'll no longer have to add the property on every API call as is now:
The text was updated successfully, but these errors were encountered: