Skip to main content
POST
/
agent
/
{id}
/
trainings
Adicionar treinamento ao agente
curl --request POST \
  --url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/agent/{id}/trainings \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'

Authorizations

x-api-key
string
header
required

Autenticação por chave de API.

Path Parameters

id
string
required

ID do recurso

Body

application/json

The body is of type object.

Response

201

Treinamento adicionado