Renames a session or changes its status (e.g. archive / unarchive). All body fields are optional; omitted fields are left unchanged.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
The id of the session to update.
All fields are optional. Omitted fields are left unchanged.
New display title for the session (rename).
Lifecycle status (matches the DB CHECK). running is active / unarchived; completed and failed are terminal; archived archives the row. Use running to unarchive from archived.
running, completed, failed, archived Updates the persisted lines_added column on the session (≥ 0).
x >= 0Updates the persisted lines_removed column on the session (≥ 0).
x >= 0Session updated successfully.