@@ -23,7 +23,7 @@ export default function Authentication() {
23
23
< li > Changed POST linode/instances/:id/configs
24
24
< ul >
25
25
< li > Removed root_device_ro </ li >
26
- < li > Now accepts "helpers", a dict containing accepting any/all of "updatedb_disabled",
26
+ < li > Now accepts "helpers", a dict accepting any/all of "updatedb_disabled",
27
27
"distro", "modules_dep", "network", and "devtmpfs_automount" </ li >
28
28
< li > Removed devtmpfs_automount (now in helpers envelope) </ li >
29
29
</ ul >
@@ -57,8 +57,6 @@ export default function Authentication() {
57
57
< li > Moved "disk", "memory", "storage", "transfer_total", and "vcpus" into a
58
58
"specs" envelope </ li >
59
59
< li > transfer_total => transfer in linode specs </ li >
60
- < li > Moved "transfer_in", "transfer_out", and "transfer_quota" into a "transfer"
61
- envelope within the "alerts" envelope </ li >
62
60
< li > transfer_in => network_in </ li >
63
61
< li > transfer_out => network_out </ li >
64
62
</ ul >
@@ -103,7 +101,7 @@ export default function Authentication() {
103
101
< li > Collection of authorized third-party applications </ li >
104
102
</ ul >
105
103
</ li >
106
- < li > OAuthClient now has a "public" attributre
104
+ < li > OAuthClient now has a "public" attribute
107
105
< ul >
108
106
< li > "public" is an optional argument to POST account/clients that defaults to False </ li >
109
107
</ ul >
0 commit comments