Skip to content

Commit

Permalink
Edit action's content and description (microsoft#796)
Browse files Browse the repository at this point in the history
* Add new Asite connector

* Change connector files according to suggession by Microsoft team

* Update indentation as suggested

* Update indentation and remove redirectUrl

Set redirectMode as a global so for that as Micfosoft team suggested to remove redirectUrl property.

* Remove unicode character in readMe file

* fix indentation

* remove x-ms-api-annotation as suggested by Microsoft Team

* update host URL ,OAuth URL and indentation for both swagger files

* change background color as suggested

* edit action's name and description

Co-authored-by: deven_bhatt <dbhatt@asite.com>
  • Loading branch information
asitedeveloper and deven_bhatt authored Apr 30, 2021
1 parent 9c7da32 commit 37779de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions certified-connectors/Asite/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The Asite connector helps to build a connection between two systems for file exc

# Pre-requisites

- Required Asite CDE Subscription
- Active Asite login credentials
- Configuration on Asite for required workflow trigger of type "Microsoft Flow";
- An active Asite CDE Subscription
- An active Microsoft Power Automate subscription
- An active workflow configuration in Asite platform, configured workflow trigger with the type "Microsoft Flow"

# Actions

Expand All @@ -19,12 +19,12 @@ Following are the internal and external actions used during connection flow to s
| Select Project Name || /workspaceList | It will list out all the Asite's projects where you have access. | Internal |
| Select Folder Name || /folderAndFileList | It will list out all the accessible folders based on your access from the selected Project. | Internal |
| When an Asite workflow event is triggered | Trigger | /asitePullDataWebhook | To upload file with metadata and download file on defined folder based on triggered workflow. | Important |
| Download a File | Action | /downloadFileByUrl | To download a file by public link via triggered event. | Important |
| Get file content | Action | /downloadFileByUrl | Retrieves the file content from Asite | Important |
| List of configured Triggers from Asite Platform | | /triggerList | To display list of configured Triggers from Asite Platform | Internal |
| Delete configured trigger || /deleteAsitePullDataWebhook/{id} | To Delete configured trigger | Internal |
| Get Dynamic Schema based on project and folder | | /getFolderAttributes | Get Dynamic Schema based on project and folder | Internal |
| Define File's Metadata | Action | /saveMetadataForUpload | To define metadata of a file which required to upload file | Important |
| Upload a File | Action | /uploadFileFromExternalSystem | To upload a file in defined Project and Folder on Asite Platform. | Important |
| Set file metadata | Action | /saveMetadataForUpload | Retrieves standard and custom metadata | Important |
| Create file | Action | /uploadFileFromExternalSystem | Upload a file in Asite project folder. | Important |
| Get dynamic schema based on project Id and trigger Id || /getFolderAttributesFromTrigger | Get dynamic schema based on project Id and trigger Id | Internal |

# Reference Link:
Expand Down
20 changes: 10 additions & 10 deletions certified-connectors/Asite/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"swagger": "2.0",
"info": {
"title": "Asite",
"description": "The Asite connector helps to build a connection between two systems for file exchange. The connector collaborates both systems by uploading and downloading files based on triggers.",
"description": "Transform how your teams work together with the Asite connector, the ultimate collaboration solution to build connections between business systems.",
"version": "1.0.0",
"contact": {
"name": "Asite Solutions Pvt. Ltd.",
"name": "Asite Solutions Limited",
"url": "https://www.asite.com/contact-support",
"email": "support@asite.com"
}
Expand All @@ -21,7 +21,7 @@
"propertyName": "Privacy policy",
"propertyValue": "https://www.asite.com/legal-terms-of-use#privacy"
},
{
{
"propertyName": "Categories",
"propertyValue": "Collaboration;Content and Files"
}
Expand Down Expand Up @@ -193,7 +193,7 @@
}
},
"summary": "When an Asite workflow event is triggered",
"description": "Workflow triggered to upload a file with metadata and download within the defined folder based on workflow event triggered.",
"description": "Triggers a workflow event to upload a file to the project folder.",
"operationId": "ASITE_TRIGGER_EVENT",
"x-ms-trigger": "single",
"consumes": [
Expand Down Expand Up @@ -318,8 +318,8 @@
"description": "BAD REQUEST, Invalid request"
}
},
"summary": "Download a File",
"description": "Download a file by public link via triggered event.",
"summary": "Get file content",
"description": "Retrieves the file content from Asite.",
"operationId": "FILE_DOWNLOAD_BY_URL",
"parameters": [
{
Expand Down Expand Up @@ -471,8 +471,8 @@
}
}
},
"summary": "Define File's Metadata",
"description": "File's metadata can be defined based on Project and Folder selection. Note: To Upload a file, metadata of file is mandatory to define.",
"summary": "Set file metadata",
"description": "Retrieves the defined file meta-data and sets the values during the file upload process. Note: it is mandatory to set this action before the Create file action is triggered.",
"operationId": "SET_FILE_METADATA",
"parameters": [
{
Expand Down Expand Up @@ -611,8 +611,8 @@
"description": "BAD REQUEST, Invalid request"
}
},
"summary": "Upload a File",
"description": "Upload a file in defined Project and Folder on Asite Platform. Note: Please define metadata of a file before uploading a file.",
"summary": "Create file",
"description": "Upload a file in Asite project folder.",
"operationId": "UPLOAD_BINARY_FILE",
"consumes": [
"application/json"
Expand Down
6 changes: 3 additions & 3 deletions certified-connectors/Asite/apiProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
}
},
"iconBrandColor": "#1F344A",
"iconBrandColor": "#126fb4",
"capabilities": [],
"policyTemplateInstances": [
{
Expand All @@ -48,7 +48,7 @@
}
}
],
"publisher": "Asite Solutions Pvt Ltd",
"stackOwner": "Asite Solutions Pvt Ltd"
"publisher": "Asite Solutions Limited",
"stackOwner": "Asite Solutions Limited"
}
}

0 comments on commit 37779de

Please sign in to comment.