Dontopedia

update_item

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

update_item has 14 facts recorded in Dontopedia across 1 reference, with 3 live disagreements.

14 facts·10 predicates·1 sources·3 in dispute

Mostly:parameter(2), parameter type(2), uses parameter(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (13)

Other 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.

usedInUsed in(6)

usedByUsed by(2)

enablesEnables(1)

hasEndpointHas Endpoint(1)

includesIncludes(1)

precededByPreceded by(1)

returnedByReturned by(1)

Other facts (13)

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.

13 facts
PredicateValueRef
Parameteritem_id[1]
Parameteritem[1]
Parameter Typeint[1]
Parameter TypeItem[1]
Uses ParameterItem Id Parameter[1]
Uses ParameterItem Parameter[1]
Rdf:typeFunction[1]
LogicEnumerate Items[1]
Action on MatchReplace Item[1]
Returns on MatchItem[1]
Returns on ErrorItem Not Found Error[1]
Inverse ofItems Data Structure[1]
Preceded byDelete Item Function[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.

typebeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:Function
labelbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
update_item
parameterbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
item_id
parameterTypebeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
int
parameterbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
item
parameterTypebeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
Item
logicbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:enumerate-items
actionOnMatchbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:replace-item
returnsOnMatchbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:item
returnsOnErrorbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:item-not-found-error
inverseOfbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:items-data-structure
precededBybeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:delete-item-function
usesParameterbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:item_id-parameter
usesParameterbeam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
ex:item-parameter

References (1)

1 references
  1. ctx:claims/beam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
    • full textbeam-chunk
      text/plain1012 Bdoc:beam/34391a5a-80c4-4124-bcc6-cd42b20b9d20
      Show excerpt
      @app.get("/items/") def read_items(): return items @app.get("/items/{item_id}") def read_item(item_id: int): for item in items: if item["id"] == item_id: return item return {"error": "Item not found"} @app.

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.