Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 1 addition & 2 deletions certified-connectors/Insiders Cloud/apiProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"iconBrandColor": "#EF811D",
"publisher": "Insiders Technologies GmbH",
"stackOwner": "Insiders Technologies GmbH",
"scriptOperations": [ ],
"policyTemplateInstances": [ ]
"policyTemplateInstances": []
}
}
41 changes: 37 additions & 4 deletions certified-connectors/MoreApp Forms/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,15 @@
"properties": {
"data": {
"type": "object",
"properties": {},
"description": "Form data"
"x-ms-dynamic-schema": {
"operationId": "GetFormVersion",
"value-path": "schema",
"parameters": {
"formId": {
"parameter": "formId"
}
}
}
},
"meta": {
"type": "object",
Expand Down Expand Up @@ -228,6 +235,19 @@
"operationId": "NewSubmission",
"x-ms-trigger": "single",
"parameters": [
{
"name": "formId",
"description": "Form",
"in": "header",
"required": false,
"type": "string",
"x-ms-summary": "Form",
"x-ms-dynamic-values": {
"operationId": "ListForms",
"value-path": "id",
"value-title": "meta/name"
}
},
{
"name": "body",
"in": "body",
Expand Down Expand Up @@ -337,6 +357,19 @@
"operationId": "TaskFulfilled",
"x-ms-trigger": "single",
"parameters": [
{
"name": "formId",
"description": "Form",
"in": "header",
"required": false,
"type": "string",
"x-ms-summary": "Form",
"x-ms-dynamic-values": {
"operationId": "ListForms",
"value-path": "id",
"value-title": "meta/name"
}
},
{
"name": "body",
"in": "body",
Expand Down Expand Up @@ -564,7 +597,7 @@
}
}
},
"summary": "Download File",
"summary": "Download file",
"description": "Downloads a file.",
"operationId": "DownloadFile",
"parameters": [
Expand All @@ -589,7 +622,7 @@
}
}
},
"summary": "Download Report",
"summary": "Download report",
"operationId": "DownloadReport",
"parameters": [
{
Expand Down
Loading