Update provenance status

View as Markdown

Updates the confidence/dispute status of a provenance row. Returns 204 with no response body; verify with provenance history for the tracked record.

Authentication

AuthorizationBearer

User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key

OR
X-API-Keystring

Admin API key for system-to-system write operations

Path parameters

idlongRequired
Provenance row surrogate id

Query parameters

statusenumRequired
Target provenance status

Response

No Content

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error