Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Mailerq/5.13/rest-api-v1-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Content-Type: application/json

[
{
"ip": "127.0.0.1",
"localip": "127.0.0.1",
"name": "sharedpool1"
},
{
"ip": "192.168.1.1",
"localip": "192.168.1.1",
"name": "sharedpool1"
}
]
Expand Down Expand Up @@ -95,7 +95,7 @@ Content-Type: application/json
Authorization: Bearer ...

{
"ip": "127.0.0.1",
"localip": "127.0.0.1",
"name": "sharedpool1"
},
```
Expand Down Expand Up @@ -124,4 +124,4 @@ Content-Type: application/x-www-form-urlencoded

name=sharedpool1&ip=127.0.0.1
```
DELETE requests, like post requests, support both JSON and urlencoded formats.
DELETE requests, like post requests, support both JSON and urlencoded formats.