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  'title' => 'Magento Webapi',
10  'children' => [
11  [
12  'id' => 'customer',
13  'title' => 'Manage Customers',
14  'sortOrder' => 20,
15  'children' => [
16  [
17  'id' => 'customer/create',
18  'title' => 'Create Customer',
19  'sortOrder' => '30',
20  'children' => [],
21  ],
22  [
23  'id' => 'customer/update',
24  'title' => 'Edit Customer',
25  'sortOrder' => '10',
26  'children' => []
27  ],
28  [
29  'id' => 'customer/get',
30  'title' => 'Get Customer',
31  'sortOrder' => '20',
32  'children' => []
33  ],
34  ['id' => 'customer/delete', 'title' => 'Delete Customer', 'children' => []],
35  ],
36  ],
37  ],
38  ]
39 ];