put /auth/api/v1/password

Update local user password.

current_password

string

Current password

new_password

string

New password.

Request

{
  "current_password": "string",
  "new_password": "string"
}

Response

ExamplesSchema

Successful response.

Empty response

Was this page helpful?