PATCH
/
updateUser
curl --request PATCH \
  --url http://{server_ip}:6002/updateUser \
  --header 'Content-Type: application/json' \
  --data '{
  "apiUser": "<string>",
  "apiPassword": "<string>",
  "apiKey": "<string>",
  "username": "<string>",
  "password": "<string>",
  "allowed_speed_in_mbps": 123,
  "allowed_ips_for_transfer": [
    "<string>"
  ]
}'
{
  "status": true,
  "message": "<string>"
}

Body

application/json

Details required to update the user.

The body is of type object.

Response

200
application/json

Successful response with updated user details.

The response is of type object.