Skip to main content

changePassword

changePassword

Request Body REQUIRED
newPassword string REQUIRED

Possible values: 8 ≤ length

password string REQUIRED
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
name string
oauthId string
profileImagePath string
quotaSizeInBytes int64
quotaUsageInBytes int64
shouldChangePassword boolean
status string

Possible values: [active, removing, deleted]

storageLabel string
updatedAt date-time
changePassword
POST /auth/change-password
Body
Loading...
/api
curl -L -X POST '/api/auth/change-password' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'