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
Say I have some route that is documented with two examples in OpenAPI. For example, a User schema, sometimes might return isDeleted=false, in other cases isDeleted=true. Each case has a named example in the OpenAPI
From within a test, I'd like to influence the mocked response and trigger isDeleted=true, or actually trigger exactly a specific OpenAPI example
Is this doable? appreciate a link to the relevant docs section
The text was updated successfully, but these errors were encountered:
Say I have some route that is documented with two examples in OpenAPI. For example, a User schema, sometimes might return isDeleted=false, in other cases isDeleted=true. Each case has a named example in the OpenAPI
From within a test, I'd like to influence the mocked response and trigger isDeleted=true, or actually trigger exactly a specific OpenAPI example
Is this doable? appreciate a link to the relevant docs section
The text was updated successfully, but these errors were encountered: