API reference/Auth
Change the password
PUT
/v1/auth/passwordSigns out other devices.
bearer auth
Request body application/json · required
current_passwordstringrequirednew_passwordstringrequiredAt least 12 characters
max length 512Responses
204No Content
401Unauthorizedapplication/problem+json
codestringrequiredStable machine-readable error code
detailstringHuman-readable explanation
errorsarray of objectField-level validation errors
request_idstringCorrelates with server logs and traces
statusinteger (int64)requiredHTTP status code
titlestringrequiredShort summary of the problem type
typestringURI identifying the problem type
422Unprocessable Entityapplication/problem+json
codestringrequiredStable machine-readable error code
detailstringHuman-readable explanation
errorsarray of objectField-level validation errors
request_idstringCorrelates with server logs and traces
statusinteger (int64)requiredHTTP status code
titlestringrequiredShort summary of the problem type
typestringURI identifying the problem type
500Internal Server Errorapplication/problem+json
codestringrequiredStable machine-readable error code
detailstringHuman-readable explanation
errorsarray of objectField-level validation errors
request_idstringCorrelates with server logs and traces
statusinteger (int64)requiredHTTP status code
titlestringrequiredShort summary of the problem type
typestringURI identifying the problem type
Was this page useful?Open an issue
v0.5