You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/4-86-0-2021-03-09.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ changelog:
35
35
36
36
- 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.
37
37
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.
- 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