Request
To update a topic's details, send a PUT request to:
Bash
http://<host>:<port>/mib/v1/topics/{topicName}/devices
Headers
-
Content-Type: application/json
Mandatory fields
-
topicName(in both URL and payload) – the name of the topic -
active– specify a value oftrueto keep the topic active. (trueis the default.)
Example
A request with this payload adds a description to the topic:
{
"topicName": "New-Videos",
"description": "Topic to notify new videos available to watch",
"active": true
}
Response
A successful request returns an HTTP 200 status.
An unsuccessful request returns an HTTP 404 status if the topic does not exist.
See also
For full details of this API, see the Device Messaging Manager (DMM) API documentation v1.