SerenAI

Pay Per Call Agentic Commerce

UpdatePasswordRequest

Properties

PropertyTypeRequiredDescription
current_password string Yes
new_password string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "current_password",
    "new_password"
  ],
  "properties": {
    "current_password": {
      "type": "string"
    },
    "new_password": {
      "type": "string"
    }
  }
}