Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b475a8a

Browse files
committed
chore: 🚧 permissions endpoints docs
1 parent a40a878 commit b475a8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,14 @@ Set the default customer group.
266266
Magento::api('customerGroups')->setDefault($id);
267267
```
268268

269+
GET `/V1/customerGroups/{id}/permissions`
270+
271+
Determine if customer group can be deleted.
272+
```php
273+
Magento::api('customerGroups')->permissions($id);
274+
```
275+
276+
269277
<a id="guest-cart"></a>
270278
### Guest Cart (various)
271279

0 commit comments

Comments
 (0)