Change Nickname API
Used to change the nickname of the specified user.
Request URL GET / POST
http
https://nobase.cn/api/user/change-nicknameRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| user | string | ✅ Yes | User account |
| token | string | ✅ Yes | User token |
| nickname | string | ✅ Yes | New nickname |
TIP
Please refer to the Chinese documentation for more details.

