Skip to content

Commit b753097

Browse files
committed
Addressed PR feedback
1 parent 3d37144 commit b753097

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/getting_started/changelogs/Changelogs.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Authentication() {
3939
</ul>
4040
</li>
4141
<li>Added GET /managed/stats endpoint</li>
42-
<li>Added PUT for /managed/linode_settings</li>
42+
<li>Added PUT /managed/linode_settings</li>
4343
<li>Added PUT endpoints to managed service</li>
4444
<li>Add managed_issue_type to support/tickets/
4545
<ul>
@@ -75,10 +75,10 @@ export default function Authentication() {
7575
<ul>
7676
<li>Reworked UserGrant system
7777
<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>
8282
</ul>
8383
</li>
8484
<li>Changed GET /account/users/:username/grants

0 commit comments

Comments
 (0)