Update Item
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Update Item has 11 facts recorded in Dontopedia across 1 reference.
Mostly:transaction boundary(1), is idempotent(1), has parameter count(1)
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Update Item has 11 facts recorded in Dontopedia across 1 reference.
Mostly:transaction boundary(1), is idempotent(1), has parameter count(1)
returnsUpdatedItemupdatesAttributechecksItemExistenceBeforeoperationSequencecausesOther subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. “X motherOf this subject” — and answer questions the forward facts can't. Grouped by predicate.
containsContains(1)ex:PythonCodedescribesDescribes(1)ex:CRUDOperationsSectionsharesErrorHandlingPatternWithShares Error Handling Pattern With(1)ex:delete_itemTimeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
doc:beam/a36facb2-8746-4feb-96f9-bb45a10df50a@app.put("/items/{item_id}", response_model=Item) def update_item(item_id: int, item: Item, db=Depends(get_db)): db_item = db.query(ItemDB).filter(ItemDB.id == item_id).first() if db_item is None: raise HTTPException(status_…
Dontopedia is in a read-only public launch. Follow the references and disputed branches now; contributions will open after durable identity and moderation are in place.