Skip to content

Commit d677882

Browse files
authored
Merge pull request linode#341 from bbiggerr/api-changelog-release-4.85.0
Add API v4.85.0 Changelog
2 parents aa4efa1 + e36d57f commit d677882

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: '4.85.0: 2021-03-01'
3+
date: 2021-03-01T04:00:00.000Z
4+
version: 4.85.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Fixed
10+
11+
- The Maintenance List ([GET /account/maintenance](https://www.linode.com/docs/api/account/#maintenance-list)) beta endpoint previously returned information for inactive Linodes. This has been fixed to exclude information for inactive Linodes.
12+
13+
- The Domain Update ([PUT /domains/{domainId}](https://www.linode.com/docs/api/domains/#domain-update)) endpoint request body schema erroneously stated that the `domain` and `type` properties were required. The spec has been updated to mark these properties as optional.
14+
15+
- The Domain Create ([POST /domains](https://www.linode.com/docs/api/domains/#domain-create)) endpoint and Domain Update ([PUT /domains/{domainId}](https://www.linode.com/docs/api/domains/#domain-update)) endpoint SHELL request samples incorrectly stated a `display_group` property and excluded the `tags` property. The samples have been updated to state the `group` and `tags` properties.
16+
17+
- The following Domain schema properties have been updated to include the following missing value traits:
18+
- `domain`: minimum 1 and maximum 255 characters
19+
- `status`: a default value of active
20+
- `refresh_sec`: a valid, default value of 0, which is equivalent to 14400
21+
- `retry_sec`: a valid, default value of 0, which is equivalent to 14400
22+
- `expire_sec`: a valid, default value of 0, which is equivalent to 1209600
23+
24+
- The Account View ([GET /account](https://www.linode.com/docs/api/account/#account-view)) endpoint response body `balance_uninvoiced` description inaccurately stated that "Bandwidth charges are not included in the estimate." This has been corrected to state that "Transfer charges are not included in the estimate."

0 commit comments

Comments
 (0)