help / router / specialists_write_cell
specialists_write_cellwrite
POST /specialists/:id/cells | POST /tools/write-cell (body {id, …cell}) — maintainer (master) only · auth: authenticated
POST /specialists/:id/cells
signature sha256:552af7a4448f6b876dbc745ead39d28d
Parameters
| name | type | required | notes |
id | string | yes | Specialist id. |
entry_id | string | yes | A catalogue dimension/scalar id (never suppressed). |
condition_key | string | null | no | Scalar condition tag; '' for binaries/points. |
value | string | yes | yes|no|null for binaries; a point or {p50,…} bundle for scalars. |
confidence | number | null | no | 0..1; defaults from provenance if omitted. |
provenance | string | yes | |
measured_at | string | null | no | |
explanation | string | null | no | |
Response
| name | type | description |
specialist_id | string | |
entry_id | string | |
condition_key | string | |
value | string | |
confidence | number | |
provenance | string | |
measured_at | string | |
explanation | string | null | |
Call it
write requires auth: authenticated