diff --git a/config/permissions.php b/config/permissions.php index 22f5c8222c..ef0faa1f56 100644 --- a/config/permissions.php +++ b/config/permissions.php @@ -287,6 +287,13 @@ return array( 'display' => true, ), + array( + 'permission' => 'self.api', + 'label' => 'Create API Keys', + 'note' => 'The user create personal API keys to utilize the REST API.', + 'display' => true, + ), + ),