Skip to content

Commit 5414721

Browse files
committed
delete method
1 parent 84e119c commit 5414721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/premiummail

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
"path": "/premiummail/{serviceid}/domain/{domain}",
689689
"operations": [
690690
{
691-
"method": "DEL",
691+
"method": "DELETE",
692692
"summary": "Delete domain",
693693
"notes": "",
694694
"type": {
@@ -815,7 +815,7 @@
815815
"path": "/premiummail/{serviceid}/mailbox/{email}",
816816
"operations": [
817817
{
818-
"method": "DEL",
818+
"method": "DELETE",
819819
"summary": "Delete mailbox",
820820
"notes": "",
821821
"type": {
@@ -1248,7 +1248,7 @@
12481248
"path": "/premiummail/{serviceid}/forwarding/{email}",
12491249
"operations": [
12501250
{
1251-
"method": "DEL",
1251+
"method": "DELETE",
12521252
"summary": "Disable email forwarding",
12531253
"notes": "",
12541254
"type": {
@@ -1421,7 +1421,7 @@
14211421
"path": "/premiummail/{serviceid}/autoreply/{email}",
14221422
"operations": [
14231423
{
1424-
"method": "DEL",
1424+
"method": "DELETE",
14251425
"summary": "Disable auto-responder",
14261426
"notes": "",
14271427
"type": {

0 commit comments

Comments
 (0)