File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ export default function Authentication() {
34
34
set their password</ li >
35
35
</ ul >
36
36
</ li >
37
+ < li > Changed returned Region IDs
38
+ < ul >
39
+ < li > Slugs such as "us-east-1a" are now returned as "us-east"</ li >
40
+ < li > These values had previosuly been accepted as input.</ li >
41
+ < li > "us-south" was renamed "us-central"</ li >
42
+ < li > Old values are still accepted (and translated) in requests</ li >
43
+ </ ul >
44
+ </ li >
37
45
< li > Removed "addresses" from GET /linode/instances/:id/ips response
38
46
< ul >
39
47
< li > These addresses are now returned in GET /networking/ips</ li >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default function Introduction(props) {
66
66
example = { `>>> for r in client.get_regions():
67
67
... print(r.id)
68
68
...
69
- us-south -1a
69
+ us-central -1a
70
70
us-west-1a
71
71
us-southeast-1a
72
72
us-east-1a
You can’t perform that action at this time.
0 commit comments