Skip to content

Commit e471a3d

Browse files
committed
Add Domain SHELL command fixes
1 parent ebb8a9f commit e471a3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ changelog:
1010

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

13+
- 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.
14+
1315
- The following Domain schema properties have been updated to include the following missing value traits:
1416
- `domain`: minimum 1 and maximum 255 characters
1517
- `status`: a default value of active

0 commit comments

Comments
 (0)