curl -i -X PUT \
'https://api.synqly.com/v1/integrations/{accountId}/{integrationId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "string",
"fullname": "string",
"refresh_token_id": "string",
"account_id": "string",
"account": {
"id": "string",
"fullname": "string",
"organization_id": "string",
"environment": "test",
"labels": [
"string"
],
"name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"category": "assets",
"provider_config": {
"type": "assets_armis_centrix",
"credential": {
"type": "token",
"secret": "string"
},
"url": "string"
},
"provider_fullname": "string",
"provider_type": "string",
"integration_point_id": "string",
"integration_point": {
"id": "string",
"fullname": "string",
"description": "string",
"connector": "assets",
"environments": {
"test": [
"assets_armis_centrix"
],
"prod": [
"assets_armis_centrix"
]
},
"additional_mappings": [
{
"providers": [
"assets_armis_centrix"
],
"mapping_type": "recommended",
"resource": "devices",
"actions": [
"query"
],
"source": "string",
"destination": "string",
"literal": true,
"data_type": "string"
}
],
"name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"bridge_selector": {
"type": "id",
"value": "string"
},
"webhook_config": {
"items": [
{
"webhook_url": "string",
"event_filter": [
"TicketCreated"
]
}
]
},
"additional_mappings": [
{
"resource": "devices",
"actions": [
"query"
],
"source": "string",
"destination": "string",
"literal": true,
"data_type": "string"
}
],
"name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}'