Skip to content
ARGUS
Search
K
Main Navigation
Docs
API
Blog
Menu
Return to top
Change password
​
PUT
/api/auth/password
Authorizations
​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Request Body
​
application/json
Schema
JSON
JSON
{
 Â
"current_password"
:
"string"
,
 Â
"new_password"
:
"string"
}
Responses
​
200
Password changed
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"message"
:
"string"
}
PUT
/api/auth/password
Playground
​
Authorization
ApiKeyHeader
Body
Try it out
Samples
​
Powered by
VitePress OpenAPI