BatchUpdateProxy
PUT
/profile/proxy/batchLast modified: 21 days ago
batch update proxy type as custom
, the protocol
、host
and port
args needed when url is empty
Request
Body Params application/json
profileIds
array[string]
optional
profile ids
proxyConfig
object
optional
profile's proxy config
url
string
optional
proxy url, format: {scheme}://{username}:{password}@{host}:{port}
protocol
string
optional
proxy scheme: http, https or socks5
host
string
optional
proxy host
port
string
optional
proxy port
password
string
optional
proxy password
username
string
optional
proxy username
Example
{
"profileIds": [
"string"
],
"proxyConfig": {
"url": "string",
"protocol": "string",
"host": "string",
"port": "string",
"password": "string",
"username": "string"
}
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 21 days ago