Update a Polygraph session title and/or description.
Updates the session title and/or the user-facing description timeline. Provide at least one of title or description.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID, or a Polygraph app session URL (/s/<session-id> or /orgs/<org-id>/sessions/<session-id>). |
title | string | no | New session title. At least one of title or description is required. |
description | string | no | New user-facing session description summarizing the goal, progress, and next steps. At least one of title or description is required. |