For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
v0.0.70
Additions
- Added new
submittedAt field to referral responses (GET /api/v1/institutions/:institutionIdType/:institutionId/referrals, GET /api/v1/referrals/:referralId, DELETE /api/v1/referrals/:referralId, POST /api/v1/referrals/:referralId/cancel, POST /api/v1/referrals/:referralId/back-to-draft).
Recommendations
- Use the new
submittedAt field instead of createdAt when displaying or sorting by the submission time of a referral, since createdAt reflects when the draft was first created rather than when it was submitted.