sessions

Switch a live session between its TUI and Chat controllers

post/api/v1/sessions/{sessionId}/interface-transition

Path parameters

sessionIdstring required

Session identifier, e.g. project-1.

Session identifier, e.g. project-1.

Request body

historyPolicy'strict' | 'provider_history'
policy'drain' | 'interrupt' required
targetMode'chat' | 'tui' required

Response

Accepted

okboolean required
sessionIdstring required

Changes

Changed in 4 of the 169 revisions of this API.9

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the required property / to the response with the status

      response-required-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      endpoint added

      endpoint-added