Update proxy
PATCH {{API_BASE_URL}}/users-proxies
Request Body
{"id"=>"string", "proxy"=>{"mode"=>"http", "host"=>"string", "port"=>80, "username"=>"string", "password"=>"string"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"string","proxy":{"mode":"http","host":"string","port":80,"username":"string","password":"string"},"country":"","status":"offline","type":""}