Templating response helpers


Mockoon offers the following helpers which can customize the outgoing response:

 status

Set the response status code. This helper does not return any content.

Arguments (ordered)TypeDescription
0numberValid status code (100-999)

Examples

Copy
{{status 404}}