Skip to content

Commit 62f1259

Browse files
authored
Updates on vineforce connector for project and notification (#2352)
* Add files via upload Initial submit custom connector * Moved to certified connector folder moving from custom connector to certified connector folder * Updated responses and added summary Updated responses of both action and summary updated with sentence. * Updated Brand Color * Updated api definition for resource app names Updated list of resource app names * Revert "Resolving conflicts in pull request updating name of resource in api definition" (#2) * Update on vineforce connector New actions added * Fixes of validation errors * Updates on vineforce connector Updates on vineforce connector for create project and notification
1 parent 416e3d4 commit 62f1259

File tree

1 file changed

+47
-9
lines changed

1 file changed

+47
-9
lines changed

certified-connectors/Vineforce/apiDefinition.swagger.json

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,44 @@
360360
"description": "Message Text",
361361
"title": "Message"
362362
},
363-
"ResourceName": {
363+
"resourceName": {
364364
"type": "string",
365-
"description": "Name of Resource App",
366-
"title": "Name of Resource App"
365+
"description": "Resource App Name (Power Automate)",
366+
"title": "Resource App",
367+
"enum": [
368+
"Adobe Cloud",
369+
"Adobe Sign",
370+
"Asana",
371+
"Azure DevOps",
372+
"Bitbucket",
373+
"Contact Manager",
374+
"Docusign",
375+
"Excel",
376+
"HelloSign",
377+
"Hubspot",
378+
"Jira",
379+
"Dataverse",
380+
"Dynamics 365",
381+
"Forms",
382+
"LinkedIn",
383+
"List",
384+
"To Do",
385+
"OneDrive",
386+
"OneNote",
387+
"Outlook",
388+
"Pdf",
389+
"Photo",
390+
"Planner",
391+
"Power Apps",
392+
"Power Automate",
393+
"PowerPoint",
394+
"Teams",
395+
"Twitter",
396+
"Typeform",
397+
"Visio",
398+
"Word",
399+
"Zendesk"
400+
]
367401
},
368402
"ResourceUrl": {
369403
"type": "string",
@@ -402,6 +436,10 @@
402436
"type": "string",
403437
"description": "targetUrl"
404438
},
439+
"ProjectId": {
440+
"type": "string",
441+
"description": "ProjectId"
442+
},
405443
"success": {
406444
"type": "boolean",
407445
"description": "success"
@@ -452,10 +490,15 @@
452490
{
453491
"name": "body",
454492
"in": "body",
455-
"required": false,
493+
"required": true,
456494
"schema": {
457495
"type": "object",
458496
"properties": {
497+
"apiKey": {
498+
"type": "string",
499+
"description": "API Key assigned to company from Vineforce App.",
500+
"title": "API Key"
501+
},
459502
"projectName": {
460503
"type": "string",
461504
"description": "Name of project to be created.",
@@ -481,11 +524,6 @@
481524
"description": "Separate each section using \";\" semi colon.",
482525
"title": "Project Sections"
483526
},
484-
"apiKey": {
485-
"type": "string",
486-
"description": "API Key assigned to company from Vineforce App.",
487-
"title": "API Key"
488-
},
489527
"files": {
490528
"type": "array",
491529
"items": {

0 commit comments

Comments
 (0)