@@ -24,38 +24,38 @@ export default function Authentication() {
24
24
< ul >
25
25
< li > Removed root_device_ro </ li >
26
26
< li > Now accepts "helpers", a dict accepting any/all of "updatedb_disabled",
27
- "distro", "modules_dep", "network", and "devtmpfs_automount" </ li >
27
+ "distro", "modules_dep", "network", and "devtmpfs_automount" </ li >
28
28
< li > Removed devtmpfs_automount (now in helpers envelope) </ li >
29
29
</ ul >
30
30
</ li >
31
31
< li > Changed POST linode/instances/:id/disks
32
32
< ul >
33
33
< li > root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
34
- of a single string key </ li >
34
+ of a single string key </ li >
35
35
</ ul >
36
36
</ li >
37
37
< li > Changed POST linode/instances
38
38
< ul >
39
39
< li > root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
40
- of a single string key </ li >
40
+ of a single string key </ li >
41
41
</ ul >
42
42
</ li >
43
43
< li > Changed POST linode/instances/:id/rebuild
44
44
< ul >
45
45
< li > root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
46
- of a single string key </ li >
46
+ of a single string key </ li >
47
47
</ ul >
48
48
</ li >
49
49
< li > Changed POST linode/instances/:id/rescue
50
50
< ul >
51
51
< li > disks changed to "devices", now accepts device mappings in the same format
52
- as POST linode/instances/:id/configs </ li >
52
+ as POST linode/instances/:id/configs </ li >
53
53
</ ul >
54
54
</ li >
55
55
< li > Changed Linode object
56
56
< ul >
57
57
< li > Moved "disk", "memory", "storage", "transfer_total", and "vcpus" into a
58
- "specs" envelope </ li >
58
+ "specs" envelope </ li >
59
59
< li > transfer_total => transfer in linode specs </ li >
60
60
< li > transfer_in => network_in </ li >
61
61
< li > transfer_out => network_out </ li >
@@ -90,7 +90,7 @@ export default function Authentication() {
90
90
< ul >
91
91
< li > Endpoint moved to account/oauth-clients </ li >
92
92
< li > Collection now allows access to all clients for all users on your account
93
- if you are an unrestricted user </ li >
93
+ if you are an unrestricted user </ li >
94
94
</ ul >
95
95
</ li >
96
96
</ ul >
@@ -103,7 +103,8 @@ export default function Authentication() {
103
103
</ li >
104
104
< li > OAuthClient now has a "public" attribute
105
105
< ul >
106
- < li > "public" is an optional argument to POST account/clients that defaults to False </ li >
106
+ < li > "public" is an optional argument to POST account/clients that
107
+ defaults to False </ li >
107
108
</ ul >
108
109
</ li >
109
110
< li > Added POST account/credit-card
@@ -127,7 +128,7 @@ export default function Authentication() {
127
128
< li > Now always one of "ready", "not ready", or "deleting" </ li >
128
129
</ ul >
129
130
</ li >
130
- </ ul >
131
+ </ ul >
131
132
</ section >
132
133
< section >
133
134
< h2 > 2017-09-18</ h2 >
0 commit comments