mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-05 12:18:59 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user