Skip to main content
Requires authentication

Endpoint

PATCH /admins/{id}/password

Request Body

{
  "oldPassword": "currentpassword",
  "newPassword": "newpassword123"
}

Response

{
  "success": true,
  "data": {
    "message": "Password updated successfully"
  }
}