Provision an AI agent conversation in an organization
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$conversationIdstringRequired
The unique ID of the agent conversation (its client-generated local id, or "default" for the default conversation)
Responses
204
The conversation is ready to be connected to.
No content
put/orgs/{organizationId}/agent/conversations/{conversationId}
PUT /v1/orgs/{organizationId}/agent/conversations/{conversationId} HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
204
The conversation is ready to be connected to.
No content
Last updated
Was this helpful?