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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;uri&quot;:&quot;https://gateway.eu1.mindsphere.io/api/thirdpartyapp-tenantname/v1/mywebhookURL&quot;}