settings

Choose the default interface for new sessions

patch/api/v1/settings/session-interface

Request body

defaultSessionMode'chat' | 'tui' required

Response

OK

chatHarnessesstring[] required
clientstring required
cloudControlPlaneUrlstring required
cloudEnabledboolean required
cloudOfferingboolean required
defaultSessionMode'chat' | 'tui' required
localEnabledboolean required

Changes

Changed in 2 of the 107 revisions of this API.6

    • added the required property client to the response with the 200 status

      response-required-property-added

    • added the required property cloudControlPlaneUrl to the response with the 200 status

      response-required-property-added

    • added the required property cloudEnabled to the response with the 200 status

      response-required-property-added

    • added the required property cloudOffering to the response with the 200 status

      response-required-property-added

    • added the required property localEnabled to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added