v3

latestSwagger 2.02026-08-067506752.0 MB
ai

Update an existing AI chat's metadata, such as label or shareAccess information

patch/v1/org/{orgId}/ai/chat/{chatId}

Path parameters

orgIdstring required

Org identifier (either id or slug)

chatIdstring required

Chat identifier

Request body

labelstring

label for the chat (defaults to the first question asked)

Example request

{
  "shareAccess": [
    {
      "userId": "5887a7718f138b6a2a0041a7",
      "groupId": "5887a7718f138b6a2a0041a7",
      "fields": "name,image,title"
    }
  ]
}

Response

successful operation