Skip to main content
PATCH
Update integration

Authorizations

Authorization
string
header
required

HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).

Path Parameters

id
string
required

Body

application/json

Update attributes

Updates an existing integration. slug and type are immutable and ignored if supplied.

base_url
string
description
string | null
enabled
boolean
name
string
timeout_ms
integer

Response

Updated integration

id
string<uuid>
base_url
string
Example:

"http://link:4000"

description
string | null
enabled
boolean
inserted_at
string<date-time>
name
string
Example:

"Link Production"

slug
string
Example:

"link-prod"

timeout_ms
integer
Example:

5000

type
enum<string>
Available options:
link
updated_at
string<date-time>