Updates the label on a single dataset item. Used by the dashboard to
toggle inline labels while reviewing a dataset. Pass null (or omit
the field) to clear the label back to unlabeled.
Documentation Index
Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt
Use this file to discover all available pages before exploring further.
SDK API key (tl_...) or Clerk session JWT
Mutation body for PATCH /v1/datasets/{id}/items/{itemId}. Only the
label field is accepted. Pass null or omit the field to clear the
label back to unlabeled.
pass, fail, unlabeled, null Dataset item updated
Review label for the item. null (or omitted) means the item has
not been labeled yet. The frontend toggles this value via
PATCH /v1/datasets/{id}/items/{itemId}.
pass, fail, unlabeled, null