渠道管理/账号分组
更新账号分组
接口说明:根据 groupId 更新分组信息。
PATCH
更新账号分组
授权
AiToEarn Open Platform API Key。
路径参数
分组 ID
请求体
application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:根据 groupId 更新分组信息。
curl --request PATCH \
--url https://aitoearn.cn/api/v2/channels/account-groups/{groupId} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"name": "<string>",
"rank": 123,
"ip": "<string>",
"location": "<string>",
"countryCode": "<string>",
"proxyIp": "<string>",
"browserConfig": {}
}
'AiToEarn Open Platform API Key。
分组 ID
请求已被服务处理。业务是否成功以响应体 code === 0 为准。
业务状态码。0 表示成功,非 0 表示业务错误。
响应消息。
Hide child attributes
请求 ID。
错误响应时间戳,Unix 毫秒。
curl --request PATCH \
--url https://aitoearn.cn/api/v2/channels/account-groups/{groupId} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"name": "<string>",
"rank": 123,
"ip": "<string>",
"location": "<string>",
"countryCode": "<string>",
"proxyIp": "<string>",
"browserConfig": {}
}
'