IP에 댓글 달기
IP API의 댓글을 통해 사용자는 시스템의 특정 프록시에 댓글을 추가할 수 있습니다.
엔드포인트:
POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/proxy/comment/set
경로 매개변수
이름 | 가치 | 설명 |
|---|---|---|
권한 부여 |
| 개인 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
}
]
}