external-v2-deals
Update Deal Index Fact
Update one editable SOT value on a deal.
Use POST /index/facts as the default path for setting user-supplied metric values. This PATCH route is for targeted edits by sot_id or for promoting a specific existing observation_id. Editability is enforced server-side by lev-ai-backend against MetricDefinition.editable; non-editable metrics surface as 422.
patch/api/external/v2/deals/{deal_id}/index/facts
Path parameters
deal_idinteger required
Request body
Response
Successful Response
Changes
Changed in 1 of the 7 revisions of this API.2
- ○
added the new optional request property
ordernew-optional-request-property
- ○
added the optional property
data/orderto the response with the200statusresponse-optional-property-added
- ○