We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9f6f0 commit ba8a43dCopy full SHA for ba8a43d
docs/operators/router.md
@@ -54,6 +54,5 @@ An entry that does not match any of the routes is dropped and not processed furt
54
routes:
55
- output: my_json_parser
56
expr: '$.format == "json"'
57
- - output: catchall
58
- expr: 'true'
+ default: catchall
59
```
0 commit comments