curl --request PATCH \
--url https://api.matia.io/v1/integrations/{id}/schemas \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"schemas": {
"schema": {
"enabled": true,
"tables": {
"table": {
"enabled": true,
"columns": {
"column": {
"enabled": true,
"hashed": true
}
}
}
}
}
}
}
'{
"code": "<string>",
"data": {
"schemas": {
"schema": {
"nameInDestination": "<string>",
"enabled": true,
"tables": {
"table": {
"nameInDestination": "<string>",
"enabled": true,
"syncMode": "<string>",
"cursorField": "<string>",
"columns": {
"column": {
"nameInDestination": "<string>",
"enabled": true,
"hashed": true,
"isPrimaryKey": true
}
}
}
}
}
}
}
}Updates the integration source schema config for the specified integration
curl --request PATCH \
--url https://api.matia.io/v1/integrations/{id}/schemas \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"schemas": {
"schema": {
"enabled": true,
"tables": {
"table": {
"enabled": true,
"columns": {
"column": {
"enabled": true,
"hashed": true
}
}
}
}
}
}
}
'{
"code": "<string>",
"data": {
"schemas": {
"schema": {
"nameInDestination": "<string>",
"enabled": true,
"tables": {
"table": {
"nameInDestination": "<string>",
"enabled": true,
"syncMode": "<string>",
"cursorField": "<string>",
"columns": {
"column": {
"nameInDestination": "<string>",
"enabled": true,
"hashed": true,
"isPrimaryKey": true
}
}
}
}
}
}
}
}The ID of the integration
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Successful operation
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes