File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/getting_started/changelogs Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default function Authentication() {
39
39
</ ul >
40
40
</ li >
41
41
< li > Added GET / managed / stats endpoint < / l i >
42
- < li > Added PUT for /managed/linode_settings</ li >
42
+ < li > Added PUT /managed/linode_settings</ li >
43
43
< li > Added PUT endpoints to managed service < / l i >
44
44
< li > Add managed_issue_type to support/tickets/
45
45
< ul >
@@ -75,10 +75,10 @@ export default function Authentication() {
75
75
< ul >
76
76
< li > Reworked UserGrant system
77
77
< ul >
78
- < li > Three Grant levels are now enforced: No grants, read_only, and read_write</ li >
79
- < li > read_only allows access to GET endpoints</ li >
80
- < li > read_write is equivalent to legacy "all" grant</ li >
81
- < li > Legacy "all" or "access" grants are treated as read_write</ li >
78
+ < li > Three Grant levels are now enforced: No grants, " read_only" , and " read_write" </ li >
79
+ < li > " read_only" allows access to GET endpoints</ li >
80
+ < li > " read_write" is equivalent to legacy "all" grant</ li >
81
+ < li > Legacy "all" or "access" grants are treated as " read_write" </ li >
82
82
</ ul >
83
83
</ li >
84
84
< li > Changed GET /account/users/:username/grants
You can’t perform that action at this time.
0 commit comments