Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added batch trigger functionality #760

Merged
merged 2 commits into from
May 20, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions certified-connectors/Connect2All/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,10 @@
},
"type": "array"
},
"isBatch": {
"type": "boolean",
"x-ms-summary": "IsBatch"
},
"tableId": {
"format": "int32",
"type": "integer",
Expand Down Expand Up @@ -3353,6 +3357,11 @@
"type": "array",
"x-ms-summary": "Filterfields"
},
"IsBatch": {
"description": "Receive batches or singular updates",
"type": "boolean",
"x-ms-summary": "Is Batch"
},
"TableId": {
"description": "TableId",
"format": "int32",
Expand Down Expand Up @@ -3432,6 +3441,9 @@
"body/fields": {
"parameterReference": "body/Fields"
},
"body/isBatch": {
"parameterReference": "body/IsBatch"
},
"body/tableId": {
"parameterReference": "body/TableId"
}
Expand All @@ -3449,6 +3461,9 @@
"fields": {
"parameter": "Fields"
},
"isBatch": {
"parameter": "IsBatch"
},
"tableId": {
"parameter": "TableId"
}
Expand Down Expand Up @@ -3585,6 +3600,11 @@
"type": "array",
"x-ms-summary": "Filterfields"
},
"IsBatch": {
"description": "Receive batches or singular updates",
"type": "boolean",
"x-ms-summary": "Is Batch"
},
"TableId": {
"description": "TableId",
"format": "int32",
Expand Down Expand Up @@ -3661,6 +3681,9 @@
"body/fields": {
"parameterReference": "body/Fields"
},
"body/isBatch": {
"parameterReference": "body/IsBatch"
},
"body/tableId": {
"parameterReference": "body/TableId"
}
Expand All @@ -3678,6 +3701,9 @@
"fields": {
"parameter": "Fields"
},
"isBatch": {
"parameter": "IsBatch"
},
"tableId": {
"parameter": "TableId"
}
Expand Down Expand Up @@ -3814,6 +3840,11 @@
"type": "array",
"x-ms-summary": "Filterfields"
},
"IsBatch": {
"description": "Receive batches or singular updates",
"type": "boolean",
"x-ms-summary": "Is Batch"
},
"TableId": {
"description": "TableId",
"format": "int32",
Expand Down Expand Up @@ -3893,6 +3924,9 @@
"body/fields": {
"parameterReference": "body/Fields"
},
"body/isBatch": {
"parameterReference": "body/IsBatch"
},
"body/tableId": {
"parameterReference": "body/TableId"
}
Expand All @@ -3910,6 +3944,9 @@
"fields": {
"parameter": "Fields"
},
"isBatch": {
"parameter": "IsBatch"
},
"tableId": {
"parameter": "TableId"
}
Expand Down
2 changes: 1 addition & 1 deletion certified-connectors/Connect2All/apiProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"iconBrandColor": "#FA9901",
"publisher": "GAC Business Solutions",
"stackOwner": "GAC Business Solutions"
"stackOwner": "GAC Business Solutions"
sriyen-msft marked this conversation as resolved.
Show resolved Hide resolved
}
}