We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96faea7 + 1d12a0d commit ee676ecCopy full SHA for ee676ec
app/code/Magento/Webapi/etc/acl.xm
@@ -0,0 +1,24 @@
1
+<?xml version="1.0"?>
2
+<!--
3
+/**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+-->
8
+<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
10
+ <acl>
11
+ <resources>
12
+ <resource id="Magento_Backend::admin">
13
+ <resource id="Magento_Backend::stores">
14
+ <resource id="Magento_Backend::stores_settings">
15
+ <resource id="Magento_Config::config">
16
+ <resource id="Magento_Webapi::config_webapi" title="Magento Web API" translate="title"
17
+ sortOrder="20"/>
18
+ </resource>
19
20
21
22
+ </resources>
23
+ </acl>
24
+</config>
0 commit comments