Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jos0405 authored Feb 3, 2023
1 parent 5ffb324 commit fd9b606
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,11 @@ REST API capability allows you the follwoings:
`GET /multidomain`
- Create new multidomain entry:
`POST /multidomain/new`
body parameters:
`* email
* domain`
body parameters: email, domain
- Edit an existing multidomain entry:
`PUT /multidomain/ID/edit`
`PATCH /multidomain/ID/edit`
body parameters:
`* email
* domain`
body parameters: email, domain
- Delete Multidomain entry:
`DEL /multidomain/ID/delete`

Expand Down

0 comments on commit fd9b606

Please sign in to comment.