Please check the type of change your PR introduces:
[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation content changes
[ ] Other (please describe):
What is the new behavior?
From the UI it is possible to create a stub based on a request. Since it is also possible to save a response for a request (this is enabled through a setting), it is also nice that, when generating a stub based on a request, the response is also set if there is one. This has been added in this PR.
Pull request type
Please check the type of change your PR introduces:
What is the new behavior?
From the UI it is possible to create a stub based on a request. Since it is also possible to save a response for a request (this is enabled through a setting), it is also nice that, when generating a stub based on a request, the response is also set if there is one. This has been added in this PR.
Does this introduce a breaking change?