IP username password update
This endpoint changes the IP's username and password
POST https://api.ipnux.com/V1/OpenApi/OpenApiEditNodeUserAndPass
Headers
Name
Type
Description
UserId*
String
"Authentication" generated userId
Token*
String
"Authentication" generated token
Content-Type*
String
application/json
Body
Name
Type
Description
proxy_ids*
array [integer]
Please use array format
username*
string
password*
string
Request
{
"proxy_ids": [17895203931,17895515],
"username": "test1234",
"password": "test1234"
}Response
{
"Code": 1000,
"Message": "Successful",
"Data": true
}Last updated