跳到主要内容

更新用户

更新现有用户的数据。

路径参数
user_id uuid 必需
请求正文 必需
username 用户名
profile_image 头像
password 密码
is_active 是否活跃
is_superuser 是否超级用户
last_login_at 上次登录时间
optins Optins
响应
200

成功响应

架构 可选
id uuid 可选
username 用户名
profile_image 头像
store_api_key 存储 API 密钥
is_active 是否活跃
is_superuser 是否超级用户
create_at 日期时间
updated_at 日期时间
last_login_at 上次登录时间
optins Optins 可选
422

验证错误

架构 可选
detail object[] 可选
loc undefined[]
msg 消息
type 错误类型
Search