API ReferenceCopilot
Rename a copilot conversation
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
factoryId*string
Factory slug
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://api.xentr.ai/api/factories/string/copilot/conversations/string" \ -H "Content-Type: application/json" \ -d '{ "title": "string" }'Empty