Skip to content

Commit e0a8b09

Browse files
committed
Add API v4.85.0 Changelog
1 parent ac0382a commit e0a8b09

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
### Changed
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.
12+
13+
- The following Domain schema properties have been updated to include the following missing value traits:
14+
- `domain`: minimum 1 and maximum 255 characters
15+
- `status`: a default value of active
16+
- `refresh_sec`: a valid, default value of 0, which is equivalent to 14400
17+
- `retry_sec`: a valid, default value of 0, which is equivalent to 14400
18+
- `expire_sec`: a valid, default value of 0, which is equivalent to 1209600
19+
20+
### Fixed
21+
22+
- 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)