Set the Sedis session token (after re-proving 2FA)
set_sessionRefresh an expired Sedis session token after completing 2FA to restore API access without restarting the client.
Instructions
Paste the freshly-minted session token from the Sedis reprove page to refresh this session WITHOUT restarting the client. Use this when a tool returns 'Session re-verification required': open the reproveUrl, complete 2FA, copy the new token, call this tool with it, then retry the original call. The token is cached locally (owner-only file) and sent as the X-Api-Session header on every subsequent call; it is never logged or echoed back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The freshly-minted session token from the reprove page (e.g. starts with 'sedis_sess_…'). Open the reproveUrl shown in a 'Session re-verification required' error, complete 2FA, copy the token, and paste it here. |