v1alpha1

Create Conversation

post/api/v1alpha1/assistant/{assistant_kind}/conversations

Headers

is-in-staff-groupstring nullable
authorizationstring nullable

Request body

titlestring nullable
inviteesstring[]

Response

Successful Response

idstring required
titlestring nullable
createdAtstring date-time required
updatedAtstring date-time required
lastMessageAtstring date-time nullable
isSharedboolean required
assistantStatus'idle' | 'running' | 'error'
messageCountinteger
capabilitiesstring[] nullable
kindstring

Changes

Changed in 3 of the 14 revisions of this API.114

    • ●

      removed the request property

      request-property-removed

  • fef830d3027213See the full diff
    • ▲

      added to the / response property oneOf list for the response status

      response-property-one-of-added

    • ○

      added property_deep_link discriminator mapping keys to the / request property

      request-property-discriminator-mapping-added

    • ○

      added to the / request property oneOf list

      request-property-one-of-added

    • ○

      added property_deep_link discriminator mapping keys to the / response property for the response status

      response-property-discriminator-mapping-added

    • ○

      endpoint added

      endpoint-added