/
NA
nascentcore
/
inty-backend
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v26
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-01-28
51
94
311.8 KB
users
android_app
web_app
Update current user profile
Update current user profile, support avatar update
put
/api/v1/users/profile
Request body
UserUpdate
required
更新用户信息
nickname
string
nullable
avatar
string
nullable
email
string
nullable
user_photo
string
nullable
phone
string
nullable
gender
'MALE'
|
'FEMALE'
|
'OTHER'
性别
age_group
string
nullable
description
string
nullable
system_language
string
nullable
request_id
string
nullable
Response
Successful Response
APIResponseUser
required
code
integer
message
string
data
User
返回给客户端的用户信息