Skip to content

Change password​

PUT
/api/auth/password

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"current_password": "string",
  
"new_password": "string"
}

Responses​

Password changed

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI