mirror of
https://github.com/strapi/strapi.git
synced 2025-12-11 23:15:15 +00:00
Replace trigger permission with update
This commit is contained in:
parent
e0350558bc
commit
b43a35aaf7
@ -74,7 +74,7 @@ module.exports = [
|
||||
config: {
|
||||
policies: [
|
||||
'admin::isAuthenticatedAdmin',
|
||||
{ name: 'admin::hasPermissions', config: { actions: ['admin::webhooks.trigger'] } },
|
||||
{ name: 'admin::hasPermissions', config: { actions: ['admin::webhooks.update'] } },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user