Proxy-seller

对知识产权的评论

IP 注释 API 允许用户对系统中的特定代理添加注释。

终点:

POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/proxy/comment/set

路径参数

名称

价值

说明

授权

<Your_API_Key>

您的个人 API 密钥(如何获取)

请求正文

名称

类型

说明

ids

数量

单个 ID 或"[ ]"中的 ID 数组,以逗号分隔。

评论

字符串

您要添加的评论。

示例

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/proxy/comment/set

回应

{
    "status": "success",
    "data": {
        "updated": 1
    },
    "errors": []
}

未找到 IP

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "IP not found",
            "code": 0,
            "customData": null
        }
    ]
}

On this page