Authorization: ********************
{
"id": "string",
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"name": "string",
"description": "string",
"params": {
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/udpateintegrationconfig' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"name": "string",
"description": "string",
"params": {
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}
}'
{}