跳到主要内容

添加用户

在数据库中添加新用户。

请求体 必需
username 用户名 必需
password 密码 必需
optins 可选项
响应
201

成功响应

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

验证错误

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