Update an integration

Updates an integration. Only the fields present in the request are
changed; omitted fields are left untouched. Send credentials to
rotate the integration's secrets (the shape matches the secret fields
from create). The integration type is immutable.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The integration id (UUID).

Body Params

Fields to change. Omitted fields are left untouched.

string

New display name. Must stay unique within the project.

boolean
credentials
object

The integration's secret fields (same shape as on create: access_key_id/secret_access_key for S3, username/password for DelivrDSP), to rotate them. Write-only.

Responses

401

Missing or invalid API key / secret.

404

No integration with this id in the key's organization.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json