Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Assently E-Sign",
"description": "Assently E-Sign is a premium SaaS for e-signatures and smart contracts allowing full digitalization for your document workflows.",
"version": "0.5",
"version": "0.6",
"x-ms-api-annotation": {
"status": "Preview"
},
Expand Down
103 changes: 76 additions & 27 deletions certified-connectors/Assently E-Sign/apiProperties.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,84 @@
{
"properties": {
"connectionParameters": {
"apiUrl": {
"type": "string",
"uiDefinition": {
"constraints": {
"required": "true",
"tabIndex": 2,
"allowedValues": [
{ "text": "Assently", "value": "https://app.assently.com"},
{ "text": "Assently Test", "value": "https://test.assently.com" }
]
},
"description": "Specifies the API Server URL that this connection will be used with.",
"displayName": "Account hosted on",
"tooltip": "Specifies the API Server URL that this connection will be used with."
}
"connectionParameterSets":{
"uiDefinition": {
"displayName": "Basic or manual setup",
"description": ""
},
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "Personal Access Token",
"description": "The Personal Access Token of the user, available under user profile",
"tooltip": "Provide your Personal Access Token",
"constraints": {
"tabIndex": 3,
"clearText": false,
"required": "true"
"values": [
{
"name": "Basic",
"uiDefinition": {
"displayName": "Basic setup",
"description": "Pre set servers"
},
"parameters": {
"apiUrl": {
"type": "string",
"uiDefinition": {
"constraints": {
"required": "true",
"tabIndex": 1,
"allowedValues": [
{ "text": "Assently", "value": "https://app.assently.com"},
{ "text": "Assently Test", "value": "https://test.assently.com" }
]
},
"description": "Specifies the API Server URL that this connection will be used with.",
"displayName": "Account hosted on",
"tooltip": "Specifies the API Server URL that this connection will be used with."
}
},
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "Personal Access Token",
"description": "The Personal Access Token of the user, available under user profile",
"tooltip": "Provide your Personal Access Token",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
}
},
{
"name": "Advanced",
"uiDefinition": {
"displayName": "Manual setup",
"description": "Enter server URL manually."
},
"parameters": {
"apiUrl": {
"type": "string",
"uiDefinition": {
"constraints": {
"required": "true",
"tabIndex": 1
},
"description": "Specifies the API Server URL that this connection will be used with.",
"displayName": "Account hosted on",
"tooltip": "Specifies the API Server URL that this connection will be used with."
}
},
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "Personal Access Token",
"description": "The Personal Access Token of the user, available under user profile",
"tooltip": "Provide your Personal Access Token",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
}
}
}
]
},
"iconBrandColor": "#7eac00",
"capabilities": [],
Expand Down