Idea highlight

See Language injections on official site

version: v1.3
rules:
  - request:
      path: /api/hello
    response:
      headers:
        content-type: application/json
      #language=Json
      body: |
        {
          "message": "Hello World!"
        }

Last updated