Update Item
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Update Item has 1 fact recorded in Dontopedia across 1 reference.
1 facts·1 predicates·1 sources
Maturity scale
raw canonical shape-checked rule-derived certifiedOther facts (1)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
1 facts
| Predicate | Value | Ref |
|---|---|---|
| Updates Attribute | Description | [1] |
Timeline
Timeline 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.
—
updatesAttributebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:description
References (1)
1 references
ctx:claims/beam/a36facb2-8746-4feb-96f9-bb45a10df50a- full textbeam-chunktext/plain1 KB
doc:beam/a36facb2-8746-4feb-96f9-bb45a10df50aShow excerpt
@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_…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.