Skip to content

Commit ebb8a9f

Browse files
committed
Add Account View change
1 parent e0a8b09 commit ebb8a9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/changelog/4-85-0-2021-03-01.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ changelog:
88

99
### Changed
1010

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.
1212

1313
- The following Domain schema properties have been updated to include the following missing value traits:
1414
- `domain`: minimum 1 and maximum 255 characters
@@ -17,6 +17,8 @@ changelog:
1717
- `retry_sec`: a valid, default value of 0, which is equivalent to 14400
1818
- `expire_sec`: a valid, default value of 0, which is equivalent to 1209600
1919

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+
2022
### Fixed
2123

2224
- 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

Comments
 (0)