Message
Topic
Set the forward socket for a topic
Set the socket path where messages for a specific topic should be forwarded to.
put/api/v1/messages/topics/{topic}/forward
Path parameters
topicstring byte required
The topic to set the forward socket for (base64 encoded)
Request body
Example request
{
"socket_path": "/var/run/mycelium/topic_socket"
}Response
Forward socket set successfully