---
title: "Changes to Add Evidence Endpoint"
method: POST
path: "/api/evidence"
---

# Changes to Add Evidence Endpoint

`POST /api/evidence`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 16 revisions.

- **2026-08-19** `bc8a81bf3914` — 1 breaking
- **2026-08-12** `dcf9b4550387` — 4 breaking, 2 warning, 7 info

## Changes

- **2026-08-19** `bc8a81bf3914` — 1 breaking
  - removed the enum value `global` of the request property `recall_priority`
- **2026-08-12** `dcf9b4550387` — 4 breaking, 2 warning, 7 info
  - removed `subschema #1` from the `cell_id` request property `anyOf` list
  - removed `subschema #1` from the `task_id` request property `anyOf` list
  - the `variable_name` request property's minLength was increased from `0` to `1`
  - the `notebook_id` request property type/format changed from `string`/`` to ``/``
  - the `description` request property's maxLength was set to `500`
  - the `variable_name` request property's maxLength was set to `200`
  - added the new optional request property `session_id`
  - added the new optional request property `source_file_path`
  - added the new optional request property `source_line`
  - added `#/components/schemas/_RuntimeId` to the `cell_id` request property `anyOf` list
  - added `#/components/schemas/_RuntimeId` to the `task_id` request property `anyOf` list
  - added `#/components/schemas/_RuntimeId, subschema #2` to the `notebook_id` request property `anyOf` list
  - the request property `notebook_id` became optional

---

[Operation](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/docs/api/evidence/post.md) · [API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [Page](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/evidence/post)
