Update Custom Integration
custom-integrations
Update Custom Integration
Update a custom integration.
PUT
Update Custom Integration
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Path Parameters
Body
application/json
Request to update a custom integration
Required string length:
1 - 255Required string length:
1 - 100Custom integration configuration
Example:
{
"context_prompt": "Production PostgreSQL database. Use connection pooling.",
"env_vars": {
"DB_HOST": "postgres.prod.example.com",
"DB_NAME": "production",
"DB_PORT": "5432"
},
"files": [
{
"mode": "0600",
"path": "~/.postgresql/client.crt",
"secret_ref": "POSTGRES_CLIENT_CERT"
}
],
"secrets": ["DB_PASSWORD", "DB_SSL_CERT"]
}Custom integration status
Available options:
active, inactive, deleted Response
Successful Response
Custom integration response