Integrations
Update Integration
PUT
Update an existing integration’s name or credentials.
Headers
string
required
Your API key for authentication.
string
required
The organization ID.
string
required
Must be
application/json.Path Parameters
string
required
The unique identifier of the integration (format:
intg_[a-f0-9]{12}).Permissions
integrations:update(admin, agent_manager)
Request Body
string
A new human-readable name for the integration (1-100 characters).
object
Updated provider-specific credentials. The structure depends on the provider.
Response
boolean
Indicates if the request was successful.
string
Human-readable success message.
object
The updated integration object.