PUT
/
api
/
v1
/
genAI
Update GenAI
curl --request PUT \
  --url https://chat.api.toolzz.com.br/api/v1/genAI \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "name": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "hasAssistant": true
}

Parameters

id
string
GenAI Name
name
string
GenAI Id

Response Description

Below you will see the description of the widget update response
id
string
required
Unique identifier for the entity.
name
string
required
Name of the entity.
hasAssistant
boolean
Indicates whether the entity has an assistant. Can be true, false, or null/undefined.