v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
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

socket_pathstring

The socket path where messages should be forwarded to

Example request

{
  "socket_path": "/var/run/mycelium/topic_socket"
}

Response

Forward socket set successfully