The following interface parameters are all example parameters, showing only partial fields. For detailed fields, please refer to the specific corresponding interface document.
// /browser/update/partial// To modify profile's information as needed, you would need to pass the corresponding fields. For instance, if you want to change the profile's name, you would pass the 'name' field. If you need to modify the remarks, you would pass the 'remark' field. Fields that do not need to be changed should not be passed. The specific fields are the same as those in the '/browser/update' interface."
{"ids": ["d2fc7636d01b4943a3c3bd2187ca2272" ],"name":"I am new name","browserFingerPrint": {} // 不修改指纹,则无需传入指纹配置}
Update profile's fingerprint info
// /browser/update/partial// To modify profile's fingerprint information as needed, ensure that when changing the device type, for example, from PC to Android, all relevant fields are updated accordingly. Please refer to the following example.
{"ids": ["d1982fc6322545d4a372275238b65c2f" ],"browserFingerPrint": {"coreVersion":"118","ostype":"Android","os":"Linux armv81","version":"","osVersion":"","platformVersion":"9.0.0","batchRandom":true,"batchUpdateFingerPrint":true }}