Restore Session Endpoint
Sessions
Restore Session Endpoint
Restore a soft-deleted-but-not-purged session and its messages.
Delegates to the conversation service’s restore_session, which
sets is_active = True and clears deleted_at on the session
and its soft-deleted messages. Returns 404 if the session is not
owned, is already active, or has already been purged. Returns the
updated summary of the now-active session.
IDOR AUDIT PASS — the service filters every write by user_id, and
the post-restore reload re-filters by user_id.
POST
Restore Session Endpoint
Authorizations
EDN API key presented as 'Bearer ' in the Authorization header. Create and manage keys from the Console.
