mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: user api
This commit is contained in:
@@ -29,8 +29,9 @@ type UserPatch struct {
|
||||
type UserFind struct {
|
||||
Id *int `json:"id"`
|
||||
|
||||
Name *string `json:"name"`
|
||||
OpenId *string
|
||||
Name *string `json:"name"`
|
||||
Password *string
|
||||
OpenId *string
|
||||
}
|
||||
|
||||
type UserRenameCheck struct {
|
||||
|
Reference in New Issue
Block a user