Skip to content

Commit 51d0aa3

Browse files
committed
Add API v4.86.1 changelog
1 parent 3f940f3 commit 51d0aa3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/content/changelog/4-86-0-2021-03-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ changelog:
3535

3636
- A bug has been fixed that prevented correct filtering for the Service Transfers List ([GET /account/service-transfers](https://linode.com/docs/api/account/#service-transfers-list)) endpoint `is_sender` property.
3737

38-
- The Volume Attach ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach)) endpoint erroneously marked the `linode_id` property as nullable and required. This has been corrected to state that the property is optional and only accepts an integer .
38+
- The Volume Attach ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach)) endpoint erroneously marked the `linode_id` property as nullable and required. This has been corrected to state that the property is optional and only accepts an integer.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: '4.86.1: 2021-03-10'
3+
date: 2021-03-10T04:00:00.000Z
4+
version: 4.86.1
5+
changelog:
6+
- API
7+
---
8+
9+
### Fixed
10+
11+
- The Config Rebuild ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/rebuild](https://www.linode.com/docs/api/nodebalancers/#config-rebuild)) endpoint has been updated to fix an error in the specification that prevented the `linode-cli nodebalancers config-rebuild` command from working. The request body schema has also been corrected to properly display the `address`, `label`, `mode`, and `weight` properties for `nodes` objects. The request samples for this endpoint have been updated accordingly.

0 commit comments

Comments
 (0)