v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
RabbitMQ Config

Update settings

Update one or more RabbitMQ configuration settings

put/config

Request body

object required

Example request

{
  "rabbit.vm_memory_high_watermark": 0.5
}

Response

Configuration updated successfully

successstring

Example response

{
  "success": "RabbitMQ config has been updated"
}