Cập nhật profile

API URL

POST /api/v3/profiles/update/{profile_id}

Post data

{
    "profile_name" : "NAME_OF_PROFILE",
    "group_id": 1,
    "raw_proxy" : "",
    "startup_urls": "",
    "note": "",
    "color": "COLOR_HEX",
    "user_agent": "auto",
    "is_noise_canvas": false,
    "is_noise_webgl": false,
    "is_noise_client_rect": false,
    "is_noise_audio_context": true
}

Giải thích các thông số: Các thông số không bắt buộc hoặc không muốn thay đổi không cần cho vào post data

Tên trường
Bắt buộc
Mô tả

name

Tên của profile

group

Không

Tên của group

raw_proxy

Không

HTTP proxy| IP:Port:User:Pass Socks5| socks5://IP:Port:User:Pass TMProxy| tm://API_KEY|True,False TinProxy| tin://API_KEY|True,False TinsoftProxy| tinsoft://API_KEY|True,False

startup_urls

Không

Url 1, Url 2, Url 3

note

không

Ghi chú

color

Không

Mã hex màu profile

user_agent

Không

"auto" hoặc tự điền

is_noise_canvas

Không

Xem chi tiết tại API tạo profile

is_noise_webgl

Không

Xem chi tiết tại API tạo profile

is_noise_client_rect

Không

Xem chi tiết tại API tạo profile

is_noise_audio_context

Không

Xem chi tiết tại API tạo profile

Reponse

{
    "success": true,
    "message": "OK",
    "data": {}
}

Last updated