/
NA
nascentcore
/
inty-backend
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3w ago · Updated 7mo ago
Details
Filter operations
agents
10
auth
2
chat
1
chats
8
images
1
notification
1
report
1
settings
2
subscription
10
text_to_speech
1
users
5
get
Get Profile
put
Update Profile
post
Register Device Token
get
Check Deletion Eligibility
post
Delete User Account
version
1
users
Update Profile
Update current user profile.
put
/api/v1/users/profile
Request body
UserUpdate
required
更新用户信息
nickname
string
nullable
avatar
string
nullable
email
string
nullable
phone
string
nullable
gender
'MALE'
|
'FEMALE'
|
'OTHER'
性别
age_group
string
nullable
description
string
nullable
system_language
string
nullable
Response
Successful Response
APIResponseUser
required
code
integer
message
string
data
User
返回给客户端的用户信息
Changes