Create or update a subscription to the given topic.
PUT {{baseUrl}}/subscribers/:id/versions/:versionId/topics/:topicId
Create or update a subscription to the given topic. After a successful subscription, the subscriber can receive messages from the given topic over the webhook uri. Webhook uri should provide support for http post operation only.
Request Body
{"uri"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"uri":"https://gateway.eu1.mindsphere.io/api/thirdpartyapp-tenantname/v1/mywebhookURL"}