Skip to content
View as Markdown

HydrateSessionRequest

Field Type Description
session_id string The session ID to hydrate.
force bool Whether to force hydration even if the session is already hydrated or is currently hydrating.

Example

JSON
{
  "force": true,
  "session_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}