Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"id": "string",
"protocol": "socks5",
"host": "string",
"port": 0,
"proxyUsername": "string",
"proxyPassword": "string",
"publicViewing": 0,
"rotateUrl": "string"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/proxy/updateBaseProxy' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"protocol": "socks5",
"host": "string",
"port": 0,
"proxyUsername": "string",
"proxyPassword": "string",
"publicViewing": 0,
"rotateUrl": "string"
}'
Responses
This response does not have a body.
Modified at 2025-08-16 06:45:56