mirror of https://github.com/dapr/docs.git
Fix JSON in pubsub reference API docs (#3558)
Signed-off-by: joshvanl <me@joshvanl.dev> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
0d0d29ac92
commit
a229194a35
|
@ -179,7 +179,7 @@ Example:
|
||||||
"topic": "newOrder",
|
"topic": "newOrder",
|
||||||
"route": "/orders",
|
"route": "/orders",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"rawPayload": "true",
|
"rawPayload": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue