Update username and password
This endpoint updates the username password in account authorization mode
Update username password
POST https://api.ipnux.com/V1/OpenApi/OpenApiEditVerUserAndPass
Headers
Name
Type
Description
UserId*
String
"Authentication" generated userId
Token*
String
"Authentication" generated token
Content-Type*
String
application/json
Body
Name
Type
Description
proxies_type*
string
Shared (ISP) proxies,Premium (ISP) proxies
username
string
password
string
Response
{
	"Code": 1000,
	"Message": "Successful",
	"Data": true
}Last updated