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

Class UpdateAPIKeyRequest

src/api/admin.py:642–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640
641
642class UpdateAPIKeyRequest(BaseModel):
643 new_api_key: str
644
645
646class UpdateDebugConfigRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected