Update generation metadata
PATCH/api/v1/generations/:generation_id
Attaches caller-supplied key/value metadata to a generation record for per-run audit attribution (e.g. recording which knowledge-corpus version produced an AI action). The provided keys are shallow-merged over the existing metadata, so repeated patches accumulate. The bag is caller-owned and no key is reserved: server-owned state (usage attribution, the served agent version, the route's record, the extraction summary) lives in its own top-level fields and cannot be written from here.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Updated generation
Bad Request (e.g. metadata is not a JSON object)
Unauthorized
Forbidden
Generation not found