mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-16 18:53:33 +00:00
add language hints to code blocks
This commit is contained in:
@@ -15,7 +15,7 @@ This process will make an HTTP request to the specified URL using the specified
|
||||
|
||||
### Example
|
||||
Make a GET request to `https://example.com`
|
||||
```
|
||||
```yaml
|
||||
- type: http.request.do
|
||||
params:
|
||||
method: GET
|
||||
|
||||
@@ -14,7 +14,7 @@ This processor will create a new HTTP response with the specified status code an
|
||||
|
||||
### Example
|
||||
This would create an HTTP response with a status code of `200` and a body of `OK`
|
||||
```
|
||||
```yaml
|
||||
- type: http.response.create
|
||||
params:
|
||||
status: 200
|
||||
|
||||
Reference in New Issue
Block a user