mirror of https://github.com/dapr/docs.git
fix link pubsub content types
This commit is contained in:
parent
a78445c430
commit
d46b799c3d
|
@ -480,7 +480,7 @@ dapr --app-id app2 run -- php app2.php
|
|||
Dapr automatically takes the data sent on the publish request and wraps it in a CloudEvent 1.0 envelope.
|
||||
If you want to use your own custom CloudEvent, make sure to specify the content type as `application/cloudevents+json`.
|
||||
|
||||
See info about content types [here](#Content-Types).
|
||||
See info about content types [here](#content-types) and [Cloud Events message format](https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-overview/#cloud-events-message-format)
|
||||
|
||||
## Next steps
|
||||
|
||||
|
|
Loading…
Reference in New Issue