v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
Message
Topic

Set the default topic action

Set the default action for topics that are not explicitly configured (accept or reject).

put/api/v1/messages/topics/default

Request body

acceptboolean

Whether to accept unconfigured topics by default

Example request

{
  "accept": true
}

Response

Default topic action set successfully