# PUT api/users/{id} **PUT /api/users/{id}** ## Servers - https://TodoListRestApi: https://TodoListRestApi () ## Parameters ### Path parameters - **id** (integer(int64)) ### Body: application/json (object) - **userId** (integer(int64)) - **username** (string) - **password** (string) - **todoLists** (array[object]) ## Responses ### 200 OK #### Body: */* (object) - **userId** (integer(int64)) - **username** (string) - **password** (string) - **todoLists** (array[object]) [Powered by Bump.sh](https://bump.sh)