Skip to content

Commit e159570

Browse files
authored
Update permissions in docs (#15796)
1 parent 18473b6 commit e159570

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

docs/topics/api/accounts.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,16 @@ If you have `Users:Edit` permission you will see these extra fields for all user
9090
The following are some commonly tested permissions; see https://github.com/mozilla/addons-server/blob/master/src/olympia/constants/permissions.py
9191
for the full list.
9292

93-
================== ==========================================================
94-
Value Description
95-
================== ==========================================================
96-
`AdminTools:View` Can access the website admin interface index page. Inner
97-
pages may require other/additional permissions.
98-
`Addons:Edit` Allows viewing and editing of any add-ons details in
99-
developer tools.
100-
`Addons:Review` Can access the add-on reviewer tools to approve/reject
101-
add-on submissions.
102-
`Personas:Review` Can access the theme reviewer tools to approve/reject
103-
theme submissions.
104-
================== ==========================================================
93+
===================== =======================================================
94+
Value Description
95+
===================== =======================================================
96+
`Addons:Edit` Allows viewing and editing of any add-ons details in
97+
developer tools.
98+
`Addons:Review` Can access the add-on reviewer tools to approve/reject
99+
add-on submissions.
100+
`Addons:ThemeReview` Can access the theme reviewer tools to approve/reject
101+
theme submissions.
102+
===================== =======================================================
105103

106104

107105
-------

docs/topics/api/v3_legacy/accounts.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,16 @@ If you have `Users:Edit` permission you will see these extra fields for all user
8080
The following are some commonly tested permissions; see https://github.com/mozilla/addons-server/blob/master/src/olympia/constants/permissions.py
8181
for the full list.
8282

83-
================== ==========================================================
84-
Value Description
85-
================== ==========================================================
86-
`AdminTools:View` Can access the website admin interface index page. Inner
87-
pages may require other/additional permissions.
88-
`Addons:Edit` Allows viewing and editing of any add-ons details in
89-
developer tools.
90-
`Addons:Review` Can access the add-on reviewer tools to approve/reject
91-
add-on submissions.
92-
`Personas:Review` Can access the theme reviewer tools to approve/reject
93-
theme submissions.
94-
================== ==========================================================
83+
===================== =======================================================
84+
Value Description
85+
===================== =======================================================
86+
`Addons:Edit` Allows viewing and editing of any add-ons details in
87+
developer tools.
88+
`Addons:Review` Can access the add-on reviewer tools to approve/reject
89+
add-on submissions.
90+
`Addons:ThemeReview` Can access the theme reviewer tools to approve/reject
91+
theme submissions.
92+
===================== =======================================================
9593

9694

9795
-------

0 commit comments

Comments
 (0)