Set Password
AC9: Set or update password (requires valid end-user JWT).
AC9: Set or update password (requires valid end-user JWT).
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/app/auth/set-password" \ -H "Content-Type: application/json" \ -d '{ "new_password": "stringst" }'{
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}