mirror of https://github.com/dapr/docs.git
Update pubsub-raw.md
This commit is contained in:
parent
da08b1d031
commit
7afbc5dc06
|
@ -51,7 +51,7 @@ with DaprClient() as d:
|
|||
topic='TOPIC_A',
|
||||
data=json.dumps(req_data),
|
||||
metadata=(
|
||||
('rawPayload', 'true'),
|
||||
('rawpayload', 'true'),
|
||||
)
|
||||
)
|
||||
# Print the request
|
||||
|
|
Loading…
Reference in New Issue