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