username:passwordAuthorization: Basic *****************{
"unique_ids": [
{
"id": "987876674",
"remark": "帮我吧的演示服务器"
},
{
"id": "342233443",
"remark": "异速联的演示服务器"
},
{
"id": "453344554",
"remark": "选软件的演示服务器"
}
]
}curl --location --request PUT 'https://www.bangwo8.com/api/v1/unique_ids/modify.json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"unique_ids": [
{
"id": "987876674",
"remark": "帮我吧的演示服务器"
},
{
"id": "342233443",
"remark": "异速联的演示服务器"
},
{
"id": "453344554",
"remark": "选软件的演示服务器"
}
]
}'{
"results": [
{
"id": 987876674,
"success": true,
"error_log": ""
},
{
"id": 342233443,
"success": false,
"error_log": "id不存在"
},
{
"id": 453344554,
"success": true,
"error_log": ""
}
]
}