Integrations
Update
Update an integration by integration id
PATCH
/
api
/
v1
/
integration
/
{integrationId}
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
integrationId
string
requiredThe ID of the integration object.
Body
application/json
app
string
requiredThe name of the external integration providers app entity that you want to sync secrets with. Used in Netlify, GitHub, Vercel integrations.
appId
string
requiredThe ID of the external integration providers app entity that you want to sync secrets with. Used in Netlify, GitHub, Vercel integrations.
isActive
boolean
requiredWhether the integration should be active or disabled.
secretPath
string
default: /The path of the secrets to sync secrets from.
targetEnvironment
string
requiredThe target environment of the integration provider. Used in cloudflare pages, TeamCity, Gitlab integrations.
owner
string
requiredExternal integration providers service entity owner. Used in Github.
environment
string
requiredThe environment to sync secrets from.
Response
200 - application/json
integration
object
required