/docs/api/origin and /docs/api/origin/changelog: Check runs now accept and return an optional deadlineAt (RFC 3339). Send it on Post Check Run or Batch Upsert Check Runs; read it on Get Check Run and the list endpoints. Origin stores it,…
Changelog
Origin API
/docs/api/origin and /docs/api/origin/changelog: Check runs now accept and return an optional deadlineAt (RFC 3339). Send it on Post Check Run or Batch Upsert Check Runs; read it on Get Check Run and the list endpoints. Origin stores it, clears it when the run completes, leaves it unchanged if an update omits it, and rejects values more than 24 hours ahead with InvalidArgument (HTTP 400). Passing the deadline does not change run status.
OpenAPI updates: the published spec declares https://api.cursor.com and bearerAuth; path parameters use ownerSlug and repoName (URLs and behavior unchanged—regenerate clients); *_UNSPECIFIED enum zero values are dropped from the spec; every operation documents 400, 401, 403, and 429 responses.