create_session_by_id_sync
Sync an Audiobookshelf playback session by ID: provide the session ID and required payload to create or update session sync data, keeping playback state current.
Instructions
Create or act on session sync.
POST /api/session/{id}/sync
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |