/
/Mycelium management
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Admin13
Message15
  • getGet a message from the inbound message queue
  • postSubmit a new message to the system.
  • postReply to a message with the given ID
  • getGet the status of an outbound message
  • getGet the default topic action
  • putSet the default topic action
  • getGet all configured topics
  • postAdd a new topic
  • deleteRemove a topic
  • getGet sources for a topic
  • postAdd a source to a topic
  • deleteRemove a source from a topic
  • getGet the forward socket for a topic
  • putSet the forward socket for a topic
  • deleteRemove the forward socket for a topic
  • getGet the pubkey from node ip
Message
Topic

Add a new topic

Add a new topic to the system's whitelist.

post/api/v1/messages/topics

Request body

string byte required

The topic to add

Response

Topic added successfully

Changes