Documentation Index
Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt
Use this file to discover all available pages before exploring further.
PUT https://services.leadconnectorhq.com/knowledge-bases/{id}
Autorizacion
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version
string
default:"2021-07-28"
required
Version de la API.
Path parameters
Body
field to update the name of the knowledge base
field to update the description of the knowledge base
Respuestas
200 - Knowledge base updated successfully
message
string
default:"Bad Request"
{
"statusCode": 400,
"message": "Bad Request"
}
message
string
default:"Invalid token: access token is invalid"
error
string
default:"Unauthorized"
{
"statusCode": 401,
"message": "Invalid token: access token is invalid",
"error": "Unauthorized"
}
Ejemplo
curl -X PUT 'https://services.leadconnectorhq.com/knowledge-bases/YOUR_id' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Version: 2021-07-28' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"description": "string"
}'