Proxy-seller

Rinominare l'elenco

Punto finale:

POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/list/rename

Parametri del percorso

Nome

Valore

Descrizione

Autorizzazione

<Your_API_Key>

La chiave API personale

Corpo della richiesta

Nome

Tipo

Descrizione

id

Numero

ID dell'elenco da rinominare

titolo

Stringa

Il nuovo nome dell'elenco

Esempio

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/list/rename

Risposta

{
  "status": "success",
  "data": {
    "id": 561,
    "title": "New name",
    "login": "3c8aa1d4",
    "password": "AZT62Dx3",
    "whitelist": "127.0.0.1,192.168.0.1",
    "rotation": "-1 = sticky, 0 = rotation per request, 1..3600 time in seconds",
    "geo": {
      "country": "US",
      "region": "Washington",
      "city": "Garfield",
      "isp": "FIRST-STEP"
    },
    "export": {
      "ports": 10000,
      "ext": "txt"
    }
  },
  "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "IP 127.0.0.1 already linked",
            "code": 0,
            "customData": null
        }
    ]
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        }
    ]
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "not-found",
            "code": 404,
            "customData": null
        },
        {
            "message": "not-found (404)",
            "code": 0,
            "customData": null
        }
    ]
}

On this page