Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
acl.php
Go to the documentation of this file.
1 <?php
6 return [
7  [
8  'id' => 'Magento_Webapi',
9  'children' => [
10  [
11  'id' => 'customer',
12  'title' => 'Manage Customers',
13  'sortOrder' => 20,
14  'children' => [
15  [
16  'id' => 'customer/create',
17  'title' => 'Create Customer',
18  'sortOrder' => '30',
19  'children' => [],
20  ],
21  [
22  'id' => 'customer/update',
23  'title' => 'Edit Customer',
24  'sortOrder' => '10',
25  'children' => []
26  ],
27  [
28  'id' => 'customer/get',
29  'title' => 'Get Customer',
30  'sortOrder' => '20',
31  'children' => []
32  ],
33  ['id' => 'customer/delete', 'title' => 'Delete Customer', 'children' => []],
34  ],
35  ],
36  ],
37  ]
38 ];