Skip to main content
PUT
Update Ai Ticket Sync Connection

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

connection_id
string<uuid>
required

Body

application/json
name
string | null
config
Config · object | null
credential
Credential · object | null
enabled
boolean | null
sync_kinds
string[] | null
sync_min_priority
string | null
sync_event_scope
string | null

Response

Successful Response

id
string<uuid>
required
name
string
required
provider
string
required
config
Config · object
required
enabled
boolean
required
credential_configured
boolean
required
sync_kinds
string[]
required
sync_min_priority
string
required
sync_event_scope
string
required
last_synced_at
string<date-time> | null
required
last_error
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required