/
TO
tournesol-app
/
Tournesol API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1mo ago
Details
View markdown
accounts
11
post
/accounts/change-password/
get
/accounts/profile/
put
/accounts/profile/
post
/accounts/profile/
patch
/accounts/profile/
post
/accounts/register/
post
/accounts/register-email/
post
/accounts/reset-password/
post
/accounts/send-reset-password-link/
post
/accounts/verify-email/
post
/accounts/verify-registration/
backoffice
3
domains
1
entities
2
exports
3
polls
5
preview
7
schema
1
stats
1
users
38
video
1
accounts
Change the user password.
post
/accounts/change-password/
Request body
ChangePasswordRequest
required
old_password
string
required
password
string
required
password_confirm
string
required
Response
ChangePassword
required
old_password
string
required
password
string
required