3.12.1 release notes: cosmetics

This commit is contained in:
Michael Klishin 2023-06-26 14:07:55 +04:00
parent 49094358e9
commit d881f86d32
1 changed files with 2 additions and 2 deletions

View File

@ -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)