UPDATE USER-INFO

Update user

PUT /user/{user_id}

<Description of the endpoint> user_id

Body

Name
Type
Description

SETTOP_NUM

string

SettopNumber of the user

USER_NAME

string

Name of the user

GENDER

string

Gender of the user

AGE

int

Age of the user

Response

{
  "response": "FINISH UPDATE USERS"
}

Last updated