MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / ChangePasswordRequest

Class ChangePasswordRequest

src/api/admin.py:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634
635
636class ChangePasswordRequest(BaseModel):
637 username: Optional[str] = None
638 old_password: str
639 new_password: str
640
641
642class UpdateAPIKeyRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected