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.
1 parent 78e81bd commit 96fe0d0Copy full SHA for 96fe0d0
src/com/magento/idea/magento2plugin/magento/files/commands/DeleteEntityByIdCommandFile.java
@@ -19,7 +19,7 @@ public class DeleteEntityByIdCommandFile extends AbstractPhpFile {
19
public static final String WEB_API_METHOD_NAME = "execute";
20
private static final String DIRECTORY = "Command";
21
private static final String WEB_API_INTERFACE_NAME_PATTERN = "Delete%entityName%ByIdInterface";
22
- private static final String WEB_API_URL_PATTERN = "%entityName%/delete-by-id/:entityId";
+ private static final String WEB_API_URL_PATTERN = "%entityName%/:entityId";
23
private final String entityName;
24
private final boolean hasWebApiInterface;
25
0 commit comments