Update an integration
curl --request PATCH \
--url http://localhost:3001/v1/integrations/{integrationId} \
--header 'Content-Type: application/json' \
--data '
{
"provider": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"credentials": {},
"config": {}
}
'{
"id": "<string>",
"organizationId": "<string>",
"provider": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"hasCredentials": true,
"lastSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"config": {}
}๐ Integrations & API Keys
Update an integration
PATCH
/
v1
/
integrations
/
{integrationId}
Update an integration
curl --request PATCH \
--url http://localhost:3001/v1/integrations/{integrationId} \
--header 'Content-Type: application/json' \
--data '
{
"provider": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"credentials": {},
"config": {}
}
'{
"id": "<string>",
"organizationId": "<string>",
"provider": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"hasCredentials": true,
"lastSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"config": {}
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Body
application/json
Minimum string length:
1Available options:
provider, bank, chain_indexer, system_of_record Minimum string length:
1Minimum string length:
1Available options:
disabled, active, deleted Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
Default Response
Available options:
provider, bank, chain_indexer, system_of_record Available options:
disabled, active, deleted โI
