Edit Ipwhite
POST /api/IpWhite/Update
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Query
secret
string
from user's secret
Body
Name
Type
Description
ipList
string
e.g:127.0.0.1;127.0.0.2
id
string
id
Response
{
"message": "string",
"code": 200
}{
"message": "string",
"code": 500
}Last updated