Skip to main content

updateUser

updateUser

Request Body REQUIRED
avatarColor string

Possible values: [primary, pink, red, yellow, blue, green, purple, orange, gray, amber]

email string
id uuid REQUIRED
isAdmin boolean
memoriesEnabled boolean
name string
password string
quotaSizeInBytes int64
shouldChangePassword boolean
storageLabel string
Responses
200
Schema OPTIONAL
avatarColor string

Possible values: [primary, pink, red, yellow, blue, green, purple, orange, gray, amber]

createdAt date-time
deletedAt date-time
email string
id string
isAdmin boolean
memoriesEnabled boolean OPTIONAL
name string
oauthId string
profileImagePath string
quotaSizeInBytes int64
quotaUsageInBytes int64
shouldChangePassword boolean
storageLabel string
updatedAt date-time
updateUser
PUT /user
Body
Loading...
/api
curl -L -X PUT '/api/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'