MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / CollectionUpdate

Class CollectionUpdate

backend/src/flashcards/schemas.py:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class CollectionUpdate(SQLModel):
17 name: str | None = None
18
19
20class CardBase(SQLModel):

Calls

no outgoing calls

Tested by 4

test_update_collectionFunction · 0.72