curl --request PATCH \
--url https://api.kapso.ai/platform/v1/integrations/{integration_id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "Updated Name"
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action_id": "<string>",
"app_slug": "<string>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"app_name": "<string>",
"action_name": "<string>",
"name": "<string>",
"metadata": {},
"configured_props": {},
"variable_definitions": {},
"dynamic_props_id": "<string>",
"pipedream_account": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"pipedream_account_id": "<string>",
"app_slug": "<string>",
"healthy": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"app_name": "<string>",
"account_name": "<string>",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"name": "<string>",
"avatar_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"onboarding_status": "<string>"
},
"project": {}
}
}
}curl --request PATCH \
--url https://api.kapso.ai/platform/v1/integrations/{integration_id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "Updated Name"
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action_id": "<string>",
"app_slug": "<string>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"app_name": "<string>",
"action_name": "<string>",
"name": "<string>",
"metadata": {},
"configured_props": {},
"variable_definitions": {},
"dynamic_props_id": "<string>",
"pipedream_account": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"pipedream_account_id": "<string>",
"app_slug": "<string>",
"healthy": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"app_name": "<string>",
"account_name": "<string>",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"name": "<string>",
"avatar_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"onboarding_status": "<string>"
},
"project": {}
}
}
}Integration updated
Show child attributes
Was this page helpful?