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-85-0-2021-03-01.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ changelog:
8
8
9
9
### Changed
10
10
11
-
- The request body schema for the Domain Update ([PUT /domains/{domainId}](https://www.linode.com/docs/api/domains/#domain-update)) endpoint erroneously stated that the `domain` and `type` properties were required. The spec has been updated to mark these properties as optional.
11
+
- 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.
12
12
13
13
- The following Domain schema properties have been updated to include the following missing value traits:
14
14
-`domain`: minimum 1 and maximum 255 characters
@@ -17,6 +17,8 @@ changelog:
17
17
-`retry_sec`: a valid, default value of 0, which is equivalent to 14400
18
18
-`expire_sec`: a valid, default value of 0, which is equivalent to 1209600
19
19
20
+
- 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.
21
+
20
22
### Fixed
21
23
22
24
- 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.
0 commit comments