Change your own password
PUT/api/v1/auth/password
Always asks for the current one, with no exception anywhere: decision 0015 exists because a second door that did not ask made this one pointless.
Answers with a fresh session, because writing a password ends every other one including the token this request arrived with.
Request
Responses
- 200
- 400
- 401
- 403
- 422
A fresh session
Missing a field
The current password is wrong
A password change is owed before anything else
Refused