Skip to content

Commit 6485f87

Browse files
authored
Merge pull request linode#352 from bbiggerr/api-changelog-release-4.86.1
Add API v4.86.1 changelog
2 parents 3f940f3 + 1383fd2 commit 6485f87

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 as follows:
12+
- An error was fixed that prevented the `linode-cli nodebalancers config-rebuild` command from working.
13+
- Previously, the request body schema incorrectly stated only a `configs` array is passed to this endpoint. This has been corrected to fully state the request body schema object and properties.
14+
- The CLI request sample has been updated to include examples of `nodes` arguments for the `linode-cli nodebalancers config-rebuild` command.

0 commit comments

Comments
 (0)