Update a integration-channel
PUT /integration-channels/{id}
PUT
/integration-channels/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Request Body required
Section titled “Request Body required ”object
data
object
name
required
string
description
string
type
required
string
endpoint_url
required
string
trigger_events
Arbitrary JSON value (object, array, string, number, boolean, or null)
payload_template
Arbitrary JSON value (object, array, string, number, boolean, or null)
auth_header_name
string
auth_header_value
string
is_enabled
boolean
last_triggered_at
string format: date-time
success_count
integer
error_count
integer
organisation
health_check_url
string
last_health_check
string format: date-time
consecutive_failures
integer
circuit_breaker_open
boolean
health_status
string
Responses
Section titled “ Responses ”Updated
object
data
object
name
required
string
description
string
type
required
string
endpoint_url
required
string
trigger_events
Arbitrary JSON value (object, array, string, number, boolean, or null)
payload_template
Arbitrary JSON value (object, array, string, number, boolean, or null)
auth_header_name
string
auth_header_value
string
is_enabled
boolean
last_triggered_at
string format: date-time
success_count
integer
error_count
integer
organisation
health_check_url
string
last_health_check
string format: date-time
consecutive_failures
integer
circuit_breaker_open
boolean
health_status
string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found