3.12.1 release notes: cosmetics
This commit is contained in:
parent
49094358e9
commit
d881f86d32
|
|
@ -97,8 +97,8 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
```
|
||||
POST /api/queues/quorum/{vhost}/{name}/replicas/add
|
||||
DELETE /api/queues/quorum/{vhost}/{name}/replicas/remove
|
||||
POST /api/queues/quorum/replicas/on/:node/grow
|
||||
DELETE /api/queues/quorum/replicas/on/:node/shrink
|
||||
POST /api/queues/quorum/replicas/on/{node}/grow
|
||||
DELETE /api/queues/quorum/replicas/on/{node}/shrink
|
||||
```
|
||||
|
||||
GitHub issue: [#8561](https://github.com/rabbitmq/rabbitmq-server/pull/8561)
|
||||
|
|
|
|||
Loading…
Reference in New Issue