Skip to main content
PATCH
Change current user password

Authorizations

token
string
cookie
required

JWT token stored in HTTP-only cookie

Body

application/json
currentPassword
string
required

Current password is required

Minimum string length: 1
newPassword
string
required

New password must be at least 8 characters

Minimum string length: 8

Response

Default Response

message
string
required