@@ -19,7 +19,7 @@ export default function Authentication() {
19
19
< hr /> < br />
20
20
< b > Breaking:</ b > < br />
21
21
< ul >
22
- < li > Unify IPv4, IPv6 GET/POST use "type" "public"</ li >
22
+ < li > Unify IPv4, IPv6 GET/POST; use "type": "public"</ li >
23
23
< li > Moved /managed/linode_settings to /managed/linode-settings
24
24
< ul >
25
25
< li > /managed/linode_settings/:id moved to /managed/linode-settings/:id</ li >
@@ -30,7 +30,7 @@ export default function Authentication() {
30
30
< li > Password no longer accepted in POST /account/users
31
31
< ul >
32
32
< li > You may no longer provide a password when creating a new user</ li >
33
- < li > New users will immediately receive password reset email to
33
+ < li > New users will immediately receive a password reset email to
34
34
set their password</ li >
35
35
</ ul >
36
36
</ li >
@@ -41,16 +41,15 @@ export default function Authentication() {
41
41
</ li >
42
42
< li > Moved GET/PUT for range/pool v6 addresses to /networking/ips
43
43
< ul >
44
- < li > GET /networking/ipv6/:address move to GET /networking/ips/:address</ li >
45
- < li > PUT /networking/ipv6/:address move to GET /networking/ips/:address</ li >
44
+ < li > GET /networking/ipv6/:address moved to GET /networking/ips/:address</ li >
45
+ < li > PUT /networking/ipv6/:address moved to GET /networking/ips/:address</ li >
46
46
</ ul >
47
47
</ li >
48
48
< li > /linode/instances/$id/rebuild returns a Linode</ li >
49
49
< li > Fixed inconsistent responses for action endpoints
50
50
< ul >
51
51
< li > POST /linode/instances/:id/backups-enable now returns { } on success</ li >
52
52
< li > POST /linode/instances/:id/backups-disable now returns { } on success</ li >
53
- < li > POST /networking/ip-assign now returns { } on success</ li >
54
53
</ ul >
55
54
</ li >
56
55
< li > Creating a payment now returns the new payment
@@ -69,6 +68,7 @@ export default function Authentication() {
69
68
< ul >
70
69
< li > POST /networking/ip-assign moved to POST /networking/ipv4/assign</ li >
71
70
< li > POST /networking/ip-sharing moved to POST /networking/ipv4/share</ li >
71
+ < li > POT /networking/ipv4/assign now returns { } on success</ li >
72
72
</ ul >
73
73
</ li >
74
74
</ ul >
0 commit comments