Skip to content
Hound Documentation
Main Navigation
Getting Started
Appearance
Menu
Return to top
Change user password
POST
/api/v1/auth/password
Request Body
application/json
Schema
JSON
JSON
{
"new_password"
:
"string"
,
"old_password"
:
"string"
}
Responses
200
400
401
500
OK
Content-Type
application/json
Schema
JSON
JSON
"string"
POST
/api/v1/auth/password
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI