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