smollweide / node-mock-server

File based Node REST API mock server
MIT License
255 stars 65 forks source link

Switching between configured Responses #148

Closed codibias closed 4 years ago

codibias commented 4 years ago

Hi, I found that switching between configured responses is possible by using the ui, which is great. I am trying to find out if this can also be done by rest api. E.g. by put request on a certain path. Is that possible or is there any other way to configure responses using the api endpoints?

smollweide commented 4 years ago

Hi @tobiasneubert, yes there are multiple ways.