Add finer permission requirements for managing webhooks (#25463)
This commit is contained in:
parent
8acbfc6ab1
commit
e65e3a6d14
5 changed files with 30 additions and 3 deletions
|
@ -53,3 +53,7 @@ en:
|
|||
position:
|
||||
elevated: cannot be higher than your current role
|
||||
own_role: cannot be changed with your current role
|
||||
webhook:
|
||||
attributes:
|
||||
events:
|
||||
invalid_permissions: cannot include events you don't have the rights to
|
||||
|
|
Reference in a new issue