add new ID property for processors and routes

This commit is contained in:
Joel Wetzell
2026-08-19 10:12:58 -05:00
parent a90a74650c
commit a33c05373f
47 changed files with 104 additions and 51 deletions
@@ -15,7 +15,8 @@ This processor will create a new HTTP response with the specified status code an
This would create an HTTP response with a status code of `200` and a body of `OK`
```yaml
- type: http.response.create
- id: create-response
type: http.response.create
params:
status: 200
bodyTemplate: "OK"