跳到主要内容

重置密码

重置用户的密码。

路径参数
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 date-time
updated_at date-time
last_login_at 上次登录时间
optins Optins 可选
422

验证错误

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