Change password
PATCH
/api/me/password
Updates the authenticated user's password after verifying the current one.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Request Body
application/json
JSON "currentPassword": "string", "newPassword": "string"
{
}
Responses
No Content
