> ## Documentation Index
> Fetch the complete documentation index at: https://docs.factagora.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.1.20

> temporal annotation 포맷 수정

<Update label="2026-07-16" description="v0.1.20: temporal annotation 포맷 수정">
  ## 수정: `PATCH /api/v1/tkgs/{tkgId}/graph/nodes/{nodeId}/annotation`의 temporal annotation 포맷

  요청 바디가 기존의 느슨한 `{ when: "2026 Q3", precision: "quarter" }` 문자열 대신 `{ timestamp: "2026-09-30", precision: "quarter" }`(ISO 8601 날짜)를 사용합니다. 플랫폼의 다른 곳에서 이미 쓰이던 annotation 포맷과 통일한 것입니다.

  이 엔드포인트는 이제 기존 annotation 데이터를 덮어쓰지 않고 merge합니다 — source 등 다른 필드가 보존됩니다.

  `POST /api/v1/chat`의 `capture_temporal` action도 `when` 대신 `timestamp`(ISO 8601)를 반환하므로, 이 엔드포인트에 그대로 넘기면 됩니다.
</Update>
